From 0e1d6f263571374d3f0040b06161af89fc664edd Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:10:08 +0100 Subject: [PATCH] chore(main): release 1.15.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c969b2df..abfd75f7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.0" + ".": "1.15.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a4b3450..da4b2c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## [1.15.0](https://github.com/Flagsmith/flagsmith-common/compare/v1.14.0...v1.15.0) (2025-06-12) + + +### CI + +* pre-commit autoupdate ([#82](https://github.com/Flagsmith/flagsmith-common/issues/82)) ([abec78b](https://github.com/Flagsmith/flagsmith-common/commit/abec78bac928faab977faeb82e3bf3761435a062)) +* pre-commit autoupdate ([#86](https://github.com/Flagsmith/flagsmith-common/issues/86)) ([b4d45d9](https://github.com/Flagsmith/flagsmith-common/commit/b4d45d98e57a2f62cb497cde7f128443738ea406)) + + +### Features + +* **test-tools:** Add `run_tasks` fixture ([#85](https://github.com/Flagsmith/flagsmith-common/issues/85)) ([9bd0855](https://github.com/Flagsmith/flagsmith-common/commit/9bd0855b88bc7680a24243664d8e10352644e892)) + ## [1.14.0](https://github.com/Flagsmith/flagsmith-common/compare/v1.13.0...v1.14.0) (2025-05-30) diff --git a/pyproject.toml b/pyproject.toml index 91b13a4a..c364f622 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flagsmith-common" -version = "1.14.0" +version = "1.15.0" description = "Flagsmith's common library" requires-python = ">=3.11,<4.0" dependencies = [