Skip to content

Commit

Permalink
chore: upgrade version to 0.5.5 (#96)
Browse files Browse the repository at this point in the history
We've introduced a new min heap data structure in #91, and this version
makes it accessible to our users.

---------

Co-authored-by: Roman Kashitsyn <[email protected]>
  • Loading branch information
ielashi and roman-kashitsyn authored Jul 3, 2023
1 parent 2ae50df commit bfa73a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.5] - Unreleased
## Unreleased

## [0.5.5] - 2023-07-03

### Added
- The `MinHeap` stable data structure (#91)
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-stable-structures"
version = "0.5.4"
version = "0.5.5"
edition = "2021"
description = "A collection of data structures for fearless canister upgrades."
homepage = "https://docs.rs/ic-stable-structures"
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfa73a3

Please sign in to comment.