Skip to content

Commit

Permalink
Bump version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo1003 committed Jul 11, 2020
1 parent 7eec075 commit a0212d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "osshkeys"
description = "A library to read and write OpenSSH public and private keys"
version = "0.3.1"
version = "0.4.0"
authors = ["Leo <[email protected]>"]
keywords = ["ssh", "ssh-keys", "keys", "openssh"]
repository = "https://github.com/Leo1003/rust-osshkeys"
Expand Down
6 changes: 4 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog

## Unreleased

---

## Unreleased
## 0.4.0 (2020/07/11)
- **Breaking Change!!**
- Remove `SshReadExt::read_list()`, `SshWriteExt::write_list()`
- Rename `PublicKey::from_keystring()` to `PublicKey::from_keystr()`
- Remove usage of failure crate
- Remove the usage of failure crate
- Change to use the `bcrypt-pbkdf` crate, the passphrase type is `&str` now!
- **Add**
- `SshBuf` which uses `CryptoVec` to provide memory zeroizing guarantee when resizing
Expand Down

0 comments on commit a0212d0

Please sign in to comment.