bump: version 5.0.0 → 5.1.0rc0

This commit is contained in:
egarette@silique.fr 2024-11-06 08:32:15 +01:00
parent a3228fbf30
commit 4aecf2c4bd
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## 5.1.0rc0 (2024-11-06)
### Feat
- add min_len, max_len, forbidden_char for password option
## 5.0.0 (2024-11-01)
### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "tiramisu"
version = "5.0.0"
version = "5.1.0rc0"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "an options controller tool"