🏷 — Bump version (0.5.0)

This commit is contained in:
Luc Didry 2024-09-26 11:57:34 +02:00
parent 37bd7b0d8d
commit d3b5a754dd
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C
3 changed files with 8 additions and 3 deletions

View file

@ -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

View file

@ -1 +1 @@
VERSION = "0.4.1" VERSION = "0.5.0"

View file

@ -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