Skip to content

Commit 27abb70

Browse files
authored
Merge pull request #97 from growthbook/release-please--branches--main
chore(main): release 2.1.1
2 parents 0e26f7d + 4802b87 commit 27abb70

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0"
2+
".": "2.1.1"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [2.1.1](https://github.com/growthbook/growthbook-python/compare/v2.1.0...v2.1.1) (2026-01-27)
4+
5+
6+
### Features
7+
8+
* Add support for case-insensitive membership operators: `$ini`, `$nini`, `$alli`
9+
- `$ini`: Case-insensitive version of `$in` operator
10+
- `$nini`: Case-insensitive version of `$nin` operator
11+
- `$alli`: Case-insensitive version of `$all` operator ([0e26f7d](https://github.com/growthbook/growthbook-python/commit/0e26f7d55e2b4b5908a9e3dd0921c1ea1fa49f97))
12+
313
## [2.1.0](https://github.com/growthbook/growthbook-python/compare/v2.0.0...v2.1.0) (2026-01-22)
414

515

growthbook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
)
1919

2020
# x-release-please-start-version
21-
__version__ = "2.1.0"
21+
__version__ = "2.1.1"
2222
# x-release-please-end

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.0
2+
current_version = 2.1.1
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)