From f50e10625d5852a2efad76c46327015145c4722b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:19:04 +0100 Subject: [PATCH] chore(stable): release 3.2.1 (#2828) :robot: I have created a release *beep* *boop* --- ## [3.2.1](https://github.com/libretime/libretime/compare/3.2.0...3.2.1) (2023-12-22) ### Bug Fixes * add parent function name in setValue exception ([#2777](https://github.com/libretime/libretime/issues/2777)) ([c764a5a](https://github.com/libretime/libretime/commit/c764a5a648ac6cf6c1f63cd9be6de9fe07c40988)) * **api:** enum schema description ([#2803](https://github.com/libretime/libretime/issues/2803)) ([976b70e](https://github.com/libretime/libretime/commit/976b70ed32a0e774cc0b72b8332372be32799ed1)) * **legacy:** allow uploading opus files ([#2804](https://github.com/libretime/libretime/issues/2804)) ([1206252](https://github.com/libretime/libretime/commit/1206252faadaa8ca61c7cb7becb36a7dd306d05f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: jo --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ analyzer/setup.py | 2 +- api-client/setup.py | 2 +- api/setup.py | 2 +- docs/releases/3.2.1.md | 20 ++++++++++++++++++++ playout/setup.py | 2 +- shared/setup.py | 2 +- worker/setup.py | 2 +- 9 files changed, 36 insertions(+), 7 deletions(-) create mode 100644 docs/releases/3.2.1.md diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 3062c8f97..8d9a6fe70 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"3.2.0"} +{".":"3.2.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4834f5d24..f839b9fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.2.1](https://github.com/libretime/libretime/compare/3.2.0...3.2.1) (2023-12-22) + + +### Bug Fixes + +* add parent function name in setValue exception ([#2777](https://github.com/libretime/libretime/issues/2777)) ([c764a5a](https://github.com/libretime/libretime/commit/c764a5a648ac6cf6c1f63cd9be6de9fe07c40988)) +* **api:** enum schema description ([#2803](https://github.com/libretime/libretime/issues/2803)) ([976b70e](https://github.com/libretime/libretime/commit/976b70ed32a0e774cc0b72b8332372be32799ed1)) +* **legacy:** allow uploading opus files ([#2804](https://github.com/libretime/libretime/issues/2804)) ([1206252](https://github.com/libretime/libretime/commit/1206252faadaa8ca61c7cb7becb36a7dd306d05f)) + ## [3.2.0](https://github.com/libretime/libretime/compare/3.1.0...3.2.0) (2023-10-16) - [Release note](https://libretime.org/docs/releases/3.2.0/) diff --git a/analyzer/setup.py b/analyzer/setup.py index f57cb3c57..476d773eb 100644 --- a/analyzer/setup.py +++ b/analyzer/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -version = "3.2.0" # x-release-please-version +version = "3.2.1" # x-release-please-version setup( name="libretime-analyzer", diff --git a/api-client/setup.py b/api-client/setup.py index 6f350d468..865730db0 100644 --- a/api-client/setup.py +++ b/api-client/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -version = "3.2.0" # x-release-please-version +version = "3.2.1" # x-release-please-version setup( name="libretime-api-client", diff --git a/api/setup.py b/api/setup.py index a549786f7..f080f1e42 100644 --- a/api/setup.py +++ b/api/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -version = "3.2.0" # x-release-please-version +version = "3.2.1" # x-release-please-version setup( name="libretime-api", diff --git a/docs/releases/3.2.1.md b/docs/releases/3.2.1.md new file mode 100644 index 000000000..14e7678c5 --- /dev/null +++ b/docs/releases/3.2.1.md @@ -0,0 +1,20 @@ +--- +title: LibreTime 3.2.1 +--- + +import ReleaseHead from './\_release-head.md'; + + + +## :sparkling_heart: Contributors + +The LibreTime project wants to thank the following contributors for authoring PRs to this release: + +- @jooola +- @mp3butcher + +## :bug: Bug fixes + +- add parent function name in setValue exception ([#2777](https://github.com/libretime/libretime/issues/2777)) ([c764a5a](https://github.com/libretime/libretime/commit/c764a5a648ac6cf6c1f63cd9be6de9fe07c40988)) +- **api:** enum schema description ([#2803](https://github.com/libretime/libretime/issues/2803)) ([976b70e](https://github.com/libretime/libretime/commit/976b70ed32a0e774cc0b72b8332372be32799ed1)) +- **legacy:** allow uploading opus files ([#2804](https://github.com/libretime/libretime/issues/2804)) ([1206252](https://github.com/libretime/libretime/commit/1206252faadaa8ca61c7cb7becb36a7dd306d05f)) diff --git a/playout/setup.py b/playout/setup.py index d9dde3359..74815dfa2 100644 --- a/playout/setup.py +++ b/playout/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -version = "3.2.0" # x-release-please-version +version = "3.2.1" # x-release-please-version setup( name="libretime-playout", diff --git a/shared/setup.py b/shared/setup.py index d777700b4..a1337811f 100644 --- a/shared/setup.py +++ b/shared/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -version = "3.2.0" # x-release-please-version +version = "3.2.1" # x-release-please-version setup( name="libretime-shared", diff --git a/worker/setup.py b/worker/setup.py index 7ee8f750c..ceec8f63e 100644 --- a/worker/setup.py +++ b/worker/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -version = "3.2.0" # x-release-please-version +version = "3.2.1" # x-release-please-version setup( name="libretime-worker",