From 81325e40109deb9117db7da703cbaab69a54a2fa Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sat, 20 Sep 2025 13:25:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepara=20publicaci=C3=B3n=20de?= =?UTF-8?q?=20pagetop-macros=200.2.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 | 19 +++++++++++++++++++ helpers/pagetop-macros/Cargo.toml | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbe745b..d125b63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1581,7 +1581,7 @@ dependencies = [ [[package]] name = "pagetop-macros" -version = "0.1.1" +version = "0.2.0" dependencies = [ "proc-macro2", "proc-macro2-diagnostics", diff --git a/Cargo.toml b/Cargo.toml index 750aaaa..0fd702e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,5 +73,5 @@ authors = ["Manuel Cillero "] actix-web = { version = "4.11", default-features = false } pagetop-build = { version = "0.3", path = "helpers/pagetop-build" } -pagetop-macros = { version = "0.1", path = "helpers/pagetop-macros" } +pagetop-macros = { version = "0.2", path = "helpers/pagetop-macros" } pagetop-statics = { version = "0.1", path = "helpers/pagetop-statics" } diff --git a/helpers/pagetop-macros/CHANGELOG.md b/helpers/pagetop-macros/CHANGELOG.md index b61471a..66a5f8d 100644 --- a/helpers/pagetop-macros/CHANGELOG.md +++ b/helpers/pagetop-macros/CHANGELOG.md @@ -8,6 +8,25 @@ Resume la evolución del proyecto para usuarios y colaboradores, destacando nuev 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.2.0 (2025-09-20) + +### Cambiado + +- Retoques en el código +- Majora la validación de `builder_fn` + +### Dependencias + +- Actualiza dependencias para 0.4.0 + +### Documentado + +- Normaliza referencias al nombre PageTop + +### Otros cambios + +- 🚨 Ajustes menores sugeridos por clippy + ## 0.1.1 (2025-08-16) ### Documentado diff --git a/helpers/pagetop-macros/Cargo.toml b/helpers/pagetop-macros/Cargo.toml index 5c508dc..601c551 100644 --- a/helpers/pagetop-macros/Cargo.toml +++ b/helpers/pagetop-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop-macros" -version = "0.1.1" +version = "0.2.0" edition = "2021" description = """