Skip to content

Commit

Permalink
Release v0.6.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Dec 12, 2024
1 parent 755052a commit d7311f1
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 44 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@ members = [
resolver = "2"

[workspace.package]
version = "0.5.0"
version = "0.6.0"
edition = "2021"

[workspace.dependencies]
candid = "0.10.10"
candid = "0.10.11"
ic-agent = "0.39.1"
ic-cdk = "0.17.0"
ic-cdk-timers = "0.11.0"
ic-http-certification = "2.6.0"
ic_principal = "0.1.1"
ic-stable-structures = "0.6.6"
ic-stable-structures = "0.6.7"
pocket-ic = "5.0.0"
querystring = "1.1.0"
rand = "0.8.5"
rmp-serde = "1.3.0"
serde = "1.0.215"
serde = "1.0.216"
serde_bytes = "0.11.15"
serde_json = "1.0.132"
serde_json = "1.0.133"
sha2 = "0.10.8"
test-case = "3.3.1"
time = "0.3.36"
tokio = "1.41.1"
tokio-util = "0.7.12"
tracing = "0.1.40"
time = "0.3.37"
tokio = "1.42.0"
tokio-util = "0.7.13"
tracing = "0.1.41"
8 changes: 7 additions & 1 deletion rs/canister/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [unreleased]

## [[0.5.0](https://github.com/open-chat-labs/event-store/releases/tag/v0.4.0)] - 2024-09-02
## [[0.6.0](https://github.com/open-chat-labs/event-store/releases/tag/v0.6.0)] - 2024-12-12

### Changed

- Update Rust version + PocketIC + dependencies ([#88](https://github.com/open-chat-labs/event-store/pull/88))

## [[0.5.0](https://github.com/open-chat-labs/event-store/releases/tag/v0.5.0)] - 2024-09-02

### Changed

Expand Down

0 comments on commit d7311f1

Please sign in to comment.