From 030e197feb271a0251cc5f0665aa3364ad95cc12 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Wed, 6 Aug 2025 03:14:25 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9A=A9=20Asegura=20compilaci=C3=B3n?= =?UTF-8?q?=20para=20publicar=20nueva=20versi=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helpers/pagetop-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/pagetop-macros/Cargo.toml b/helpers/pagetop-macros/Cargo.toml index 27325b8..76db954 100644 --- a/helpers/pagetop-macros/Cargo.toml +++ b/helpers/pagetop-macros/Cargo.toml @@ -21,4 +21,4 @@ proc-macro = true proc-macro2 = "1.0.95" proc-macro2-diagnostics = { version = "0.10.1", default-features = false } quote = "1.0.40" -syn = { version = "2.0.104", features = ["full"] } +syn = { version = "2.0.104", features = ["full", "extra-traits"] } From 81c262ab8f0bd4fbb6b7a1a8372875f9c6f37821 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Wed, 6 Aug 2025 03:15:15 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20Prepara=20publicaci=C3=B3n?= =?UTF-8?q?=20de=20pagetop-macros=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- helpers/pagetop-macros/CHANGELOG.md | 13 +++++++++++++ helpers/pagetop-macros/Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 helpers/pagetop-macros/CHANGELOG.md diff --git a/Cargo.lock b/Cargo.lock index 6b894b5..baba4a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1608,7 +1608,7 @@ dependencies = [ [[package]] name = "pagetop-macros" -version = "0.0.18" +version = "0.1.0" dependencies = [ "proc-macro2", "proc-macro2-diagnostics", diff --git a/Cargo.toml b/Cargo.toml index dcf191d..860d4ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,4 +72,4 @@ authors = ["Manuel Cillero "] static-files = "0.2.5" pagetop-build = { version = "0.1", path = "helpers/pagetop-build" } -pagetop-macros = { version = "0.0", path = "helpers/pagetop-macros" } +pagetop-macros = { version = "0.1", path = "helpers/pagetop-macros" } diff --git a/helpers/pagetop-macros/CHANGELOG.md b/helpers/pagetop-macros/CHANGELOG.md new file mode 100644 index 0000000..b01b988 --- /dev/null +++ b/helpers/pagetop-macros/CHANGELOG.md @@ -0,0 +1,13 @@ +# CHANGELOG + +Este archivo documenta los cambios más relevantes realizados en cada versión. El formato está basado +en [Keep a Changelog](https://keepachangelog.com/es-ES/1.0.0/), y las versiones se numeran siguiendo +las reglas del [Versionado Semántico](https://semver.org/lang/es/). + +Resume la evolución del proyecto para usuarios y colaboradores, destacando nuevas funcionalidades, +correcciones, mejoras durante el desarrollo o cambios en la documentación. Cambios menores o +internos pueden omitirse si no afectan al uso del proyecto. + +## 0.1.0 (2025-08-06) + +- Versión inicial diff --git a/helpers/pagetop-macros/Cargo.toml b/helpers/pagetop-macros/Cargo.toml index 76db954..45ba328 100644 --- a/helpers/pagetop-macros/Cargo.toml +++ b/helpers/pagetop-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop-macros" -version = "0.0.18" +version = "0.1.0" edition = "2021" description = """