Skip to content

Commit

Permalink
Bump version to 0.11.2. Add @MarijnS95 to authors list
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed May 31, 2021
1 parent 5ad2f75 commit a221cad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ keywords = ["safe", "transmute", "checked"]
categories = ["rust-patterns", "memory-management", "no-std"]
license = "MIT"
# Remember to also update in appveyor.yml
version = "0.11.1"
version = "0.11.2"
authors = ["наб <[email protected]>",
"Eduardo Pinho <[email protected]>",
"Lukas Kalbertodt <[email protected]>",
"Philipp Tessenow <[email protected]>"]
"Philipp Tessenow <[email protected]>",
"Marijn Suijten <[email protected]>"]
exclude = ["*.enc"]

[features]
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.11.1-{build}
version: 0.11.2-{build}

skip_tags: false

Expand Down

0 comments on commit a221cad

Please sign in to comment.