Skip to content

Commit 89b1c0c

Browse files
smrz2001Github Automation
andauthored
chore: version v0.58.0 (#749)
Co-authored-by: Github Automation <github@3box.io>
1 parent 148ccef commit 89b1c0c

13 files changed

Lines changed: 53 additions & 43 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
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
5+
## [0.58.0] - 2025-12-08
6+
7+
### 🚀 Features
8+
9+
- *(anchor-evm)* Add CLI options for EVM self-anchoring ([#748](https://github.com/ceramicnetwork/rust-ceramic/issues/748))
10+
11+
## [0.57.0] - 2025-11-28
612

713
### 🚀 Features
814

915
- Add anchor-evm crate for EVM-based anchoring ([#742](https://github.com/ceramicnetwork/rust-ceramic/issues/742))
1016

17+
### ⚙️ Miscellaneous Tasks
18+
19+
- Version v0.57.0 ([#746](https://github.com/ceramicnetwork/rust-ceramic/issues/746))
20+
1121
## [0.56.2] - 2025-10-13
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.57.0"
258+
version = "0.58.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.57.0"
3+
version = "0.58.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.57.0
18-
- Build date: 2025-11-26T20:42:09.837612539Z[Etc/UTC]
17+
- API version: 0.58.0
18+
- Build date: 2025-12-08T21:21:04.734650742Z[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.57.0
9+
version: 0.58.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.57.0";
24+
pub const API_VERSION: &str = "0.58.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.57.0
5+
version: 0.58.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.57.0"
3+
version = "0.58.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.57.0
18-
- Build date: 2025-11-26T20:42:12.498897767Z[Etc/UTC]
17+
- API version: 0.58.0
18+
- Build date: 2025-12-08T21:21:07.440026047Z[Etc/UTC]
1919

2020

2121

0 commit comments

Comments
 (0)