Skip to content

Commit

Permalink
chore: bump py/pytauri-plugin-notification to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WSH032 committed Feb 5, 2025
1 parent 4a40b30 commit 776369b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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

0 comments on commit 776369b

Please sign in to comment.