Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo1003 committed Jun 3, 2023
1 parent 21f3c49 commit 646dce4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 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.6.2"
version = "0.7.0"
authors = ["Leo <[email protected]>"]
edition = "2021"
rust-version = "1.63.0"
Expand Down
17 changes: 16 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

---

## 0.7.0 (2023/06/03)
- **Compiler**
- Minimum rustc version is now 1.63.0
- **Improvment**
- Replace deprecated GitHub actions
- Change default rsa digest to rsa-sha2-512
- **Dependencies**
- Upgrade hex-literal to 0.4.1
- Upgrade bcrypt-pbkdf to 0.10.0
- Upgrade base64 to 0.21.0
- Replace nom_pem with pem
- Thanks for fenollp implementing this feature in #10

---

## 0.6.2 (2022/08/22)
- **Improvment**
- Now support OpenSSL Ed25519 key format
Expand All @@ -28,7 +43,7 @@
- Migrate to Rust 2021 edition
- **Dependencies**
- Upgrade digest to 0.10.2 with its related crates
- Upgrade digest to 0.4.0 with its related crates
- Upgrade cipher to 0.4.0 with its related crates

---

Expand Down

0 comments on commit 646dce4

Please sign in to comment.