Skip to content

Commit 2d00626

Browse files
committed
chore(CHANGELOG.md): Release Version 2.1.0
1 parent f3d1304 commit 2d00626

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
[//]: # (- **Fixed** for any bug fixes.)
1414
[//]: # (- **Security** in case of vulnerabilities.)
1515

16+
17+
## [2.1.0] - 2023-07-22
18+
19+
### Fixed
20+
- [Issue #4](https://github.com/Jemeni11/FicImage/issues/4). Replaced manual string splitting/joining code
21+
with os.path functions.
22+
- Syntax error in PYPI_README.rst.
23+
24+
### Changed
25+
- Uncommented out the `[project]` and `[project-urls]` sections in `pyproject.toml`
26+
as they are not redundant anymore.
27+
28+
1629
## [2.0.0] - 2023-07-22
1730

1831
### Fixed
@@ -59,6 +72,7 @@ match the new README format. The content type was updated from `text/markdown` t
5972
- Released FicImageScript
6073

6174

75+
[2.1.0]: https://github.com/Jemeni11/FicImage/compare/v2.0.0...v2.1.0
6276
[2.0.0]: https://github.com/Jemeni11/FicImage/compare/v1.0.2...v2.0.0
6377
[1.0.2]: https://github.com/Jemeni11/FicImage/compare/v1.0.1...v1.0.2
6478
[1.0.1]: https://github.com/Jemeni11/FicImage/compare/v1.0.0...v1.0.1

0 commit comments

Comments
 (0)