diff --git a/Cargo.lock b/Cargo.lock index 2f15a48..8427dd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1605,7 +1605,7 @@ dependencies = [ [[package]] name = "pagetop-statics" -version = "0.0.1" +version = "0.1.0" dependencies = [ "actix-web", "change-detection", diff --git a/Cargo.toml b/Cargo.toml index 3600742..ff45ad3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,4 +73,4 @@ actix-web = { version = "4.11.0", default-features = false } pagetop-build = { version = "0.1", path = "helpers/pagetop-build" } pagetop-macros = { version = "0.1", path = "helpers/pagetop-macros" } -pagetop-statics = { version = "0.0", path = "helpers/pagetop-statics" } +pagetop-statics = { version = "0.1", path = "helpers/pagetop-statics" } diff --git a/helpers/pagetop-statics/CHANGELOG.md b/helpers/pagetop-statics/CHANGELOG.md new file mode 100644 index 0000000..62ad97e --- /dev/null +++ b/helpers/pagetop-statics/CHANGELOG.md @@ -0,0 +1,15 @@ +# 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-09) + +### Añadido + +- Versión inicial diff --git a/helpers/pagetop-statics/Cargo.toml b/helpers/pagetop-statics/Cargo.toml index f41cec7..e5c58d5 100644 --- a/helpers/pagetop-statics/Cargo.toml +++ b/helpers/pagetop-statics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop-statics" -version = "0.0.1" +version = "0.1.0" edition = "2021" description = """