Skip to content

Commit 1b678c7

Browse files
smrz2001Github Automation
and
Github Automation
authored
chore: version v0.13.0 (#290)
Co-authored-by: Github Automation <[email protected]>
1 parent 1713b90 commit 1b678c7

File tree

13 files changed

+184
-163
lines changed

13 files changed

+184
-163
lines changed

CHANGELOG.md

Lines changed: 154 additions & 133 deletions
Large diffs are not rendered by default.

Cargo.lock

Lines changed: 17 additions & 17 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
@@ -192,7 +192,7 @@ xtaskops = "0.3"
192192
zeroize = "1.4"
193193

194194
[workspace.package]
195-
version = "0.12.0"
195+
version = "0.13.0"
196196
edition = "2021"
197197
authors = [
198198
"Danny Browning <[email protected]>",

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.12.0"
3+
version = "0.13.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.12.0
18-
- Build date: 2024-03-14T10:53:32.264892-06:00[America/Denver]
17+
- API version: 0.13.0
18+
- Build date: 2024-03-19T14:39:13.517876304Z[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.12.0
9+
version: 0.13.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
@@ -20,7 +20,7 @@ use swagger::{ApiError, ContextWrapper};
2020
type ServiceError = Box<dyn Error + Send + Sync + 'static>;
2121

2222
pub const BASE_PATH: &str = "/ceramic";
23-
pub const API_VERSION: &str = "0.12.0";
23+
pub const API_VERSION: &str = "0.13.0";
2424

2525
#[derive(Debug, PartialEq, Serialize, Deserialize)]
2626
#[must_use]

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.12.0
5+
version: 0.13.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.12.0"
3+
version = "0.13.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.12.0
18-
- Build date: 2024-02-21T20:42:54.705264534Z[Etc/UTC]
17+
- API version: 0.13.0
18+
- Build date: 2024-03-19T14:39:15.565667669Z[Etc/UTC]
1919

2020

2121

kubo-rpc-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: Kubo RPC API
9-
version: 0.12.0
9+
version: 0.13.0
1010
servers:
1111
- url: /api/v0
1212
paths:

kubo-rpc-server/src/lib.rs

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

2222
pub const BASE_PATH: &str = "/api/v0";
23-
pub const API_VERSION: &str = "0.12.0";
23+
pub const API_VERSION: &str = "0.13.0";
2424

2525
#[derive(Debug, PartialEq, Serialize, Deserialize)]
2626
#[must_use]

kubo-rpc/kubo-rpc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
33
description: >
44
This is the Kubo RPC API for working with IPLD data on IPFS
55
This API only defines a small subset of the official API.
6-
version: 0.12.0
6+
version: 0.13.0
77
title: Kubo RPC API
88
license:
99
name: MIT

0 commit comments

Comments
 (0)