We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1196caf commit 4b808d0Copy full SHA for 4b808d0
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Semantic Versioning Changelog
2
3
+# [1.1.0](https://github.com/pycasbin/postgresql-watcher/compare/v1.0.0...v1.1.0) (2024-07-03)
4
+
5
6
+### Features
7
8
+* replace print calls with logging module ([#25](https://github.com/pycasbin/postgresql-watcher/issues/25)) ([1196caf](https://github.com/pycasbin/postgresql-watcher/commit/1196caff8432d0c1ae8f8c1d306c0abcc66894f8))
9
10
# [1.0.0](https://github.com/pycasbin/postgresql-watcher/compare/v0.3.0...v1.0.0) (2024-03-29)
11
12
setup.cfg
@@ -3,5 +3,5 @@ universal = 1
[metadata]
description-file = README.md
-version = 1.0.0
+version = 1.1.0
0 commit comments