Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 22, 2024
1 parent ff4fdfb commit 12e7a52
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keywords = ["atproto", "bluesky"]
[workspace.dependencies]
# Intra-workspace dependencies
atrium-api = { version = "0.21.0", path = "atrium-api" }
atrium-xrpc = { version = "0.10.4", path = "atrium-xrpc" }
atrium-xrpc = { version = "0.10.5", path = "atrium-xrpc" }
atrium-xrpc-client = { version = "0.5.2", path = "atrium-xrpc-client" }

# async in traits
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.5](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.10.4...atrium-xrpc-v0.10.5) - 2024-04-22

### Added
- Replace serde_qs to serde_html_form ([#161](https://github.com/sugyan/atrium/pull/161))

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

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

0 comments on commit 12e7a52

Please sign in to comment.