Skip to content

Commit 07de2ff

Browse files
authored
Merge pull request #153 from sugyan/release-plz-2024-03-28T13-27-03Z
chore: release
2 parents c53a8b9 + 579eccc commit 07de2ff

File tree

10 files changed

+31
-11
lines changed

10 files changed

+31
-11
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ keywords = ["atproto", "bluesky"]
2121

2222
[workspace.dependencies]
2323
# Intra-workspace dependencies
24-
atrium-api = { version = "0.20.0", path = "atrium-api" }
25-
atrium-xrpc = { version = "0.10.3", path = "atrium-xrpc" }
26-
atrium-xrpc-client = { version = "0.5.1", path = "atrium-xrpc-client" }
24+
atrium-api = { version = "0.20.1", path = "atrium-api" }
25+
atrium-xrpc = { version = "0.10.4", path = "atrium-xrpc" }
26+
atrium-xrpc-client = { version = "0.5.2", path = "atrium-xrpc-client" }
2727

2828
# async in traits
2929
# Can be removed once MSRV is at least 1.75.0.

atrium-api/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.20.1](https://github.com/sugyan/atrium/compare/atrium-api-v0.20.0...atrium-api-v0.20.1) - 2024-04-17
10+
11+
### Added
12+
- Update API, based on the latest lexicon schemas ([#157](https://github.com/sugyan/atrium/pull/157))
13+
914
## [0.20.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.19.0...atrium-api-v0.20.0) - 2024-03-27
1015

1116
### Added

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

atrium-cli/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.10](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.9...atrium-cli-v0.1.10) - 2024-04-17
10+
11+
### Other
12+
- update Cargo.lock dependencies
13+
914
## [0.1.9](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.8...atrium-cli-v0.1.9) - 2024-03-27
1015

1116
### Added

atrium-cli/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-cli"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

atrium-xrpc-client/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.5.2](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.1...atrium-xrpc-client-v0.5.2) - 2024-04-17
10+
11+
### Added
12+
- Upgrade `http` crate to 1.1 ([#152](https://github.com/sugyan/atrium/pull/152))
13+
914
## [0.5.1](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.0...atrium-xrpc-client-v0.5.1) - 2024-03-27
1015

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

atrium-xrpc/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.10.4](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.10.3...atrium-xrpc-v0.10.4) - 2024-04-17
10+
11+
### Other
12+
- update Cargo.toml dependencies
13+
914
## [0.10.3](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.10.2...atrium-xrpc-v0.10.3) - 2024-03-16
1015

1116
### Added

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

0 commit comments

Comments
 (0)