File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 0.14.0 "
2+ current_version = " 0.14.1 "
33parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
44serialize = [" {major}.{minor}.{patch}" ]
55search = " {current_version}"
Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.14.1] - 2026-02-18
9+
10+ ### Fixed
11+
12+ - Improve serialization of directive arguments using print_ast
13+
14+
15+ [ 0.14.1] - 2026-02-18: https://github.com/COVESA/s2dm/compare/v0.14.0..HEAD
16+
17+ <!-- generated by git-cliff -->
18+
819## [ 0.14.0] - 2026-02-17
920
1021### Added
Original file line number Diff line number Diff line change 22
33__author__ = """Daniel Alvarez-Coello"""
44__email__ = "8550265+jdacoello@users.noreply.github.com"
5- __version__ = "0.14.0 "
5+ __version__ = "0.14.1 "
66
77log = get_logger ("s2dm" )
Original file line number Diff line number Diff line change 22
33
44def test_s2dm () -> None :
5- assert s2dm .__version__ == "0.14.0 "
5+ assert s2dm .__version__ == "0.14.1 "
You can’t perform that action at this time.
0 commit comments