diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d7f01e4..522bcbdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.47.1] - 2024-12-20 +## [0.47.2] - 2024-12-20 ### 🐛 Bug Fixes @@ -11,6 +11,8 @@ All notable changes to this project will be documented in this file. ### ⚙️ Miscellaneous Tasks - Use explicit os versions ([#634](https://github.com/ceramicnetwork/rust-ceramic/issues/634)) +- Version v0.47.1 ([#635](https://github.com/ceramicnetwork/rust-ceramic/issues/635)) +- Fix issue in package script ## [0.47.0] - 2024-12-18 diff --git a/Cargo.lock b/Cargo.lock index 7fee288f..dee8b7bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2071,7 +2071,7 @@ dependencies = [ [[package]] name = "ceramic-anchor-remote" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "async-trait", @@ -2096,7 +2096,7 @@ dependencies = [ [[package]] name = "ceramic-anchor-service" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "async-trait", @@ -2120,7 +2120,7 @@ dependencies = [ [[package]] name = "ceramic-api" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "async-trait", @@ -2153,7 +2153,7 @@ dependencies = [ [[package]] name = "ceramic-api-server" -version = "0.47.1" +version = "0.47.2" dependencies = [ "async-trait", "chrono", @@ -2181,7 +2181,7 @@ dependencies = [ [[package]] name = "ceramic-arrow-test" -version = "0.47.1" +version = "0.47.2" dependencies = [ "ceramic-pipeline", "datafusion", @@ -2189,7 +2189,7 @@ dependencies = [ [[package]] name = "ceramic-car" -version = "0.47.1" +version = "0.47.2" dependencies = [ "cid 0.11.1", "futures", @@ -2205,7 +2205,7 @@ dependencies = [ [[package]] name = "ceramic-core" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "base64 0.21.7", @@ -2241,7 +2241,7 @@ dependencies = [ [[package]] name = "ceramic-event" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "base64 0.21.7", @@ -2267,7 +2267,7 @@ dependencies = [ [[package]] name = "ceramic-event-svc" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "async-trait", @@ -2313,7 +2313,7 @@ dependencies = [ [[package]] name = "ceramic-flight" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "arrow", @@ -2339,7 +2339,7 @@ dependencies = [ [[package]] name = "ceramic-interest-svc" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "async-trait", @@ -2371,7 +2371,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "async-stream", @@ -2408,7 +2408,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc-server" -version = "0.47.1" +version = "0.47.2" dependencies = [ "async-trait", "chrono", @@ -2435,7 +2435,7 @@ dependencies = [ [[package]] name = "ceramic-metadata" -version = "0.47.1" +version = "0.47.2" dependencies = [ "built", "project-root", @@ -2444,7 +2444,7 @@ dependencies = [ [[package]] name = "ceramic-metrics" -version = "0.47.1" +version = "0.47.2" dependencies = [ "console-subscriber", "lazy_static", @@ -2465,7 +2465,7 @@ dependencies = [ [[package]] name = "ceramic-one" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "arrow-cast", @@ -2526,7 +2526,7 @@ dependencies = [ [[package]] name = "ceramic-p2p" -version = "0.47.1" +version = "0.47.2" dependencies = [ "ahash 0.8.11", "anyhow", @@ -2568,7 +2568,7 @@ dependencies = [ [[package]] name = "ceramic-peer-svc" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "async-trait", @@ -2600,7 +2600,7 @@ dependencies = [ [[package]] name = "ceramic-pipeline" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "arrow", @@ -2631,7 +2631,7 @@ dependencies = [ [[package]] name = "ceramic-sql" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "sqlx", @@ -2640,7 +2640,7 @@ dependencies = [ [[package]] name = "ceramic-validation" -version = "0.47.1" +version = "0.47.2" dependencies = [ "alloy", "anyhow", @@ -5769,7 +5769,7 @@ dependencies = [ [[package]] name = "iroh-bitswap" -version = "0.47.1" +version = "0.47.2" dependencies = [ "ahash 0.8.11", "anyhow", @@ -5809,7 +5809,7 @@ dependencies = [ [[package]] name = "iroh-rpc-client" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "async-stream", @@ -5827,7 +5827,7 @@ dependencies = [ [[package]] name = "iroh-rpc-types" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "bytes 1.7.2", @@ -5842,7 +5842,7 @@ dependencies = [ [[package]] name = "iroh-util" -version = "0.47.1" +version = "0.47.2" dependencies = [ "cid 0.11.1", "multihash-codetable", @@ -9238,7 +9238,7 @@ dependencies = [ [[package]] name = "recon" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index ad15cc6d..56c92968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -244,7 +244,7 @@ zeroize = "1.4" [workspace.package] -version = "0.47.1" +version = "0.47.2" edition = "2021" authors = [ "Danny Browning ", diff --git a/api-server/Cargo.toml b/api-server/Cargo.toml index d3174df2..e8716425 100644 --- a/api-server/Cargo.toml +++ b/api-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceramic-api-server" -version = "0.47.1" +version = "0.47.2" 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 c44c1217..ca4e4aff 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.47.1 -- Build date: 2024-12-20T17:47:12.273191620Z[Etc/UTC] +- API version: 0.47.2 +- Build date: 2024-12-20T20:19:53.792101517Z[Etc/UTC] diff --git a/api-server/api/openapi.yaml b/api-server/api/openapi.yaml index e10554a2..f95fc571 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.47.1 + version: 0.47.2 servers: - url: /ceramic paths: diff --git a/api-server/src/lib.rs b/api-server/src/lib.rs index 7b64f783..90d40ca6 100644 --- a/api-server/src/lib.rs +++ b/api-server/src/lib.rs @@ -21,7 +21,7 @@ use swagger::{ApiError, ContextWrapper}; type ServiceError = Box; pub const BASE_PATH: &str = "/ceramic"; -pub const API_VERSION: &str = "0.47.1"; +pub const API_VERSION: &str = "0.47.2"; #[derive(Debug, PartialEq, Serialize, Deserialize)] pub enum ConfigNetworkGetResponse { diff --git a/api/ceramic.yaml b/api/ceramic.yaml index 32562733..3e6b7c29 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.47.1 + version: 0.47.2 title: Ceramic API #license: # name: Apache 2.0 diff --git a/kubo-rpc-server/Cargo.toml b/kubo-rpc-server/Cargo.toml index db457301..5b7555b2 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.47.1" +version = "0.47.2" 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 0340ee4a..768a2500 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.47.1 -- Build date: 2024-12-20T17:47:14.470781269Z[Etc/UTC] +- API version: 0.47.2 +- Build date: 2024-12-20T20:19:56.010824140Z[Etc/UTC] diff --git a/kubo-rpc-server/api/openapi.yaml b/kubo-rpc-server/api/openapi.yaml index 8382af03..96273316 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.47.1 + version: 0.47.2 servers: - url: /api/v0 paths: diff --git a/kubo-rpc-server/src/lib.rs b/kubo-rpc-server/src/lib.rs index 952bda18..b571fc70 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.47.1"; +pub const API_VERSION: &str = "0.47.2"; #[derive(Debug, PartialEq, Serialize, Deserialize)] #[must_use] diff --git a/kubo-rpc/kubo-rpc.yaml b/kubo-rpc/kubo-rpc.yaml index d84c93be..a251c5c3 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.47.1 + version: 0.47.2 title: Kubo RPC API license: name: MIT