Skip to content

Commit ee27a5e

Browse files
committed
Update CHANGELOG.md for version 1.6 and increment version number
1 parent 39682fe commit ee27a5e

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
### Added
10+
- (Describe any new features or enhancements here)
11+
12+
### Changed
13+
- (Describe any changes here)
14+
15+
### Fixed
16+
- (Describe any bug fixes here)
17+
18+
---
19+
20+
## [1.6] - 2025-07-30
21+
922
### Added
1023
- Initial changelog file.
1124
- Comprehensive API documentation using Sphinx.
@@ -20,14 +33,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2033
- Continuous integration setup for automated testing.
2134
- Refactoring of the package structure for better organization.
2235
- Documentation for API endpoints and expected responses.
23-
24-
### Changed
25-
- (Describe any changes here)
26-
27-
### Fixed
28-
- (Describe any bug fixes here)
29-
30-
---
36+
- Add development dependencies to `setup.py`.
37+
- Implement rate limiting for API requests.
38+
- Add input sanitization for all user inputs.
39+
- Add template for issue reporting and feature requests.
3140

3241
## [1.5] - 2025-07-29
3342

pydeepskylog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.0"
1+
__version__ = "1.6"

0 commit comments

Comments
 (0)