🔖 Prepara publicación de pagetop-statics 0.1.0
This commit is contained in:
parent
c6075fd312
commit
a0f92e9487
4 changed files with 18 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1605,7 +1605,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pagetop-statics"
|
||||
version = "0.0.1"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"actix-web",
|
||||
"change-detection",
|
||||
|
|
|
@ -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" }
|
||||
|
|
15
helpers/pagetop-statics/CHANGELOG.md
Normal file
15
helpers/pagetop-statics/CHANGELOG.md
Normal file
|
@ -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
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pagetop-statics"
|
||||
version = "0.0.1"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
description = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue