diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c42e6..d8975d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.3.0 - 2023-03-18 + +### Features +- Upgrade to syn 2 + +### Fixes +- Fix CI badge + ## v0.2.1 - 2022-10-21 ### Features diff --git a/Cargo.toml b/Cargo.toml index a8ad549..a95edb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "expand" -version = "0.2.1" +version = "0.3.0" authors = ["figsoda "] edition = "2021" description = "Macro to expand byte string and string literals"