Skip to content

Commit d7311f1

Browse files
authored
Release v0.6.0 (#89)
1 parent 755052a commit d7311f1

File tree

3 files changed

+50
-44
lines changed

3 files changed

+50
-44
lines changed

Cargo.lock

+34-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,27 @@ members = [
1414
resolver = "2"
1515

1616
[workspace.package]
17-
version = "0.5.0"
17+
version = "0.6.0"
1818
edition = "2021"
1919

2020
[workspace.dependencies]
21-
candid = "0.10.10"
21+
candid = "0.10.11"
2222
ic-agent = "0.39.1"
2323
ic-cdk = "0.17.0"
2424
ic-cdk-timers = "0.11.0"
2525
ic-http-certification = "2.6.0"
2626
ic_principal = "0.1.1"
27-
ic-stable-structures = "0.6.6"
27+
ic-stable-structures = "0.6.7"
2828
pocket-ic = "5.0.0"
2929
querystring = "1.1.0"
3030
rand = "0.8.5"
3131
rmp-serde = "1.3.0"
32-
serde = "1.0.215"
32+
serde = "1.0.216"
3333
serde_bytes = "0.11.15"
34-
serde_json = "1.0.132"
34+
serde_json = "1.0.133"
3535
sha2 = "0.10.8"
3636
test-case = "3.3.1"
37-
time = "0.3.36"
38-
tokio = "1.41.1"
39-
tokio-util = "0.7.12"
40-
tracing = "0.1.40"
37+
time = "0.3.37"
38+
tokio = "1.42.0"
39+
tokio-util = "0.7.13"
40+
tracing = "0.1.41"

rs/canister/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [unreleased]
88

9-
## [[0.5.0](https://github.com/open-chat-labs/event-store/releases/tag/v0.4.0)] - 2024-09-02
9+
## [[0.6.0](https://github.com/open-chat-labs/event-store/releases/tag/v0.6.0)] - 2024-12-12
10+
11+
### Changed
12+
13+
- Update Rust version + PocketIC + dependencies ([#88](https://github.com/open-chat-labs/event-store/pull/88))
14+
15+
## [[0.5.0](https://github.com/open-chat-labs/event-store/releases/tag/v0.5.0)] - 2024-09-02
1016

1117
### Changed
1218

0 commit comments

Comments
 (0)