From fe91d40212f9d855787f9eeebb4746ee35737e48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:27:51 +0100 Subject: [PATCH] chore: release version v0.9.0 (#182) Co-authored-by: Github Automation --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 32 ++++++++++++++++---------------- Cargo.toml | 2 +- api-server/Cargo.toml | 2 +- api-server/README.md | 4 ++-- api-server/api/openapi.yaml | 2 +- api-server/src/lib.rs | 2 +- api/ceramic.yaml | 2 +- kubo-rpc-server/Cargo.toml | 2 +- kubo-rpc-server/README.md | 4 ++-- kubo-rpc-server/api/openapi.yaml | 2 +- kubo-rpc-server/src/lib.rs | 2 +- kubo-rpc/kubo-rpc.yaml | 2 +- 13 files changed, 44 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ddd2fa6d..593cd8bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,26 @@ All notable changes to this project will be documented in this file. +## [0.9.0] - 2023-11-13 + +### Bug Fixes + +- Rename iroh to ceramic-one in agent (#181) + +### Miscellaneous Tasks + +- Pass manual flag through in deployment job (#180) + ## [0.8.3] - 2023-11-09 ### Bug Fixes - Call correct api method for removing block from pin store (#178) +- Be explicit about release deployments (#177) + +### Miscellaneous Tasks + +- Release version v0.8.3 (#179) ## [0.8.2] - 2023-11-08 diff --git a/Cargo.lock b/Cargo.lock index 3e3b48764..981e066ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -994,7 +994,7 @@ dependencies = [ [[package]] name = "ceramic-api" -version = "0.8.3" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -1015,7 +1015,7 @@ dependencies = [ [[package]] name = "ceramic-api-server" -version = "0.8.3" +version = "0.9.0" dependencies = [ "async-trait", "chrono", @@ -1048,7 +1048,7 @@ dependencies = [ [[package]] name = "ceramic-core" -version = "0.8.3" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -1078,7 +1078,7 @@ dependencies = [ [[package]] name = "ceramic-event" -version = "0.8.3" +version = "0.9.0" dependencies = [ "anyhow", "ceramic-core", @@ -1098,7 +1098,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc" -version = "0.8.3" +version = "0.9.0" dependencies = [ "anyhow", "async-stream", @@ -1136,7 +1136,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc-server" -version = "0.8.3" +version = "0.9.0" dependencies = [ "async-trait", "chrono", @@ -1171,7 +1171,7 @@ dependencies = [ [[package]] name = "ceramic-metadata" -version = "0.8.3" +version = "0.9.0" dependencies = [ "built", "project-root", @@ -1180,7 +1180,7 @@ dependencies = [ [[package]] name = "ceramic-metrics" -version = "0.8.3" +version = "0.9.0" dependencies = [ "console-subscriber", "iroh-util", @@ -1201,7 +1201,7 @@ dependencies = [ [[package]] name = "ceramic-one" -version = "0.8.3" +version = "0.9.0" dependencies = [ "anyhow", "ceramic-api", @@ -1243,7 +1243,7 @@ dependencies = [ [[package]] name = "ceramic-p2p" -version = "0.8.3" +version = "0.9.0" dependencies = [ "ahash 0.8.3", "anyhow", @@ -3652,7 +3652,7 @@ dependencies = [ [[package]] name = "iroh-bitswap" -version = "0.8.3" +version = "0.9.0" dependencies = [ "ahash 0.8.3", "anyhow", @@ -3690,7 +3690,7 @@ dependencies = [ [[package]] name = "iroh-car" -version = "0.8.3" +version = "0.9.0" dependencies = [ "cid 0.10.1", "futures", @@ -3704,7 +3704,7 @@ dependencies = [ [[package]] name = "iroh-rpc-client" -version = "0.8.3" +version = "0.9.0" dependencies = [ "anyhow", "async-stream", @@ -3723,7 +3723,7 @@ dependencies = [ [[package]] name = "iroh-rpc-types" -version = "0.8.3" +version = "0.9.0" dependencies = [ "anyhow", "bytes 1.5.0", @@ -3739,7 +3739,7 @@ dependencies = [ [[package]] name = "iroh-util" -version = "0.8.3" +version = "0.9.0" dependencies = [ "anyhow", "cid 0.10.1", @@ -6847,7 +6847,7 @@ dependencies = [ [[package]] name = "recon" -version = "0.8.3" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index bd5488919..fabf40346 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -190,7 +190,7 @@ xtaskops = "0.3" zeroize = "1.4" [workspace.package] -version = "0.8.3" +version = "0.9.0" edition = "2021" authors = [ "Danny Browning ", diff --git a/api-server/Cargo.toml b/api-server/Cargo.toml index d907a8359..a7339327f 100644 --- a/api-server/Cargo.toml +++ b/api-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceramic-api-server" -version = "0.8.3" +version = "0.9.0" authors = ["OpenAPI Generator team and contributors"] description = "This is the Ceramic API for working with streams and events " license = "MIT" diff --git a/api-server/README.md b/api-server/README.md index ed40bd0c9..c2f0f8d10 100644 --- a/api-server/README.md +++ b/api-server/README.md @@ -14,8 +14,8 @@ To see how to make this your own, look here: [README]((https://openapi-generator.tech)) -- API version: 0.8.3 -- Build date: 2023-11-09T01:12:19.308475247Z[Etc/UTC] +- API version: 0.9.0 +- Build date: 2023-11-13T20:39:15.118815608Z[Etc/UTC] diff --git a/api-server/api/openapi.yaml b/api-server/api/openapi.yaml index c4e223d8b..c52eaab56 100644 --- a/api-server/api/openapi.yaml +++ b/api-server/api/openapi.yaml @@ -6,7 +6,7 @@ info: name: MIT url: https://mit-license.org/ title: Ceramic API - version: 0.8.3 + version: 0.9.0 servers: - url: /ceramic paths: diff --git a/api-server/src/lib.rs b/api-server/src/lib.rs index c1765f776..1a98b208d 100644 --- a/api-server/src/lib.rs +++ b/api-server/src/lib.rs @@ -20,7 +20,7 @@ use swagger::{ApiError, ContextWrapper}; type ServiceError = Box; pub const BASE_PATH: &str = "/ceramic"; -pub const API_VERSION: &str = "0.8.3"; +pub const API_VERSION: &str = "0.9.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] pub enum EventsPostResponse { diff --git a/api/ceramic.yaml b/api/ceramic.yaml index b83a045eb..ae0661342 100644 --- a/api/ceramic.yaml +++ b/api/ceramic.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: description: > This is the Ceramic API for working with streams and events - version: 0.8.3 + version: 0.9.0 title: Ceramic API #license: # name: Apache 2.0 diff --git a/kubo-rpc-server/Cargo.toml b/kubo-rpc-server/Cargo.toml index 80ca1a6ad..9ee2218f8 100644 --- a/kubo-rpc-server/Cargo.toml +++ b/kubo-rpc-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceramic-kubo-rpc-server" -version = "0.8.3" +version = "0.9.0" authors = ["OpenAPI Generator team and contributors"] 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. " license = "MIT" diff --git a/kubo-rpc-server/README.md b/kubo-rpc-server/README.md index dc78f21aa..38a1bf67a 100644 --- a/kubo-rpc-server/README.md +++ b/kubo-rpc-server/README.md @@ -14,8 +14,8 @@ To see how to make this your own, look here: [README]((https://openapi-generator.tech)) -- API version: 0.8.3 -- Build date: 2023-11-09T01:12:22.545833351Z[Etc/UTC] +- API version: 0.9.0 +- Build date: 2023-11-13T20:39:18.296854378Z[Etc/UTC] diff --git a/kubo-rpc-server/api/openapi.yaml b/kubo-rpc-server/api/openapi.yaml index fab06787e..b4e13d99f 100644 --- a/kubo-rpc-server/api/openapi.yaml +++ b/kubo-rpc-server/api/openapi.yaml @@ -6,7 +6,7 @@ info: name: MIT url: https://mit-license.org/ title: Kubo RPC API - version: 0.8.3 + version: 0.9.0 servers: - url: /api/v0 paths: diff --git a/kubo-rpc-server/src/lib.rs b/kubo-rpc-server/src/lib.rs index 95859c300..de87d5d53 100644 --- a/kubo-rpc-server/src/lib.rs +++ b/kubo-rpc-server/src/lib.rs @@ -21,7 +21,7 @@ use swagger::{ApiError, ContextWrapper}; type ServiceError = Box; pub const BASE_PATH: &str = "/api/v0"; -pub const API_VERSION: &str = "0.8.3"; +pub const API_VERSION: &str = "0.9.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] #[must_use] diff --git a/kubo-rpc/kubo-rpc.yaml b/kubo-rpc/kubo-rpc.yaml index 91cb99839..9147613f1 100644 --- a/kubo-rpc/kubo-rpc.yaml +++ b/kubo-rpc/kubo-rpc.yaml @@ -3,7 +3,7 @@ info: 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. - version: 0.8.3 + version: 0.9.0 title: Kubo RPC API license: name: MIT