File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ v0.20.1] - 2025-08-27
11+
12+ - Reimplementation some modules (e.g. converters)
13+ - Upgrade vecorel-cli dependency
14+
15+ ## [ v0.20.0] - 2025-08-25
16+
17+ - Reimplementation based on vecorel-cli
18+ - Upgrade to support fiboa >= 0.3
19+ - Removed support for fiboa < 0.3
20+
1021## [ v0.11.0] - 2025-08-25
1122
1223### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " fiboa-cli"
7- version = " 0.20.0 "
7+ version = " 0.20.1 "
88description = " CLI tools such as validation and file format conversion for fiboa."
99readme = " README.md"
1010license = " Apache-2.0"
@@ -22,7 +22,7 @@ classifiers = [
2222]
2323requires-python = " >=3.10"
2424dependencies = [
25- " vecorel-cli==0.2.2 "
25+ " vecorel-cli==0.2.3 "
2626]
2727
2828[project .scripts ]
You can’t perform that action at this time.
0 commit comments