Skip to content

Commit

Permalink
chore(version): updating changelog and bumping version to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraum committed Dec 23, 2024
1 parent ef23bb9 commit a0c9bf8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ 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.4] - 2024-12-23
### Added
- Debug logging option with -d/--debug flag
- Custom base URL option with -u/--url flag
- Workflow status and coverage badges in documentation
- Coverage report generation and upload to Codecov

### Changed
- Updated license from BSD3 to AGPL
- Improved logger instance implementation
- Documentation updates for new CLI options

### Security
- Fixed unpinned tag for non-immutable Action in workflow
- Disabled Codecov bot messages on PRs

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

## [0.0.3] - 2024-12-22
### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "irrexplorer-cli"
version = "0.0.3"
version = "0.0.4"
description = "A command-line interface to query and explore IRR & BGP data from IRRexplorer.net"
readme = "README.md"
authors = [{name = "kiraum", email = "[email protected]" }]
Expand Down

0 comments on commit a0c9bf8

Please sign in to comment.