diff --git a/Cargo.toml b/Cargo.toml index fbf6728..cb55279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "amiquip" -version = "0.3.1" +version = "0.3.2" authors = ["John Gallagher "] edition = "2018" build = "build.rs" diff --git a/Changelog.md b/Changelog.md index ddcc868..141febd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +# Version 0.3.2 (2019-08-23) + +* Restore `#[doc(hidden)]` attribute with upgrade to snafu 0.4.4. +* Fix `basic_publish`'s immediate/mandatory mixup. + # Version 0.3.1 (2019-08-06) * Remove `#[doc(hidden)]` attribute to work around https://github.com/shepmaster/snafu/issues/139.