Skip to content

Commit

Permalink
Prepare 0.4.3 (#18)
Browse files Browse the repository at this point in the history
## [0.4.3](https://github.com/sdb9696/firebase-messaging/tree/0.4.3) (2024-09-25)

[Full Changelog](0.4.2...0.4.3)

**Release highlights:**

- Suppress unnecessary warnings from dependant library.

**Fixed bugs:**

- Catch excessive protobuf warnings [\#16](#16) (@sdb9696)
  • Loading branch information
sdb9696 authored Sep 25, 2024
1 parent ea6a505 commit 2a643dc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.3](https://github.com/sdb9696/firebase-messaging/tree/0.4.3) (2024-09-25)

[Full Changelog](https://github.com/sdb9696/firebase-messaging/compare/0.4.2...0.4.3)

**Release highlights:**

- Suppress unnecessary warnings from dependant library.

**Fixed bugs:**

- Catch excessive protobuf warnings [\#16](https://github.com/sdb9696/firebase-messaging/pull/16) (@sdb9696)

## [0.4.2](https://github.com/sdb9696/firebase-messaging/tree/0.4.2) (2024-09-25)

[Full Changelog](https://github.com/sdb9696/firebase-messaging/compare/0.4.1...0.4.2)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "firebase-messaging"
version = "0.4.2"
version = "0.4.3"
description = "FCM/GCM push notification client"
authors = [{ name = "sdb9696", email = "[email protected]" }]
license = { text="MIT" }
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a643dc

Please sign in to comment.