Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speelbarrow committed Jul 25, 2023
1 parent e647697 commit c44e4e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

### [v0.2.0](https://github.com/speelbarrow/enum-from-functions.rs/tree/v0.2.0)
- Add [support for `async` functions](https://github.com/speelbarrow/enum-from-functions.rs/tree/v0.2.0/src/lib.rs#L94)

### [v0.1.1](https://github.com/speelbarrow/enum-from-functions.rs/tree/v0.1.1)
- [Fix bug](https://github.com/speelbarrow/enum-from-functions.rs/tree/v0.1.1/src/lib.rs#L248)
where not supplying any functions in `impl` block resulted in malformed output
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "enum-from-functions"
description = """A procedural macro that will create an enum with associated functions that each have a corresponding \
variant."""
version = "0.1.1"
version = "0.2.0"
repository = "https://github.com/speelbarrow/enum-from-functions.rs"
authors = ["Noah Friedman"]
license = "OSL-3.0"
Expand Down

0 comments on commit c44e4e7

Please sign in to comment.