File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
[ // ] : # ( - **Fixed** for any bug fixes. )
14
14
[ // ] : # ( - **Security** in case of vulnerabilities. )
15
15
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
+
16
29
## [ 2.0.0] - 2023-07-22
17
30
18
31
### Fixed
@@ -59,6 +72,7 @@ match the new README format. The content type was updated from `text/markdown` t
59
72
- Released FicImageScript
60
73
61
74
75
+ [ 2.1.0 ] : https://github.com/Jemeni11/FicImage/compare/v2.0.0...v2.1.0
62
76
[ 2.0.0 ] : https://github.com/Jemeni11/FicImage/compare/v1.0.2...v2.0.0
63
77
[ 1.0.2 ] : https://github.com/Jemeni11/FicImage/compare/v1.0.1...v1.0.2
64
78
[ 1.0.1 ] : https://github.com/Jemeni11/FicImage/compare/v1.0.0...v1.0.1
You can’t perform that action at this time.
0 commit comments