Skip to content

Commit 883f1e8

Browse files
committed
Merge branch 'main' into next
merge main
2 parents d551597 + d23f6e3 commit 883f1e8

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.1.12](https://github.com/lpm0073/secure-logger/compare/v0.1.11...v0.1.12) (2023-11-14)
2+
3+
4+
### Bug Fixes
5+
6+
* refactor python code blocks using readme_renderer compliant directives ([49a3423](https://github.com/lpm0073/secure-logger/commit/49a34234bb95ed37676f0620eb481a221302b73a))
7+
8+
## [0.1.11](https://github.com/lpm0073/secure-logger/compare/v0.1.10...v0.1.11) (2023-11-14)
9+
10+
11+
### Bug Fixes
12+
13+
* CURRENT_VERSION was unassigned ([528fa71](https://github.com/lpm0073/secure-logger/commit/528fa71dc0fc008bd7098686cab94198a961f5c3))
14+
115
## [0.1.10](https://github.com/lpm0073/secure-logger/compare/v0.1.9...v0.1.10) (2023-11-14)
216

317

__version__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
__version__ = '0.1.11'
1+
# -*- coding: utf-8 -*-
2+
__version__ = "0.1.12"

0 commit comments

Comments
 (0)