Skip to content

Commit df95f14

Browse files
github-actions[bot]EqualMa
authored andcommitted
chore(main): release 0.3.0
1 parent 19f536f commit df95f14

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## [0.2.0](https://github.com/frender-rs/callable/compare/v0.1.0...v0.2.0) (2023-05-14)
415

516

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "callable"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "callable closures implementing PartialEq and argument operations"
66
license = "MIT"

0 commit comments

Comments
 (0)