Skip to content

Commit

Permalink
chore(main): release 3.8.0 (#107)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
flagsmithdev and pre-commit-ci[bot] authored Aug 12, 2024
1 parent 8d69ab0 commit 56cdcc1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.7.0"
".": "3.8.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [3.8.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.7.0...v3.8.0) (2024-08-12)

### Features

- Support transient identities and traits ([#93](https://github.com/Flagsmith/flagsmith-python-client/issues/93))
([0a11db5](https://github.com/Flagsmith/flagsmith-python-client/commit/0a11db5a1010c177856716e6b90292651fa5889b))

### Bug Fixes

- Flaky `test_offline_mode__local_evaluation__correct_fallback`
([#103](https://github.com/Flagsmith/flagsmith-python-client/issues/103))
([a2136d7](https://github.com/Flagsmith/flagsmith-python-client/commit/a2136d7cb73e819da8a7a08ab98a3c7bfaa52df9))
- Offline handler not used as fallback for local evaluation mode during init
([#100](https://github.com/Flagsmith/flagsmith-python-client/issues/100))
([6f6d595](https://github.com/Flagsmith/flagsmith-python-client/commit/6f6d5950bc3a6befd953dc1a24ef497a4a018c7b))
- Package version not bumped during automatic release
([#102](https://github.com/Flagsmith/flagsmith-python-client/issues/102))
([840bc0e](https://github.com/Flagsmith/flagsmith-python-client/commit/840bc0e33803a66af2342ec7ff0053744ada603d))

## [v3.7.0](https://github.com/Flagsmith/flagsmith-python-client/releases/tag/v3.7.0) - 17 Jul 2024

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flagsmith"
version = "3.7.0"
version = "3.8.0"
description = "Flagsmith Python SDK"
authors = ["Flagsmith <support@flagsmith.com>"]
license = "BSD3"
Expand Down

0 comments on commit 56cdcc1

Please sign in to comment.