We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f536f commit df95f14Copy full SHA for df95f14
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [0.3.0](https://github.com/frender-rs/callable/compare/v0.2.0...v0.3.0) (2023-05-15)
4
+
5
6
+### ⚠ BREAKING CHANGES
7
8
+* relax bounds of `MaybeHandleEvent`
9
10
+### Features
11
12
+* relax bounds of `MaybeHandleEvent` ([19f536f](https://github.com/frender-rs/callable/commit/19f536f4fdba07c94c04043bbbba0c292c73cdb8))
13
14
## [0.2.0](https://github.com/frender-rs/callable/compare/v0.1.0...v0.2.0) (2023-05-14)
15
16
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "callable"
-version = "0.2.0"
+version = "0.3.0"
edition = "2021"
description = "callable closures implementing PartialEq and argument operations"
license = "MIT"
0 commit comments