From 56cdcc1c9f0596bb40466fd4d42c0a30fbb6633b Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:42:35 +0100 Subject: [PATCH] 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e30867..fa4291e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.7.0" + ".": "3.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fd90f82..f2b0ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 2dcdeb9..cd9aa56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "3.7.0" +version = "3.8.0" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3"