Skip to content

Commit 86081be

Browse files
chore: release
1 parent 93a6ef4 commit 86081be

File tree

10 files changed

+36
-12
lines changed

10 files changed

+36
-12
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -26,11 +26,11 @@ keywords = ["atproto", "bluesky"]
2626
[workspace.dependencies]
2727
# Intra-workspace dependencies
2828
atrium-api = { version = "0.25.7", path = "atrium-api", default-features = false }
29-
atrium-common = { version = "0.1.2", path = "atrium-common" }
30-
atrium-crypto = { version = "0.1.2", path = "atrium-crypto" }
29+
atrium-common = { version = "0.1.3", path = "atrium-common" }
30+
atrium-crypto = { version = "0.1.3", path = "atrium-crypto" }
3131
atrium-identity = { version = "0.1.8", path = "atrium-identity" }
32-
atrium-xrpc = { version = "0.12.3", path = "atrium-xrpc" }
33-
atrium-xrpc-client = { version = "0.5.14", path = "atrium-xrpc-client" }
32+
atrium-xrpc = { version = "0.12.4", path = "atrium-xrpc" }
33+
atrium-xrpc-client = { version = "0.5.15", path = "atrium-xrpc-client" }
3434
bsky-sdk = { version = "0.1.23", path = "bsky-sdk" }
3535

3636
# async in streams

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.3](https://github.com/atrium-rs/atrium/compare/atrium-common-v0.1.2...atrium-common-v0.1.3) - 2025-12-27
11+
12+
### Added
13+
14+
- Bump MSRV to 1.85 ([#336](https://github.com/atrium-rs/atrium/pull/336))
15+
1016
## [0.1.2](https://github.com/atrium-rs/atrium/compare/atrium-common-v0.1.1...atrium-common-v0.1.2) - 2025-04-27
1117

1218
### Other

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

atrium-crypto/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.3](https://github.com/atrium-rs/atrium/compare/atrium-crypto-v0.1.2...atrium-crypto-v0.1.3) - 2025-12-27
11+
12+
### Added
13+
14+
- Bump MSRV to 1.85 ([#336](https://github.com/atrium-rs/atrium/pull/336))
15+
1016
## [0.1.2](https://github.com/sugyan/atrium/compare/atrium-crypto-v0.1.1...atrium-crypto-v0.1.2) - 2024-10-28
1117

1218
### Other

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

atrium-xrpc-client/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.5.15](https://github.com/atrium-rs/atrium/compare/atrium-xrpc-client-v0.5.14...atrium-xrpc-client-v0.5.15) - 2025-12-27
10+
11+
### Added
12+
13+
- Bump MSRV to 1.85 ([#336](https://github.com/atrium-rs/atrium/pull/336))
14+
915
## [0.5.14](https://github.com/atrium-rs/atrium/compare/atrium-xrpc-client-v0.5.13...atrium-xrpc-client-v0.5.14) - 2025-04-27
1016

1117
### Other

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

atrium-xrpc/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.12.4](https://github.com/atrium-rs/atrium/compare/atrium-xrpc-v0.12.3...atrium-xrpc-v0.12.4) - 2025-12-27
10+
11+
### Added
12+
13+
- Bump MSRV to 1.85 ([#336](https://github.com/atrium-rs/atrium/pull/336))
14+
915
## [0.12.3](https://github.com/atrium-rs/atrium/compare/atrium-xrpc-v0.12.2...atrium-xrpc-v0.12.3) - 2025-04-27
1016

1117
### Other

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

0 commit comments

Comments
 (0)