Skip to content

Commit 4abe713

Browse files
authored
Merge pull request #328 from atrium-rs/release-plz-2025-10-01T13-33-25Z
chore: release
2 parents 88dd20b + 005776e commit 4abe713

File tree

14 files changed

+55
-15
lines changed

14 files changed

+55
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 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.5", path = "atrium-api", default-features = false }
28+
atrium-api = { version = "0.25.6", path = "atrium-api", default-features = false }
2929
atrium-common = { version = "0.1.2", path = "atrium-common" }
3030
atrium-crypto = { version = "0.1.2", path = "atrium-crypto" }
31-
atrium-identity = { version = "0.1.6", path = "atrium-identity" }
31+
atrium-identity = { version = "0.1.7", path = "atrium-identity" }
3232
atrium-xrpc = { version = "0.12.3", path = "atrium-xrpc" }
3333
atrium-xrpc-client = { version = "0.5.14", path = "atrium-xrpc-client" }
34-
bsky-sdk = { version = "0.1.21", path = "bsky-sdk" }
34+
bsky-sdk = { version = "0.1.22", 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
@@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
## [Unreleased]
2222

23+
## [0.25.6](https://github.com/atrium-rs/atrium/compare/atrium-api-v0.25.5...atrium-api-v0.25.6) - 2025-10-01
24+
25+
### Other
26+
27+
- Update for latest lexicon ([#327](https://github.com/atrium-rs/atrium/pull/327))
28+
2329
## [0.25.4](https://github.com/atrium-rs/atrium/compare/atrium-api-v0.25.3...atrium-api-v0.25.4) - 2025-05-25
2430

2531
### Other

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.5"
3+
version = "0.25.6"
44
authors = ["sugyan <[email protected]>"]
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.7](https://github.com/atrium-rs/atrium/compare/atrium-identity-v0.1.6...atrium-identity-v0.1.7) - 2025-10-01
11+
12+
### Other
13+
14+
- updated the following local packages: atrium-api
15+
1016
## [0.1.6](https://github.com/atrium-rs/atrium/compare/atrium-identity-v0.1.5...atrium-identity-v0.1.6) - 2025-08-16
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.6"
3+
version = "0.1.7"
44
authors = ["sugyan <[email protected]>"]
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.5](https://github.com/atrium-rs/atrium/compare/atrium-oauth-v0.1.4...atrium-oauth-v0.1.5) - 2025-10-01
11+
12+
### Fixed
13+
14+
- Apply clippy suggestions and skip stable clippy in CI ([#330](https://github.com/atrium-rs/atrium/pull/330))
15+
1016
## [0.1.4](https://github.com/atrium-rs/atrium/compare/atrium-oauth-v0.1.3...atrium-oauth-v0.1.4) - 2025-08-16
1117

1218
### Other

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.4"
3+
version = "0.1.5"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

atrium-repo/CHANGELOG.md

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

2121
## [Unreleased]
2222

23+
## [0.1.6](https://github.com/atrium-rs/atrium/compare/atrium-repo-v0.1.5...atrium-repo-v0.1.6) - 2025-10-01
24+
25+
### Fixed
26+
27+
- Apply clippy suggestions and skip stable clippy in CI ([#330](https://github.com/atrium-rs/atrium/pull/330))
28+
2329
## [0.1.4](https://github.com/atrium-rs/atrium/compare/atrium-repo-v0.1.3...atrium-repo-v0.1.4) - 2025-05-25
2430

2531
### Other

atrium-repo/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-repo"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["Justin Moore <[email protected]>", "Jack Grigg <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

0 commit comments

Comments
 (0)