Skip to content

Commit

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

### [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
- Update and improve documentation and tests
- General code cleanup

### [v0.1.0](https://github.com/speelbarrow/enum-from-functions.rs/tree/v0.1.0)
- Initial release
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.0"
version = "0.1.1"
repository = "https://github.com/speelbarrow/enum-from-functions.rs"
authors = ["Noah Friedman"]
license = "OSL-3.0"
Expand Down

0 comments on commit 53be8f8

Please sign in to comment.