Skip to content

Commit 56cdcc1

Browse files
chore(main): release 3.8.0 (#107)
* chore(main): release 3.8.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8d69ab0 commit 56cdcc1

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [3.8.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.7.0...v3.8.0) (2024-08-12)
4+
5+
### Features
6+
7+
- Support transient identities and traits ([#93](https://github.com/Flagsmith/flagsmith-python-client/issues/93))
8+
([0a11db5](https://github.com/Flagsmith/flagsmith-python-client/commit/0a11db5a1010c177856716e6b90292651fa5889b))
9+
10+
### Bug Fixes
11+
12+
- Flaky `test_offline_mode__local_evaluation__correct_fallback`
13+
([#103](https://github.com/Flagsmith/flagsmith-python-client/issues/103))
14+
([a2136d7](https://github.com/Flagsmith/flagsmith-python-client/commit/a2136d7cb73e819da8a7a08ab98a3c7bfaa52df9))
15+
- Offline handler not used as fallback for local evaluation mode during init
16+
([#100](https://github.com/Flagsmith/flagsmith-python-client/issues/100))
17+
([6f6d595](https://github.com/Flagsmith/flagsmith-python-client/commit/6f6d5950bc3a6befd953dc1a24ef497a4a018c7b))
18+
- Package version not bumped during automatic release
19+
([#102](https://github.com/Flagsmith/flagsmith-python-client/issues/102))
20+
([840bc0e](https://github.com/Flagsmith/flagsmith-python-client/commit/840bc0e33803a66af2342ec7ff0053744ada603d))
21+
322
## [v3.7.0](https://github.com/Flagsmith/flagsmith-python-client/releases/tag/v3.7.0) - 17 Jul 2024
423

524
### What's Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flagsmith"
3-
version = "3.7.0"
3+
version = "3.8.0"
44
description = "Flagsmith Python SDK"
55
authors = ["Flagsmith <[email protected]>"]
66
license = "BSD3"

0 commit comments

Comments
 (0)