Skip to content

Commit 7ee9095

Browse files
committed
feat!: Update CHANGELOG.md
1 parent adff7ba commit 7ee9095

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ 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+
[//]: # (Types of changes)
9+
10+
[//]: # (- **Added** for new features.)
11+
12+
[//]: # (- **Changed** for changes in existing functionality.)
13+
14+
[//]: # (- **Deprecated** for soon-to-be removed features.)
15+
16+
[//]: # (- **Removed** for now removed features.)
17+
18+
[//]: # (- **Fixed** for any bug fixes.)
19+
20+
[//]: # (- **Security** in case of vulnerabilities.)
21+
22+
## [1.0.2] - 2023-05-12
23+
24+
### Added
25+
26+
- Added the project version to `__init__.py`.
27+
- Created a README file for PyPI (PYPI_README.rst).
28+
This file replaces the old README file as the long description for the package.
29+
The old README still exists as `README.md` and is still used for GitHub.
30+
31+
### Changed
32+
- Updated the file paths in `setup.py` and `pyproject.toml` to point to
33+
the new `PYPI_README.rst` file.
34+
- Commented out the `[project]` and `[project-urls]` sections in `pyproject.toml`
35+
as they were redundant.
36+
37+
### Fixed
38+
- Fixed the long description content type in `setup.py` and `pyproject.toml` to
39+
match the new README format. The content type was updated from `text/markdown` to `text/x-rst`.
40+
841
## [1.0.1] - 2023-05-11
942

1043
### Added
@@ -15,5 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1548
- Released FicImageScript
1649

1750

51+
[1.0.2]: https://github.com/Jemeni11/FicImage/compare/v1.0.1...v1.0.2
1852
[1.0.1]: https://github.com/Jemeni11/FicImage/compare/v1.0.0...v1.0.1
1953
[1.0.0]: https://github.com/Jemeni11/FicImage/releases/tag/v1.0.0

0 commit comments

Comments
 (0)