Skip to content

Commit ac1ad3f

Browse files
authored
Merge pull request #251 from sugyan/release-plz-2024-11-15T14-04-29Z
chore: release
2 parents 4a5cf4a + 6f7722d commit ac1ad3f

File tree

12 files changed

+47
-14
lines changed

12 files changed

+47
-14
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ keywords = ["atproto", "bluesky"]
2525

2626
[workspace.dependencies]
2727
# Intra-workspace dependencies
28-
atrium-api = { version = "0.24.7", path = "atrium-api", default-features = false }
28+
atrium-api = { version = "0.24.8", path = "atrium-api", default-features = false }
2929
atrium-identity = { version = "0.1.0", path = "atrium-oauth/identity" }
30-
atrium-xrpc = { version = "0.11.6", path = "atrium-xrpc" }
31-
atrium-xrpc-client = { version = "0.5.9", path = "atrium-xrpc-client" }
32-
bsky-sdk = { version = "0.1.12", path = "bsky-sdk" }
30+
atrium-xrpc = { version = "0.12.0", path = "atrium-xrpc" }
31+
atrium-xrpc-client = { version = "0.5.10", path = "atrium-xrpc-client" }
32+
bsky-sdk = { version = "0.1.13", path = "bsky-sdk" }
3333

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

Diff for: atrium-api/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.24.8](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.7...atrium-api-v0.24.8) - 2024-11-19
10+
11+
### Added
12+
13+
- Update API, based on the latest lexicon schemas ([#256](https://github.com/sugyan/atrium/pull/256))
14+
- Update XrpcClient, add AuthorizationToken ([#248](https://github.com/sugyan/atrium/pull/248))
15+
- Replace OnceCell with static OnceLock for regex compilation ([#250](https://github.com/sugyan/atrium/pull/250))
16+
917
## [0.24.7](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.6...atrium-api-v0.24.7) - 2024-10-28
1018

1119
### Added

Diff for: 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.24.7"
3+
version = "0.24.8"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

Diff for: atrium-xrpc-client/CHANGELOG.md

+6
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.10](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.9...atrium-xrpc-client-v0.5.10) - 2024-11-19
10+
11+
### Other
12+
13+
- updated the following local packages: atrium-xrpc
14+
915
## [0.5.9](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.8...atrium-xrpc-client-v0.5.9) - 2024-10-28
1016

1117
### Other

Diff for: 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.9"
3+
version = "0.5.10"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

Diff for: atrium-xrpc/CHANGELOG.md

+6
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.0](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.6...atrium-xrpc-v0.12.0) - 2024-11-19
10+
11+
### Added
12+
13+
- Update XrpcClient, add AuthorizationToken ([#248](https://github.com/sugyan/atrium/pull/248))
14+
915
## [0.11.6](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.5...atrium-xrpc-v0.11.6) - 2024-10-28
1016

1117
### Other

Diff for: 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.6"
3+
version = "0.12.0"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

Diff for: bsky-cli/CHANGELOG.md

+6
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.26](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.25...bsky-cli-v0.1.26) - 2024-11-19
10+
11+
### Other
12+
13+
- updated the following local packages: bsky-sdk
14+
915
## [0.1.25](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.24...bsky-cli-v0.1.25) - 2024-10-28
1016

1117
### Added

Diff for: 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.25"
3+
version = "0.1.26"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

Diff for: bsky-sdk/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.13](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.12...bsky-sdk-v0.1.13) - 2024-11-19
10+
11+
### Other
12+
13+
- Update README
14+
- Add example of how to create a Post on bsky ([#255](https://github.com/sugyan/atrium/pull/255))
15+
916
## [0.1.12](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.11...bsky-sdk-v0.1.12) - 2024-10-28
1017

1118
### Added

Diff for: bsky-sdk/Cargo.toml

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

0 commit comments

Comments
 (0)