Skip to content

Commit

Permalink
chore(release): 0.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Feb 5, 2022
1 parent fcded86 commit 8881961
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Semantic Versioning Changelog

## [0.0.3](https://github.com/pycasbin/postgresql-watcher/compare/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](https://github.com/pycasbin/postgresql-watcher/commit/5bd65e8a4ec85e46691a34ba10d0434659f3a08f))
* Specify a fixed version for nodejs in the release ci workflow ([2e3c5e7](https://github.com/pycasbin/postgresql-watcher/commit/2e3c5e727442db0e1b41a689139bcdc225468dd5))
* 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))

## [0.0.2](https://github.com/pycasbin/postgresql-watcher/compare/v0.0.1...v0.0.2) (2021-07-18)


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ universal = 1

[metadata]
description-file = README.md
version = 0.0.2
version = 0.0.3

0 comments on commit 8881961

Please sign in to comment.