Skip to content

Commit 8881961

Browse files
chore(release): 0.0.3 [skip ci]
## [0.0.3](v0.0.2...v0.0.3) (2022-02-05) ### Bug Fixes * correct requirements and python version support. dev requirement can be installed with: pip install ".[dev]" ([5bd65e8](5bd65e8)) * Specify a fixed version for nodejs in the release ci workflow ([2e3c5e7](2e3c5e7)) * upgrade setuptools and wheel before installing deps. Upgrade psycopg2 to latest version (2.9.3) if possible. ([8beff2a](8beff2a))
1 parent fcded86 commit 8881961

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Semantic Versioning Changelog
22

3+
## [0.0.3](https://github.com/pycasbin/postgresql-watcher/compare/v0.0.2...v0.0.3) (2022-02-05)
4+
5+
6+
### Bug Fixes
7+
8+
* correct requirements and python version support. dev requirement can be installed with: pip install ".[dev]" ([5bd65e8](https://github.com/pycasbin/postgresql-watcher/commit/5bd65e8a4ec85e46691a34ba10d0434659f3a08f))
9+
* Specify a fixed version for nodejs in the release ci workflow ([2e3c5e7](https://github.com/pycasbin/postgresql-watcher/commit/2e3c5e727442db0e1b41a689139bcdc225468dd5))
10+
* upgrade setuptools and wheel before installing deps. Upgrade psycopg2 to latest version (2.9.3) if possible. ([8beff2a](https://github.com/pycasbin/postgresql-watcher/commit/8beff2aef45e164aa27c09298c92886a41afaaf3))
11+
312
## [0.0.2](https://github.com/pycasbin/postgresql-watcher/compare/v0.0.1...v0.0.2) (2021-07-18)
413

514

Diff for: setup.cfg

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

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

0 commit comments

Comments
 (0)