Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Aug 24, 2020
1 parent 5e7e58c commit 2e86b33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -8,7 +8,7 @@ categories = [ "science" ]
license = "MIT/Apache-2.0"
name = "num-derive"
repository = "https://github.com/rust-num/num-derive"
version = "0.3.1"
version = "0.3.2"
readme = "README.md"
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
edition = "2018"
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
@@ -1,3 +1,9 @@
# Release 0.3.2 (2020-08-24)

- [Add `#[inline]` to all derived functions][40] -- thanks @Amanieu!

[40]: https://github.com/rust-num/num-derive/pull/40

# Release 0.3.1 (2020-07-28)

- [Add `num_traits` proc_macro helper for explicit import][35] - thanks @jean-airoldie!
Expand Down

0 comments on commit 2e86b33

Please sign in to comment.