From a8db90b7ebbc39c8cdb2a8ac7ffef9ce1820c18c Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sun, 3 May 2026 12:40:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepara=20publicaci=C3=B3n=20de?= =?UTF-8?q?=20pagetop-macros=200.3.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 | 12 ++++++++++++ helpers/pagetop-macros/Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bc2f73b..cd2d7ee9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1694,7 +1694,7 @@ dependencies = [ [[package]] name = "pagetop-macros" -version = "0.2.0" +version = "0.3.0" dependencies = [ "proc-macro2", "proc-macro2-diagnostics", diff --git a/Cargo.toml b/Cargo.toml index 6846372f..537586f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ actix-web = { version = "4.13", default-features = false } serde = { version = "1.0", features = ["derive"] } # Helpers pagetop-build = { version = "0.3", path = "helpers/pagetop-build" } -pagetop-macros = { version = "0.2", path = "helpers/pagetop-macros" } +pagetop-macros = { version = "0.3", path = "helpers/pagetop-macros" } pagetop-minimal = { version = "0.0", path = "helpers/pagetop-minimal" } pagetop-statics = { version = "0.1", path = "helpers/pagetop-statics" } # Extensions diff --git a/helpers/pagetop-macros/CHANGELOG.md b/helpers/pagetop-macros/CHANGELOG.md index 66a5f8d4..34915b2f 100644 --- a/helpers/pagetop-macros/CHANGELOG.md +++ b/helpers/pagetop-macros/CHANGELOG.md @@ -8,6 +8,18 @@ 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.3.0 (2026-05-03) + +### Cambiado + +- Depura atributos `#[inline]` en `builder_fn` +- Mejora documentación generada por `builder_fn` + +### Documentado + +- Depura enlaces de información de licencias +- Actualiza licencias y revisa *badges* de README + ## 0.2.0 (2025-09-20) ### Cambiado diff --git a/helpers/pagetop-macros/Cargo.toml b/helpers/pagetop-macros/Cargo.toml index 601c551d..b34d2ec1 100644 --- a/helpers/pagetop-macros/Cargo.toml +++ b/helpers/pagetop-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop-macros" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = """