Skip to content

Commit

Permalink
rlp: release 0.5.2 (#686)
Browse files Browse the repository at this point in the history
* rlp: release 0.5.2

* Revert "rlp: release 0.5.2"

This reverts commit 86676b0.

* rlp: release 0.5.2 without 2021 edition changes
  • Loading branch information
ordian committed Oct 21, 2022
1 parent 7b10e2b commit 3c807b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions rlp/CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog].

## [Unreleased]
- Migrated to 2021 edition, enforcing MSRV of `1.56.1`. [#601](https://github.com/paritytech/parity-common/pull/601)

## [0.5.2] - 2022-10-21
- Add optional `derive` feature. [#613](https://github.com/paritytech/parity-common/pull/613)

## [0.5.1] - 2021-07-30
Expand Down
2 changes: 1 addition & 1 deletion rlp/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rlp"
version = "0.5.1"
version = "0.5.2"
description = "Recursive-length prefix encoding, decoding, and compression"
repository = "https://github.com/paritytech/parity-common"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 3c807b5

Please sign in to comment.