diff --git a/Cargo.lock b/Cargo.lock index 6d1910c..2ddca2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ dependencies = [ [[package]] name = "atrium-api" -version = "0.24.4" +version = "0.24.5" dependencies = [ "async-trait", "atrium-xrpc", @@ -172,7 +172,7 @@ dependencies = [ [[package]] name = "atrium-crypto" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ecdsa", "hex", @@ -187,7 +187,7 @@ dependencies = [ [[package]] name = "atrium-xrpc" -version = "0.11.3" +version = "0.11.4" dependencies = [ "async-trait", "bumpalo", @@ -202,7 +202,7 @@ dependencies = [ [[package]] name = "atrium-xrpc-client" -version = "0.5.6" +version = "0.5.7" dependencies = [ "async-trait", "atrium-xrpc", @@ -284,7 +284,7 @@ dependencies = [ [[package]] name = "bsky-cli" -version = "0.1.22" +version = "0.1.23" dependencies = [ "anyhow", "async-trait", @@ -299,7 +299,7 @@ dependencies = [ [[package]] name = "bsky-sdk" -version = "0.1.9" +version = "0.1.10" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 76cd1b4..b6b8cc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,10 +23,10 @@ keywords = ["atproto", "bluesky"] [workspace.dependencies] # Intra-workspace dependencies -atrium-api = { version = "0.24.4", path = "atrium-api" } -atrium-xrpc = { version = "0.11.3", path = "atrium-xrpc" } -atrium-xrpc-client = { version = "0.5.6", path = "atrium-xrpc-client" } -bsky-sdk = { version = "0.1.9", path = "bsky-sdk" } +atrium-api = { version = "0.24.5", path = "atrium-api" } +atrium-xrpc = { version = "0.11.4", path = "atrium-xrpc" } +atrium-xrpc-client = { version = "0.5.7", path = "atrium-xrpc-client" } +bsky-sdk = { version = "0.1.10", path = "bsky-sdk" } # async in traits # Can be removed once MSRV is at least 1.75.0. diff --git a/atrium-api/CHANGELOG.md b/atrium-api/CHANGELOG.md index f0d7deb..3013170 100644 --- a/atrium-api/CHANGELOG.md +++ b/atrium-api/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.24.5](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.4...atrium-api-v0.24.5) - 2024-09-20 + +### Other +- Proposed fix: configuring and formatting project. ([#229](https://github.com/sugyan/atrium/pull/229)) by @Elaina ## [0.24.4](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.3...atrium-api-v0.24.4) - 2024-09-14 diff --git a/atrium-api/Cargo.toml b/atrium-api/Cargo.toml index a4758f3..36f8ba4 100644 --- a/atrium-api/Cargo.toml +++ b/atrium-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-api" -version = "0.24.4" +version = "0.24.5" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/atrium-crypto/CHANGELOG.md b/atrium-crypto/CHANGELOG.md new file mode 100644 index 0000000..31ae8ca --- /dev/null +++ b/atrium-crypto/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] +## [0.1.1](https://github.com/sugyan/atrium/compare/atrium-crypto-v0.1.0...atrium-crypto-v0.1.1) - 2024-09-20 + +### Other +- Proposed fix: configuring and formatting project. ([#229](https://github.com/sugyan/atrium/pull/229)) by @Elaina diff --git a/atrium-crypto/Cargo.toml b/atrium-crypto/Cargo.toml index 99ac73f..61bb105 100644 --- a/atrium-crypto/Cargo.toml +++ b/atrium-crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-crypto" -version = "0.1.0" +version = "0.1.1" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/atrium-xrpc-client/CHANGELOG.md b/atrium-xrpc-client/CHANGELOG.md index e401cfb..3d8ba73 100644 --- a/atrium-xrpc-client/CHANGELOG.md +++ b/atrium-xrpc-client/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.5.7](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.6...atrium-xrpc-client-v0.5.7) - 2024-09-20 + +### Other +- Proposed fix: configuring and formatting project. ([#229](https://github.com/sugyan/atrium/pull/229)) by @Elaina ## [0.5.6](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.5...atrium-xrpc-client-v0.5.6) - 2024-08-13 diff --git a/atrium-xrpc-client/Cargo.toml b/atrium-xrpc-client/Cargo.toml index 9465501..4675208 100644 --- a/atrium-xrpc-client/Cargo.toml +++ b/atrium-xrpc-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-xrpc-client" -version = "0.5.6" +version = "0.5.7" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/atrium-xrpc/CHANGELOG.md b/atrium-xrpc/CHANGELOG.md index 3358d84..947f1ac 100644 --- a/atrium-xrpc/CHANGELOG.md +++ b/atrium-xrpc/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.11.4](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.3...atrium-xrpc-v0.11.4) - 2024-09-20 + +### Other +- Proposed fix: configuring and formatting project. ([#229](https://github.com/sugyan/atrium/pull/229)) by @Elaina ## [0.11.3](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.2...atrium-xrpc-v0.11.3) - 2024-08-13 diff --git a/atrium-xrpc/Cargo.toml b/atrium-xrpc/Cargo.toml index 2ecd024..aab9054 100644 --- a/atrium-xrpc/Cargo.toml +++ b/atrium-xrpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atrium-xrpc" -version = "0.11.3" +version = "0.11.4" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/bsky-cli/CHANGELOG.md b/bsky-cli/CHANGELOG.md index fe23c79..9e396e6 100644 --- a/bsky-cli/CHANGELOG.md +++ b/bsky-cli/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.23](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.22...bsky-cli-v0.1.23) - 2024-09-20 + +### Other +- Proposed fix: configuring and formatting project. ([#229](https://github.com/sugyan/atrium/pull/229)) by @Elaina ## [0.1.22](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.21...bsky-cli-v0.1.22) - 2024-09-13 diff --git a/bsky-cli/Cargo.toml b/bsky-cli/Cargo.toml index 5cd6517..fd46017 100644 --- a/bsky-cli/Cargo.toml +++ b/bsky-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsky-cli" -version = "0.1.22" +version = "0.1.23" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true diff --git a/bsky-sdk/CHANGELOG.md b/bsky-sdk/CHANGELOG.md index e1f4dc3..105b4a4 100644 --- a/bsky-sdk/CHANGELOG.md +++ b/bsky-sdk/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.10](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.9...bsky-sdk-v0.1.10) - 2024-09-20 + +### Other +- Bumping MSRV to 1.75 ([#233](https://github.com/sugyan/atrium/pull/233)) by @Elaina +- Proposed fix: configuring and formatting project. ([#229](https://github.com/sugyan/atrium/pull/229)) by @Elaina ## [0.1.9](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.8...bsky-sdk-v0.1.9) - 2024-09-13 diff --git a/bsky-sdk/Cargo.toml b/bsky-sdk/Cargo.toml index 880294d..9344011 100644 --- a/bsky-sdk/Cargo.toml +++ b/bsky-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bsky-sdk" -version = "0.1.9" +version = "0.1.10" authors = ["sugyan "] edition.workspace = true rust-version.workspace = true