Skip to content

Commit

Permalink
Merge pull request #143 from sugyan/release-plz-2024-03-16T14-44-59Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
sugyan authored Mar 27, 2024
2 parents 9d04baa + d80b739 commit 68797a0
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 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.18.6", path = "atrium-api" }
atrium-api = { version = "0.19.0", path = "atrium-api" }
atrium-xrpc = { version = "0.10.3", path = "atrium-xrpc" }
atrium-xrpc-client = { version = "0.5.0", path = "atrium-xrpc-client" }
atrium-xrpc-client = { version = "0.5.1", path = "atrium-xrpc-client" }

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

## [Unreleased]

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

### Added
- Update dependencies ([#148](https://github.com/sugyan/atrium/pull/148))
- Add clippy check ([#146](https://github.com/sugyan/atrium/pull/146))

### Removed
- dag-cbor feature from API ([#147](https://github.com/sugyan/atrium/pull/147))

## [0.18.6](https://github.com/sugyan/atrium/compare/atrium-api-v0.18.5...atrium-api-v0.18.6) - 2024-03-16

### 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.18.6"
version = "0.19.0"
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.8](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.7...atrium-cli-v0.1.8) - 2024-03-27

### Other
- update Cargo.lock dependencies

## [0.1.7](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.6...atrium-cli-v0.1.7) - 2024-03-16

### Other
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.7"
version = "0.1.8"
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.1](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.0...atrium-xrpc-client-v0.5.1) - 2024-03-27

### Other
- update Cargo.toml dependencies

## [0.5.0](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.4.0...atrium-xrpc-client-v0.5.0) - 2024-03-05

### Removed
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.0"
version = "0.5.1"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 68797a0

Please sign in to comment.