chore: prepare identity v0.2.2 and swarm v0.43.2

Pull-Request: #4256.
This commit is contained in:
Max Inden 2023-07-26 15:59:01 +02:00 committed by GitHub
parent 53df98298a
commit f10f1a274a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 0.2.2 - unreleased
## 0.2.2
- Implement `from_protobuf_encoding` for RSA `Keypair`.
See [PR 4193].

View File

@ -1,4 +1,4 @@
## 0.43.2 - unreleased
## 0.43.2
- Display the cause of a `ListenError::Denied`.
See [PR 4232]