From 10879ffcb9fb8b08ec6d1745f196d5ffbab3397a Mon Sep 17 00:00:00 2001 From: Jim Posen Date: Wed, 20 Nov 2019 15:13:12 +0100 Subject: [PATCH] Bump rlp crate version. --- rlp/CHANGELOG.md | 4 ++++ rlp/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/rlp/CHANGELOG.md b/rlp/CHANGELOG.md index 10d37b23d..e0a32ca9b 100644 --- a/rlp/CHANGELOG.md +++ b/rlp/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog]. ## [Unreleased] +## [0.4.4] - 2019-11-20 +### Added +- Method `Rlp::at_with_offset` (https://github.com/paritytech/parity-common/pull/269) + ## [0.4.3] - 2019-10-24 ### Dependencies - Updated dependencies (https://github.com/paritytech/parity-common/pull/239) diff --git a/rlp/Cargo.toml b/rlp/Cargo.toml index 0fd6e9b5b..ea0da9b10 100644 --- a/rlp/Cargo.toml +++ b/rlp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlp" -version = "0.4.3" +version = "0.4.4" description = "Recursive-length prefix encoding, decoding, and compression" repository = "https://github.com/paritytech/parity-common" license = "MIT/Apache-2.0"