Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and EqualMa committed May 14, 2023
1 parent 98a7737 commit b6c46d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.2.0](https://github.com/frender-rs/callable/compare/v0.1.0...v0.2.0) (2023-05-14)


### ⚠ BREAKING CHANGES

* `MaybeHandleEvent` now requires `Self::Callable::Output` to be `()`

### Features

* `MaybeHandleEvent` now requires `Self::Callable::Output` to be `()` ([06c6c79](https://github.com/frender-rs/callable/commit/06c6c79c06ecc3703cae4ea0a0b3d220a868ee4c))

## 0.1.0 (2023-05-12)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "callable"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "callable closures implementing PartialEq and argument operations"
license = "MIT"
Expand Down

0 comments on commit b6c46d4

Please sign in to comment.