🏷 — Bump version (0.3.1)

This commit is contained in:
Luc Didry 2024-09-02 14:52:16 +02:00
parent 7c485a4ad9
commit 4b78d9ddda
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C
3 changed files with 5 additions and 4 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
## 0.3.1
Date: 2024-09-02
- ✨ — Add new check types: body-like, headers-like and json-like (#58)
## 0.3.0

View file

@ -1 +1 @@
VERSION = "0.3.0"
VERSION = "0.3.1"

View file

@ -45,9 +45,6 @@ hatch publish
Aditionnaly, ensure it works well in a new environment.
Then go to <https://framagit.org/framasoft/framaspace/argos/-/releases> to create a new release for the new tag.
Use CHANGELOG.md content for that.
## Bumping the version number
We follow semantic versionning conventions, and the version is specified in the `argos.__init__.py` file.