Skip to content

Commit 7ba9a70

Browse files
chore: release
1 parent 9bbaf9d commit 7ba9a70

File tree

8 files changed

+26
-8
lines changed

8 files changed

+26
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ keywords = ["atproto", "bluesky"]
2727

2828
[workspace.dependencies]
2929
# Intra-workspace dependencies
30-
atrium-api = { version = "0.24.9", path = "atrium-api", default-features = false }
30+
atrium-api = { version = "0.24.10", path = "atrium-api", default-features = false }
3131
atrium-common = { version = "0.1.0", path = "atrium-common" }
3232
atrium-identity = { version = "0.1.0", path = "atrium-oauth/identity" }
3333
atrium-xrpc = { version = "0.12.0", path = "atrium-xrpc" }
3434
atrium-xrpc-client = { version = "0.5.10", path = "atrium-xrpc-client" }
35-
bsky-sdk = { version = "0.1.14", path = "bsky-sdk" }
35+
bsky-sdk = { version = "0.1.15", path = "bsky-sdk" }
3636

3737
# DAG-CBOR codec
3838
ipld-core = { version = "0.4.1", default-features = false, features = ["std"] }

atrium-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.24.10](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.9...atrium-api-v0.24.10) - 2025-01-21
10+
11+
### Other
12+
13+
- update schema based on current lexicon ([#276](https://github.com/sugyan/atrium/pull/276))
14+
915
## [0.24.9](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.8...atrium-api-v0.24.9) - 2024-12-10
1016

1117
### Added

atrium-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atrium-api"
3-
version = "0.24.9"
3+
version = "0.24.10"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

bsky-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.27](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.26...bsky-cli-v0.1.27) - 2025-01-21
10+
11+
### Other
12+
13+
- update schema based on current lexicon ([#276](https://github.com/sugyan/atrium/pull/276))
14+
915
## [0.1.26](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.25...bsky-cli-v0.1.26) - 2024-11-19
1016

1117
### Other

bsky-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bsky-cli"
3-
version = "0.1.26"
3+
version = "0.1.27"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

bsky-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.15](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.14...bsky-sdk-v0.1.15) - 2025-01-21
10+
11+
### Other
12+
13+
- update schema based on current lexicon ([#276](https://github.com/sugyan/atrium/pull/276))
14+
915
## [0.1.14](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.13...bsky-sdk-v0.1.14) - 2024-12-10
1016

1117
### Other

bsky-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bsky-sdk"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

0 commit comments

Comments
 (0)