Skip to content

Commit 52e88b6

Browse files
committed
v0.20.2
1 parent b5a18c1 commit 52e88b6

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [v0.20.2] - 2025-08-29
11+
1012
- Reimplementation tests and CI
1113
- Update extensions namespace to fiboa.org, use vecorel schemas
1214
- Calibrate ha and m2 calculation in converters
@@ -425,7 +427,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
425427

426428
- First release
427429

428-
[Unreleased]: <https://github.com/fiboa/cli/compare/v0.11.0...main>
430+
[Unreleased]: <https://github.com/fiboa/cli/compare/v0.20.2...main>
431+
[v0.20.2]: <https://github.com/fiboa/cli/compare/v0.20.1...v0.20.2>
432+
[v0.20.1]: <https://github.com/fiboa/cli/compare/v0.20.0...v0.20.1>
433+
[v0.20.0]: <https://github.com/fiboa/cli/compare/v0.11.0...v0.20.0>
429434
[v0.11.0]: <https://github.com/fiboa/cli/compare/v0.10.0...v0.11.0>
430435
[v0.10.0]: <https://github.com/fiboa/cli/compare/v0.9.0...v0.10.0>
431436
[v0.9.0]: <https://github.com/fiboa/cli/compare/v0.8.0...v0.9.0>

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.1"
7+
version = "0.20.2"
88
description = "CLI tools such as validation and file format conversion for fiboa."
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)