Skip to content

Commit f2e86af

Browse files
chore: release
1 parent 07a744a commit f2e86af

File tree

10 files changed

+34
-11
lines changed

10 files changed

+34
-11
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ keywords = ["atproto", "bluesky"]
2323

2424
[workspace.dependencies]
2525
# Intra-workspace dependencies
26-
atrium-api = { version = "0.23.2", path = "atrium-api" }
27-
atrium-xrpc = { version = "0.11.2", path = "atrium-xrpc" }
28-
atrium-xrpc-client = { version = "0.5.5", path = "atrium-xrpc-client" }
26+
atrium-api = { version = "0.23.3", path = "atrium-api" }
27+
atrium-xrpc = { version = "0.11.3", path = "atrium-xrpc" }
28+
atrium-xrpc-client = { version = "0.5.6", path = "atrium-xrpc-client" }
2929
bsky-sdk = { version = "0.1.6", path = "bsky-sdk" }
3030

3131
# async in traits

atrium-api/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.23.3](https://github.com/sugyan/atrium/compare/atrium-api-v0.23.2...atrium-api-v0.23.3) - 2024-07-31
10+
11+
### Added
12+
- Add `atrium-crypto` ([#169](https://github.com/sugyan/atrium/pull/169))
13+
914
## [0.23.2](https://github.com/sugyan/atrium/compare/atrium-api-v0.23.1...atrium-api-v0.23.2) - 2024-07-03
1015

1116
### Added

atrium-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atrium-api"
3-
version = "0.23.2"
3+
version = "0.23.3"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

atrium-xrpc-client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.5.6](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.5...atrium-xrpc-client-v0.5.6) - 2024-07-31
10+
11+
### Added
12+
- Add `atrium-crypto` ([#169](https://github.com/sugyan/atrium/pull/169))
13+
14+
### Fixed
15+
- Remove Arc from xrpc-clients ([#206](https://github.com/sugyan/atrium/pull/206))
16+
917
## [0.5.5](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.4...atrium-xrpc-client-v0.5.5) - 2024-06-13
1018

1119
### Added

atrium-xrpc-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atrium-xrpc-client"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

atrium-xrpc/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.11.3](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.2...atrium-xrpc-v0.11.3) - 2024-07-31
10+
11+
### Added
12+
- Add `atrium-crypto` ([#169](https://github.com/sugyan/atrium/pull/169))
13+
914
## [0.11.2](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.1...atrium-xrpc-v0.11.2) - 2024-06-26
1015

1116
### Added

atrium-xrpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atrium-xrpc"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

bsky-cli/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.19](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.18...bsky-cli-v0.1.19) - 2024-07-31
10+
11+
### Other
12+
- update Cargo.toml dependencies
13+
914
## [0.1.18](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.17...bsky-cli-v0.1.18) - 2024-07-11
1015

1116
### Other

bsky-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bsky-cli"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

0 commit comments

Comments
 (0)