From df74a7e13ed54b38ce4e310902edd63a20df139c Mon Sep 17 00:00:00 2001 From: Hammy <58985301+sgoudham@users.noreply.github.com> Date: Wed, 26 Feb 2025 00:09:28 +0000 Subject: [PATCH 1/2] ci(release-please): set `id-token: write` (#103) Release-As: 2.4.1 --- .github/workflows/release-please.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 6e45ccc..c681f0a 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -5,6 +5,7 @@ on: workflow_dispatch: permissions: + id-token: write contents: write pull-requests: write From f02a324b49992d345b6bd690a065161985350334 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 00:14:04 +0000 Subject: [PATCH 2/2] chore(main): release 2.4.1 (#104) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index b44b287..adf5fd7 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.4.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c08526..f846a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.1](https://github.com/catppuccin/python/compare/v2.4.0...v2.4.1) (2025-02-26) + + +### ci + +* **release-please:** set `id-token: write` ([#103](https://github.com/catppuccin/python/issues/103)) ([df74a7e](https://github.com/catppuccin/python/commit/df74a7e13ed54b38ce4e310902edd63a20df139c)) + ## [2.4.0](https://github.com/catppuccin/python/compare/v2.3.4...v2.4.0) (2025-02-25) diff --git a/pyproject.toml b/pyproject.toml index 115b002..f578c05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [{ name = "backwardspy", email = "backwardspy@pigeon.life" }] requires-python = ">=3.9.0" dependencies = [] name = "catppuccin" -version = "2.4.0" +version = "2.4.1" description = "🐍 Soothing pastel theme for Python." readme = "README.md"