Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 16, 2024
1 parent ea40be0 commit 820e3b7
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 @@ -21,7 +21,7 @@ keywords = ["atproto", "bluesky"]

[workspace.dependencies]
# Intra-workspace dependencies
atrium-api = { version = "0.18.6", path = "atrium-api" }
atrium-api = { version = "0.18.7", path = "atrium-api" }
atrium-xrpc = { version = "0.10.3", path = "atrium-xrpc" }
atrium-xrpc-client = { version = "0.5.0", path = "atrium-xrpc-client" }

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.18.7](https://github.com/sugyan/atrium/compare/atrium-api-v0.18.6...atrium-api-v0.18.7) - 2024-03-16

### Other
- update Cargo.toml dependencies

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

0 comments on commit 820e3b7

Please sign in to comment.