Skip to content

Commit 9fff426

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](v1.1.0...v1.1.1) (2024-11-11) ### Bug Fixes * modify remove_filtered_policy method to support filtering of empty strings ([#12](#12)) ([37e0561](37e0561))
1 parent 37e0561 commit 9fff426

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Semantic Versioning Changelog
22

3+
## [1.1.1](https://github.com/officialpycasbin/pymongo-adapter/compare/v1.1.0...v1.1.1) (2024-11-11)
4+
5+
6+
### Bug Fixes
7+
8+
* modify remove_filtered_policy method to support filtering of empty strings ([#12](https://github.com/officialpycasbin/pymongo-adapter/issues/12)) ([37e0561](https://github.com/officialpycasbin/pymongo-adapter/commit/37e0561bb678f11f291360a6eaf58121db6b7630))
9+
310
# [1.1.0](https://github.com/pycasbin/pymongo-adapter/compare/v1.0.0...v1.1.0) (2024-03-29)
411

512

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ universal = 1
33

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

0 commit comments

Comments
 (0)