File tree Expand file tree Collapse file tree 4 files changed +32
-3
lines changed
Expand file tree Collapse file tree 4 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 0.10 .0"
2+ current_version = " 0.11 .0"
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,35 @@ 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.11.0] - 2026-02-04
9+
10+ ### Added
11+
12+ - Remove implicit spec files inclusion by @ahmdmhd
13+
14+ - Make --schema accept URLs by @ahmdmhd
15+
16+ - Implement a compose action by @ahmdmhd in [ #161 ] ( https://github.com/COVESA/s2dm/pull/161 )
17+
18+
19+ ### Changed
20+
21+ - Unify exporters api (#151 ) by @ahmdmhd in [ #151 ] ( https://github.com/COVESA/s2dm/pull/151 )
22+
23+ - Sidebar (#150 ) by @Giaccomole in [ #150 ] ( https://github.com/COVESA/s2dm/pull/150 )
24+
25+
26+ ### Fixed
27+
28+ - Add reference directive to schema definitions only if it is defined by @ahmdmhd
29+
30+ - Add validation step and use working directory in steps by @ahmdmhd
31+
32+
33+ [ 0.11.0] - 2026-02-04: https://github.com/COVESA/s2dm/compare/v0.10.0..HEAD
34+
35+ <!-- generated by git-cliff -->
36+
837## [ 0.10.0] - 2025-12-05
938
1039### 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.10 .0"
5+ __version__ = "0.11 .0"
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.10 .0"
5+ assert s2dm .__version__ == "0.11 .0"
You can’t perform that action at this time.
0 commit comments