File tree Expand file tree Collapse file tree 2 files changed +18
-9
lines changed
Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- __version__ = "1.5.0 "
1+ __version__ = "1.6 "
You can’t perform that action at this time.
0 commit comments