mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
🏷 — Bump version (0.5.0)
This commit is contained in:
parent
37bd7b0d8d
commit
d3b5a754dd
3 changed files with 8 additions and 3 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## 0.5.0
|
||||||
|
|
||||||
|
Date: 2024-09-26
|
||||||
|
|
||||||
- 💄 — Correctly show results on small screens
|
- 💄 — Correctly show results on small screens
|
||||||
- 📝💄 — Add opengraph tags to documentation site (#62)
|
- 📝💄 — Add opengraph tags to documentation site (#62)
|
||||||
- 🔨 — Add a small web server to browse documentation when developing
|
- 🔨 — Add a small web server to browse documentation when developing
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
VERSION = "0.4.1"
|
VERSION = "0.5.0"
|
||||||
|
|
|
@ -32,8 +32,9 @@ make mypy
|
||||||
# Bump the version, according to semantic versionning
|
# Bump the version, according to semantic versionning
|
||||||
hatch version minor # or `hatch version major`, or `hatch version fix`
|
hatch version minor # or `hatch version major`, or `hatch version fix`
|
||||||
|
|
||||||
# Modify the changelog
|
# Update the changelog
|
||||||
editor CHANGELOG.md
|
sed -e "s/## .Unreleased./&\n\n## $(hatch version)\n\nDate: $(date +%F)/" \
|
||||||
|
-i CHANGELOG.md
|
||||||
|
|
||||||
# Commit the change
|
# Commit the change
|
||||||
git add argos/__init__.py CHANGELOG.md
|
git add argos/__init__.py CHANGELOG.md
|
||||||
|
|
Loading…
Reference in a new issue