-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from ahasunos/docs/update-changelog
doc: update changelog manually
- Loading branch information
Showing
1 changed file
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
## [Unreleased] | ||
# Changelog | ||
|
||
## [0.1.0] - 2024-09-08 | ||
## [0.1.6] - 2024-09-16 | ||
### CI | ||
- Configure GitHub Actions to run tests on PR creation by @ahasunos in [#1](https://github.com/ahasunos/api_wrapper/pull/1) | ||
- Fix version bumper failure due to missing semantic gem by @ahasunos in [#2](https://github.com/ahasunos/api_wrapper/pull/2) | ||
|
||
- Initial release | ||
### Fixes | ||
- Rename old commit files from nse_gem project by @ahasunos in [#3](https://github.com/ahasunos/api_wrapper/pull/3) | ||
|
||
### Features | ||
- Implement caching mechanism in the library by @ahasunos in [#5](https://github.com/ahasunos/api_wrapper/pull/5) | ||
- Implement client to handle HTTP requests by @ahasunos in [#6](https://github.com/ahasunos/api_wrapper/pull/6) | ||
- Implement API manager with API configuration & caching support by @ahasunos in [#8](https://github.com/ahasunos/api_wrapper/pull/8) | ||
- Implement ApiWrapper interface for end users by @ahasunos in [#9](https://github.com/ahasunos/api_wrapper/pull/9) | ||
|
||
### Documentation | ||
- Update documentation for ApiWrapper by @ahasunos in [#11](https://github.com/ahasunos/api_wrapper/pull/11) |