Skip to content

Commit

Permalink
chore(CHANGELOG.md): Release Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemeni11 committed Jul 22, 2023
1 parent f3d1304 commit 2d00626
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[//]: # (- **Fixed** for any bug fixes.)
[//]: # (- **Security** in case of vulnerabilities.)


## [2.1.0] - 2023-07-22

### Fixed
- [Issue #4](https://github.com/Jemeni11/FicImage/issues/4). Replaced manual string splitting/joining code
with os.path functions.
- Syntax error in PYPI_README.rst.

### Changed
- Uncommented out the `[project]` and `[project-urls]` sections in `pyproject.toml`
as they are not redundant anymore.


## [2.0.0] - 2023-07-22

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


[2.1.0]: https://github.com/Jemeni11/FicImage/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/Jemeni11/FicImage/compare/v1.0.2...v2.0.0
[1.0.2]: https://github.com/Jemeni11/FicImage/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/Jemeni11/FicImage/compare/v1.0.0...v1.0.1
Expand Down

0 comments on commit 2d00626

Please sign in to comment.