Skip to content

Commit 0a7b433

Browse files
smrz2001Github Automation
andauthored
chore: version v0.57.0 (#746)
Co-authored-by: Github Automation <github@3box.io>
1 parent 6a383ae commit 0a7b433

File tree

13 files changed

+52
-42
lines changed

13 files changed

+52
-42
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.57.0] - 2025-11-26
6+
7+
### 🚀 Features
8+
9+
- Add anchor-evm crate for EVM-based anchoring ([#742](https://github.com/ceramicnetwork/rust-ceramic/issues/742))
10+
511
## [0.56.2] - 2025-10-13
612

713
### 🐛 Bug Fixes
814

915
- Aggregator errors when events in pending and incoming batch ([#741](https://github.com/ceramicnetwork/rust-ceramic/issues/741))
1016

17+
### ⚙️ Miscellaneous Tasks
18+
19+
- Version v0.56.2 ([#743](https://github.com/ceramicnetwork/rust-ceramic/issues/743))
20+
1121
## [0.56.1] - 2025-10-01
1222

1323
### 🐛 Bug Fixes

Cargo.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ zeroize = "1.4"
255255

256256

257257
[workspace.package]
258-
version = "0.56.2"
258+
version = "0.57.0"
259259
edition = "2021"
260260
authors = [
261261
"Danny Browning <dbrowning@3box.io>",

api-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ceramic-api-server"
3-
version = "0.56.2"
3+
version = "0.57.0"
44
authors = ["OpenAPI Generator team and contributors"]
55
description = "This is the Ceramic API for working with streams and events "
66
license = "MIT"

api-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ To see how to make this your own, look here:
1414

1515
[README]((https://openapi-generator.tech))
1616

17-
- API version: 0.56.2
18-
- Build date: 2025-10-13T12:28:45.090772349Z[Etc/UTC]
17+
- API version: 0.57.0
18+
- Build date: 2025-11-26T20:42:09.837612539Z[Etc/UTC]
1919

2020

2121

api-server/api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ info:
66
name: MIT
77
url: https://mit-license.org/
88
title: Ceramic API
9-
version: 0.56.2
9+
version: 0.57.0
1010
servers:
1111
- url: /ceramic
1212
paths:

api-server/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use swagger::{ApiError, ContextWrapper};
2121
type ServiceError = Box<dyn Error + Send + Sync + 'static>;
2222

2323
pub const BASE_PATH: &str = "/ceramic";
24-
pub const API_VERSION: &str = "0.56.2";
24+
pub const API_VERSION: &str = "0.57.0";
2525

2626
#[derive(Debug, PartialEq, Serialize, Deserialize)]
2727
pub enum ConfigNetworkGetResponse {

api/ceramic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
description: >
44
This is the Ceramic API for working with streams and events
5-
version: 0.56.2
5+
version: 0.57.0
66
title: Ceramic API
77
#license:
88
# name: Apache 2.0

kubo-rpc-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ceramic-kubo-rpc-server"
3-
version = "0.56.2"
3+
version = "0.57.0"
44
authors = ["OpenAPI Generator team and contributors"]
55
description = "This is the Kubo RPC API for working with IPLD data on IPFS This API only defines a small subset of the official API. "
66
license = "MIT"

kubo-rpc-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ To see how to make this your own, look here:
1414

1515
[README]((https://openapi-generator.tech))
1616

17-
- API version: 0.56.2
18-
- Build date: 2025-10-13T12:28:47.803669327Z[Etc/UTC]
17+
- API version: 0.57.0
18+
- Build date: 2025-11-26T20:42:12.498897767Z[Etc/UTC]
1919

2020

2121

0 commit comments

Comments
 (0)