Skip to content

Commit

Permalink
docs(): changelog v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraum committed Dec 22, 2024
1 parent 65aace8 commit 567374f
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,35 @@ All notable changes to irrexplorer-cli will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.0.3] - 2024-12-22
### Added
- Screenshots demonstrating CLI usage in README
- Extended timeout handling for API requests
- Improved error logging for API responses

### Fixed
- Empty response handling for prefix and ASN queries
- Security improvements:
- Pinned third-party GitHub Action versions
- Added proper workflow permissions

### Changed
- Enhanced documentation with visual examples
- Increased default timeout values for better reliability

[0.0.3 ⋅ Release]: https://github.com/kiraum/irrexplorer-cli/releases/tag/v0.0.3
[0.0.2 ⋅ Diff]: https://github.com/kiraum/irrexplorer-cli/compare/v0.0.2...v0.0.3


## [0.0.2] - 2024-12-21
### Added
- Long description from README.md for PyPI package
- Proper package metadata

[0.0.2]: https://github.com/kiraum/irrexplorer-cli/releases/tag/v0.0.2
[0.0.2 ⋅ Release]: https://github.com/kiraum/irrexplorer-cli/releases/tag/v0.0.2
[0.0.2 ⋅ Diff]: https://github.com/kiraum/irrexplorer-cli/compare/v0.0.1...v0.0.2


## [0.0.1] - 2024-12-21
### Added
Expand All @@ -28,4 +51,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- typer for CLI interface
- rich for text formatting

[0.0.1]: https://github.com/kiraum/irrexplorer-cli/releases/tag/v0.0.1
[0.0.1 ⋅ Release]: https://github.com/kiraum/irrexplorer-cli/releases/tag/v0.0.1

0 comments on commit 567374f

Please sign in to comment.