Skip to content

Commit

Permalink
bump parity-util-mem to 0.4.2 (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf authored Feb 4, 2020
1 parent 06ae74e commit 2f73b64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions parity-util-mem/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog].

## [Unreleased]

## [0.4.2] - 2020-02-04
- Implementation of `MallocSizeOf` for BTreeSet.[#325](https://github.com/paritytech/parity-common/pull/325)
- Split off implementation of `MallocSizeOf` for primitive-types. [#323](https://github.com/paritytech/parity-common/pull/323)

## [0.4.1] - 2020-01-06
- Implementation of `MallocSizeOf` for SmallVec no longer requires ethereum `ethereum-impls` feature. [#307](https://github.com/paritytech/parity-common/pull/307)

Expand Down
2 changes: 1 addition & 1 deletion parity-util-mem/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parity-util-mem"
version = "0.4.1"
version = "0.4.2"
authors = ["Parity Technologies <[email protected]>"]
repository = "https://github.com/paritytech/parity-common"
description = "Collection of memory related utilities"
Expand Down

0 comments on commit 2f73b64

Please sign in to comment.