Skip to content

Commit

Permalink
Merge pull request #153 from sugyan/release-plz-2024-03-28T13-27-03Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
sugyan committed Apr 17, 2024
2 parents c53a8b9 + 579eccc commit 07de2ff
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ keywords = ["atproto", "bluesky"]

[workspace.dependencies]
# Intra-workspace dependencies
atrium-api = { version = "0.20.0", path = "atrium-api" }
atrium-xrpc = { version = "0.10.3", path = "atrium-xrpc" }
atrium-xrpc-client = { version = "0.5.1", path = "atrium-xrpc-client" }
atrium-api = { version = "0.20.1", path = "atrium-api" }
atrium-xrpc = { version = "0.10.4", path = "atrium-xrpc" }
atrium-xrpc-client = { version = "0.5.2", path = "atrium-xrpc-client" }

# async in traits
# Can be removed once MSRV is at least 1.75.0.
Expand Down
5 changes: 5 additions & 0 deletions atrium-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.1](https://github.com/sugyan/atrium/compare/atrium-api-v0.20.0...atrium-api-v0.20.1) - 2024-04-17

### Added
- Update API, based on the latest lexicon schemas ([#157](https://github.com/sugyan/atrium/pull/157))

## [0.20.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.19.0...atrium-api-v0.20.0) - 2024-03-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion atrium-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atrium-api"
version = "0.20.0"
version = "0.20.1"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down
5 changes: 5 additions & 0 deletions atrium-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.10](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.9...atrium-cli-v0.1.10) - 2024-04-17

### Other
- update Cargo.lock dependencies

## [0.1.9](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.8...atrium-cli-v0.1.9) - 2024-03-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion atrium-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atrium-cli"
version = "0.1.9"
version = "0.1.10"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down
5 changes: 5 additions & 0 deletions atrium-xrpc-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.2](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.1...atrium-xrpc-client-v0.5.2) - 2024-04-17

### Added
- Upgrade `http` crate to 1.1 ([#152](https://github.com/sugyan/atrium/pull/152))

## [0.5.1](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.0...atrium-xrpc-client-v0.5.1) - 2024-03-27

### Other
Expand Down
2 changes: 1 addition & 1 deletion atrium-xrpc-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atrium-xrpc-client"
version = "0.5.1"
version = "0.5.2"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down
5 changes: 5 additions & 0 deletions atrium-xrpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.4](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.10.3...atrium-xrpc-v0.10.4) - 2024-04-17

### Other
- update Cargo.toml dependencies

## [0.10.3](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.10.2...atrium-xrpc-v0.10.3) - 2024-03-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion atrium-xrpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atrium-xrpc"
version = "0.10.3"
version = "0.10.4"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 07de2ff

Please sign in to comment.