Skip to content

Commit 5f4e9d0

Browse files
committed
Update vecorel-cli dependency, v0.20.1
1 parent 894ae5b commit 5f4e9d0

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fiboa-cli"
7-
version = "0.20.0"
7+
version = "0.20.1"
88
description = "CLI tools such as validation and file format conversion for fiboa."
99
readme = "README.md"
1010
license = "Apache-2.0"
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
requires-python = ">=3.10"
2424
dependencies = [
25-
"vecorel-cli==0.2.2"
25+
"vecorel-cli==0.2.3"
2626
]
2727

2828
[project.scripts]

0 commit comments

Comments
 (0)