diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 8bbe64f..8c6440c 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytemuck_derive" description = "derive proc-macros for `bytemuck`" -version = "1.1.0" +version = "1.1.1" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md" diff --git a/derive/changelog.md b/derive/changelog.md index a5ca887..d084bb4 100644 --- a/derive/changelog.md +++ b/derive/changelog.md @@ -1,6 +1,12 @@ ## `bytemuck_derive` changelog +## 1.1.1 + +* Adjusted the license files to use full files rather than symlinks. + [PR](https://github.com/Lokathor/bytemuck/pull/118) + The license is unchanged, just no more symlinks. + ## 1.1.0 * Updated to work with `bytemuck-1.9.0`