🔖 Prepara publicación de pagetop-bootsier 0.1.0
This commit is contained in:
parent
3ea23dd7c4
commit
a6fc037a52
4 changed files with 18 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1677,7 +1677,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pagetop-bootsier"
|
name = "pagetop-bootsier"
|
||||||
version = "0.0.18"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pagetop",
|
"pagetop",
|
||||||
"pagetop-build",
|
"pagetop-build",
|
||||||
|
|
|
||||||
|
|
@ -87,6 +87,6 @@ pagetop-minimal = { version = "0.1", path = "helpers/pagetop-minimal" }
|
||||||
pagetop-statics = { version = "0.1", path = "helpers/pagetop-statics" }
|
pagetop-statics = { version = "0.1", path = "helpers/pagetop-statics" }
|
||||||
# Extensions
|
# Extensions
|
||||||
pagetop-aliner = { version = "0.1", path = "extensions/pagetop-aliner" }
|
pagetop-aliner = { version = "0.1", path = "extensions/pagetop-aliner" }
|
||||||
pagetop-bootsier = { version = "0.0", path = "extensions/pagetop-bootsier" }
|
pagetop-bootsier = { version = "0.1", path = "extensions/pagetop-bootsier" }
|
||||||
# PageTop
|
# PageTop
|
||||||
pagetop = { version = "0.5", path = "." }
|
pagetop = { version = "0.5", path = "." }
|
||||||
|
|
|
||||||
15
extensions/pagetop-bootsier/CHANGELOG.md
Normal file
15
extensions/pagetop-bootsier/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 (2026-05-03)
|
||||||
|
|
||||||
|
### Añadido
|
||||||
|
|
||||||
|
- Versión inicial
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pagetop-bootsier"
|
name = "pagetop-bootsier"
|
||||||
version = "0.0.18"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
description = """
|
description = """
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue