Skip to content

Commit

Permalink
bump: ✈️ v1.0.0 → v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jul 5, 2024
1 parent 7e27daa commit 8a3fa5c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented here.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project attempts to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.0.1](https://github.com/engineervix/readme-coverage-badger/compare/v1.0.0...v1.0.1) (2024-07-05)


### 🐛 Bug Fixes

* broken logger configuration introduced in 1.0.0 ([7e27daa](https://github.com/engineervix/readme-coverage-badger/commit/7e27daaf552e4fc4cd6a2cf7860726720dc62bea))

## [v1.0.0](https://github.com/engineervix/readme-coverage-badger/compare/v0.1.2...v1.0.0) (2024-07-05)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ profile = "black"
known_third_party = ["colorama", "coverage", "faker", "invoke", "pytest"]

[tool.commitizen]
version = "1.0.0"
version = "1.0.1"
version_files = [
"readme_coverage_badger/__init__.py",
"readme_coverage_badger/__main__.py",
Expand Down
2 changes: 1 addition & 1 deletion readme_coverage_badger/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion readme_coverage_badger/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
environment you are running this script in.
"""

__version__ = "1.0.0"
__version__ = "1.0.1"


# Python Standard Library
Expand Down

0 comments on commit 8a3fa5c

Please sign in to comment.