Skip to content

Commit b6c46d4

Browse files
github-actions[bot]EqualMa
authored andcommitted
chore(main): release 0.2.0
1 parent 98a7737 commit b6c46d4

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.2.0](https://github.com/frender-rs/callable/compare/v0.1.0...v0.2.0) (2023-05-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `MaybeHandleEvent` now requires `Self::Callable::Output` to be `()`
9+
10+
### Features
11+
12+
* `MaybeHandleEvent` now requires `Self::Callable::Output` to be `()` ([06c6c79](https://github.com/frender-rs/callable/commit/06c6c79c06ecc3703cae4ea0a0b3d220a868ee4c))
13+
314
## 0.1.0 (2023-05-12)
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.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "callable closures implementing PartialEq and argument operations"
66
license = "MIT"

0 commit comments

Comments
 (0)