Skip to content

Commit c2f8a7e

Browse files
committed
Updated CHANGELOG.md and version number
1 parent b3ffa18 commit c2f8a7e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Upcoming changes...
1111

12+
## [0.5.2] - 2024-08-09
13+
### Added
14+
- Added support for UTF-16 filenames
15+
1216
## [0.5.1] - 2024-04-17
1317
### Added
1418
- Added tagging workflow to aid release generation
@@ -46,5 +50,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4650
[0.4.1]: https://github.com/scanoss/scanoss-winnowing.py/compare/v0.4.0...v0.4.1
4751
[0.5.0]: https://github.com/scanoss/scanoss-winnowing.py/compare/v0.4.1...v0.5.0
4852
[0.5.1]: https://github.com/scanoss/scanoss-winnowing.py/compare/v0.5.0...v0.5.1
49-
53+
[0.5.2]: https://github.com/scanoss/scanoss-winnowing.py/compare/v0.5.1...v0.5.2
5054

src/scanoss_winnowing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
THE SOFTWARE.
2323
"""
2424

25-
__version__ = '0.5.1'
25+
__version__ = '0.5.2'

0 commit comments

Comments
 (0)