Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump py/pytauri-plugin-notification to 0.2.0 #72

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions python/pytauri-plugin-notification/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.2.0]

### BREAKING

- [#70](https://github.com/WSH032/pytauri/pull/70) - Removed `NotificationBuilderArgs`.
Expand Down Expand Up @@ -47,4 +49,5 @@
## [0.1.0-beta.0]

[unreleased]: https://github.com/WSH032/pytauri/tree/HEAD
[0.2.0]: https://github.com/WSH032/pytauri/releases/tag/py/pytauri-plugin-notification/v0.2.0
[0.1.0-beta.0]: https://github.com/WSH032/pytauri/releases/tag/py/pytauri-plugin-notification/v0.1.0-beta.0
4 changes: 2 additions & 2 deletions python/pytauri-plugin-notification/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pytauri-plugin-notification"
version = "0.1.0-beta.0"
version = "0.2.0" # when bumping, remember to update workspace dependencies
readme = "README.md"
license = "Apache-2.0"
requires-python = ">=3.9"
Expand All @@ -13,7 +13,7 @@ description = "tauri-plugin-notification binding for PyTauri."
dependencies = [
"typing-extensions >= 4",
# workspaces, must use `==`
"pytauri == 0.1.*",
"pytauri == 0.2.*",
]

[project.urls]
Expand Down
Loading