Skip to content

Commit

Permalink
chore(release): 1.16.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.16.3](v1.16.2...v1.16.3) (2022-04-30)

### Bug Fixes

* different behavior of glob_match from other casbin ([#254](#254)) ([49b6a04](49b6a04))
  • Loading branch information
semantic-release-bot committed Apr 30, 2022
1 parent 49b6a04 commit 8100734
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Semantic Versioning Changelog

## [1.16.3](https://github.com/casbin/pycasbin/compare/v1.16.2...v1.16.3) (2022-04-30)


### Bug Fixes

* different behavior of glob_match from other casbin ([#254](https://github.com/casbin/pycasbin/issues/254)) ([49b6a04](https://github.com/casbin/pycasbin/commit/49b6a0467ff4e84838a4b61ee79fe66af0e9de25))

## [1.16.2](https://github.com/casbin/pycasbin/compare/v1.16.1...v1.16.2) (2022-04-30)


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[metadata]
version = 1.16.2
version = 1.16.3

0 comments on commit 8100734

Please sign in to comment.