Skip to content

Commit 8a3fa5c

Browse files
committed
bump: ✈️ v1.0.0 → v1.0.1
1 parent 7e27daa commit 8a3fa5c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented here.
44

55
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).
66

7+
## [v1.0.1](https://github.com/engineervix/readme-coverage-badger/compare/v1.0.0...v1.0.1) (2024-07-05)
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* broken logger configuration introduced in 1.0.0 ([7e27daa](https://github.com/engineervix/readme-coverage-badger/commit/7e27daaf552e4fc4cd6a2cf7860726720dc62bea))
13+
714
## [v1.0.0](https://github.com/engineervix/readme-coverage-badger/compare/v0.1.2...v1.0.0) (2024-07-05)
815

916

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ profile = "black"
1212
known_third_party = ["colorama", "coverage", "faker", "invoke", "pytest"]
1313

1414
[tool.commitizen]
15-
version = "1.0.0"
15+
version = "1.0.1"
1616
version_files = [
1717
"readme_coverage_badger/__init__.py",
1818
"readme_coverage_badger/__main__.py",

readme_coverage_badger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.0.1"

readme_coverage_badger/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
environment you are running this script in.
1010
"""
1111

12-
__version__ = "1.0.0"
12+
__version__ = "1.0.1"
1313

1414

1515
# Python Standard Library

0 commit comments

Comments
 (0)