Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit d538faed authored by Dorian Turba's avatar Dorian Turba
Browse files

Bump version: 1.0.0 → 2.0.0

parent 9d0626b1
No related branches found
No related tags found
No related merge requests found
[tool.bumpversion] [tool.bumpversion]
commit = true commit = true
current_version = "1.0.0" current_version = "2.0.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_version}" replace = "{new_version}"
search = "{current_version}" search = "{current_version}"
......
...@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [2.0.0] - 2024-06-25
### Changed
* Dockerfile no longer install cargo and maturin for ruff compilation, making the
image building process quicker, at the expense of not being able to build ruff
for version lower than 0.0.20
## [1.0.0] - 2024-06-24 ## [1.0.0] - 2024-06-24
* Initial version * Initial version
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment