From 946ad161f43c700181c84afdb17470f77af5f29b Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sat, 16 Aug 2025 12:47:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepara=20publicaci=C3=B3n=20de?= =?UTF-8?q?=20pagetop-build=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-build/CHANGELOG.md | 11 +++++++++++ helpers/pagetop-build/Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48adecf..8e9795f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1587,7 +1587,7 @@ dependencies = [ [[package]] name = "pagetop-build" -version = "0.2.0" +version = "0.3.0" dependencies = [ "grass", "pagetop-statics", diff --git a/Cargo.toml b/Cargo.toml index cdeae78..bb31197 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,6 +71,6 @@ authors = ["Manuel Cillero "] [workspace.dependencies] actix-web = { version = "4.11.0", default-features = false } -pagetop-build = { version = "0.2", path = "helpers/pagetop-build" } +pagetop-build = { version = "0.3", path = "helpers/pagetop-build" } pagetop-macros = { version = "0.1", path = "helpers/pagetop-macros" } pagetop-statics = { version = "0.1", path = "helpers/pagetop-statics" } diff --git a/helpers/pagetop-build/CHANGELOG.md b/helpers/pagetop-build/CHANGELOG.md index 4d08755..3e3801e 100644 --- a/helpers/pagetop-build/CHANGELOG.md +++ b/helpers/pagetop-build/CHANGELOG.md @@ -8,6 +8,17 @@ 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 (2025-08-16) + +### Cambiado + +- Mejora función `from_dir` por compatibilidad (#3) +- Mejora la integración de archivos estáticos + +### Documentado + +- Cambia el formato para la documentación (#4) + ## 0.2.0 (2025-08-09) ### Añadido diff --git a/helpers/pagetop-build/Cargo.toml b/helpers/pagetop-build/Cargo.toml index 14e6000..e0f5ef7 100644 --- a/helpers/pagetop-build/Cargo.toml +++ b/helpers/pagetop-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop-build" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = """