Skip to content

Commit 73ef789

Browse files
kesaragithub-actions[bot]
authored andcommitted
docs: update CHANGELOG.md + py file versions for v0.9.0 [skip ci]
1 parent 1af4336 commit 73ef789

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v0.9.0] - 2024-10-31
9+
### :sparkles: New Features
10+
- [`1af4336`](https://github.com/ietf-tools/svgcheck/commit/1af43361b5cb26e2047cb3c7c575ee619f0fb12b) - Add support for Python 3.13 *(PR [#62](https://github.com/ietf-tools/svgcheck/pull/62) by [@kesara](https://github.com/kesara))*
11+
- :arrow_lower_right: *addresses issue [#58](https://github.com/ietf-tools/svgcheck/issues/58) opened by [@kesara](https://github.com/kesara)*
12+
13+
814
## [v0.8.1] - 2024-10-14
915
### :bug: Bug Fixes
1016
- [`40c2914`](https://github.com/ietf-tools/svgcheck/commit/40c2914c688de757b9e72560920dfd890ff0f8f9) - typo heuristic *(PR [#53](https://github.com/ietf-tools/svgcheck/pull/53) by [@Rotzbua](https://github.com/Rotzbua))*
@@ -185,3 +191,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
185191
[v0.7.1]: https://github.com/ietf-tools/svgcheck/compare/v0.7.0...v0.7.1
186192
[v0.8.0]: https://github.com/ietf-tools/svgcheck/compare/v0.7.1...v0.8.0
187193
[v0.8.1]: https://github.com/ietf-tools/svgcheck/compare/v0.8.0...v0.8.1
194+
[v0.9.0]: https://github.com/ietf-tools/svgcheck/compare/v0.8.1...v0.9.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
version = 0.8.1
2+
version = 0.9.0
33
name = svgcheck
44
description = Verify that an svg file is compliant with the RFC standards.
55
long_description = file: README.md, LICENSE

svgcheck/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# ----------------------------------------------------
44

55
# Static values
6-
__version__ = '0.8.1'
6+
__version__ = '0.9.0'
77
NAME = 'svgcheck'

0 commit comments

Comments
 (0)