From a0c9bf8b81d3654c13051e99ca6f476948683da1 Mon Sep 17 00:00:00 2001 From: kiraum Date: Mon, 23 Dec 2024 23:47:38 +0100 Subject: [PATCH] chore(version): updating changelog and bumping version to v0.0.4 --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b384b..7d4f15a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 6186535..baaaed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "tfgoncalves@xpto.it" }]