Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hydhknn committed Aug 23, 2019
1 parent 1c086e7 commit af0b849
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amiquip"
version = "0.3.1"
version = "0.3.2"
authors = ["John Gallagher <johnkgallagher@gmail.com>"]
edition = "2018"
build = "build.rs"
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit af0b849

Please sign in to comment.