Skip to content

Commit d02f0a2

Browse files
authored
Merge pull request #338 from atrium-rs/release-plz-2025-12-27T09-02-56Z
chore: release
2 parents 727ec39 + 1762e5b commit d02f0a2

16 files changed

Lines changed: 60 additions & 18 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ keywords = ["atproto", "bluesky"]
2525

2626
[workspace.dependencies]
2727
# Intra-workspace dependencies
28-
atrium-api = { version = "0.25.7", path = "atrium-api", default-features = false }
29-
atrium-common = { version = "0.1.3", path = "atrium-common" }
28+
atrium-api = { version = "0.25.8", path = "atrium-api", default-features = false }
29+
atrium-common = { version = "0.1.4", path = "atrium-common" }
3030
atrium-crypto = { version = "0.1.3", path = "atrium-crypto" }
31-
atrium-identity = { version = "0.1.8", path = "atrium-identity" }
31+
atrium-identity = { version = "0.1.9", path = "atrium-identity" }
3232
atrium-xrpc = { version = "0.12.4", path = "atrium-xrpc" }
3333
atrium-xrpc-client = { version = "0.5.15", path = "atrium-xrpc-client" }
34-
bsky-sdk = { version = "0.1.23", path = "bsky-sdk" }
34+
bsky-sdk = { version = "0.1.24", path = "bsky-sdk" }
3535

3636
# async in streams
3737
async-stream = "0.3"

atrium-api/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.25.8](https://github.com/atrium-rs/atrium/compare/atrium-api-v0.25.7...atrium-api-v0.25.8) - 2026-03-25
11+
12+
### Other
13+
14+
- updated the following local packages: atrium-common
15+
1016
## [0.25.7](https://github.com/atrium-rs/atrium/compare/atrium-api-v0.25.6...atrium-api-v0.25.7) - 2025-11-28
1117

1218
### Fixed

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.25.7"
3+
version = "0.25.8"
44
authors = ["sugyan <sugi1982+github@gmail.com>"]
55
edition.workspace = true
66
rust-version.workspace = true

atrium-common/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.4](https://github.com/atrium-rs/atrium/compare/atrium-common-v0.1.3...atrium-common-v0.1.4) - 2026-03-25
11+
12+
### Other
13+
14+
- update Cargo.toml dependencies
15+
1016
## [0.1.3](https://github.com/atrium-rs/atrium/compare/atrium-common-v0.1.2...atrium-common-v0.1.3) - 2025-12-27
1117

1218
### Added

atrium-common/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-common"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["sugyan <sugi1982+github@gmail.com>", "avdb13 <avdb@keemail.me>"]
55
edition.workspace = true
66
rust-version.workspace = true

atrium-identity/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.9](https://github.com/atrium-rs/atrium/compare/atrium-identity-v0.1.8...atrium-identity-v0.1.9) - 2026-03-25
11+
12+
### Other
13+
14+
- updated the following local packages: atrium-common, atrium-api
15+
1016
## [0.1.8](https://github.com/atrium-rs/atrium/compare/atrium-identity-v0.1.7...atrium-identity-v0.1.8) - 2025-11-28
1117

1218
### Other

atrium-identity/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-identity"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
authors = ["sugyan <sugi1982+github@gmail.com>"]
55
edition.workspace = true
66
rust-version.workspace = true

atrium-oauth/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.7](https://github.com/atrium-rs/atrium/compare/atrium-oauth-v0.1.6...atrium-oauth-v0.1.7) - 2026-03-25
11+
12+
### Other
13+
14+
- updated the following local packages: atrium-common, atrium-api, atrium-api, atrium-identity
15+
1016
## [0.1.6](https://github.com/atrium-rs/atrium/compare/atrium-oauth-v0.1.5...atrium-oauth-v0.1.6) - 2025-11-28
1117

1218
### Added

atrium-oauth/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-oauth"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = ["sugyan <sugi1982+github@gmail.com>"]
55
edition.workspace = true
66
rust-version.workspace = true

0 commit comments

Comments
 (0)