From a1d813f051b6e1820a604488c028b972f378a7a1 Mon Sep 17 00:00:00 2001 From: "Steven B." <51370195+sdb9696@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:05:40 +0100 Subject: [PATCH] Prepare 0.4.1 (#11) --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2a1b1..cdd4005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.1](https://github.com/sdb9696/firebase-messaging/tree/0.4.1) (2024-09-06) + +[Full Changelog](https://github.com/sdb9696/firebase-messaging/compare/0.4.0...0.4.1) + +**Release highlights:** + +Migration to uv for project/package management + +**Project maintenance:** + +- Migrate from poetry to uv and enable testpypi publishing [\#9](https://github.com/sdb9696/firebase-messaging/pull/9) (@sdb9696) + ## [0.4.0](https://github.com/sdb9696/firebase-messaging/tree/0.4.0) (2024-08-29) [Full Changelog](https://github.com/sdb9696/firebase-messaging/compare/0.3.0...0.4.0) diff --git a/pyproject.toml b/pyproject.toml index 45329a6..f226aae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "firebase-messaging" -version = "0.4.0" +version = "0.4.1" description = "FCM/GCM push notification client" authors = [{ name = "sdb9696", email = "sdb9696@users.noreply.github.com" }] license = { text="MIT" } diff --git a/uv.lock b/uv.lock index 4d871ff..9ac8ab5 100644 --- a/uv.lock +++ b/uv.lock @@ -476,7 +476,7 @@ wheels = [ [[package]] name = "firebase-messaging" -version = "0.4.0" +version = "0.4.1" source = { editable = "." } dependencies = [ { name = "aiohttp" },