Skip to content

Commit 8691e06

Browse files
chore(release): 0.0.2 [skip ci]
## [0.0.2](v0.0.1...v0.0.2) (2021-07-18) ### Bug Fixes * CI release failed ([3dd60ea](3dd60ea)) * fix `parent_conn` not initialize ([#11](#11)) ([48001e0](48001e0)) * Fix for more recent casbin versions and connection send fix ([#12](#12)) ([8cc529c](8cc529c))
1 parent 05ac07b commit 8691e06

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Semantic Versioning Changelog
2+
3+
## [0.0.2](https://github.com/pycasbin/postgresql-watcher/compare/v0.0.1...v0.0.2) (2021-07-18)
4+
5+
6+
### Bug Fixes
7+
8+
* CI release failed ([3dd60ea](https://github.com/pycasbin/postgresql-watcher/commit/3dd60ea6b34abab47ef67bae997a646fe4e5d7bd))
9+
* fix `parent_conn` not initialize ([#11](https://github.com/pycasbin/postgresql-watcher/issues/11)) ([48001e0](https://github.com/pycasbin/postgresql-watcher/commit/48001e059d040a04f8f286ad2c6e2f383ea41895))
10+
* Fix for more recent casbin versions and connection send fix ([#12](https://github.com/pycasbin/postgresql-watcher/issues/12)) ([8cc529c](https://github.com/pycasbin/postgresql-watcher/commit/8cc529c0036e6efc27c4d261b354e489a69ad6a4))

Diff for: setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ universal = 1
33

44
[metadata]
55
description-file = README.md
6-
version = 0.0.1
6+
version = 0.0.2
7+

0 commit comments

Comments
 (0)