Skip to content

Commit

Permalink
Force version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed Jun 20, 2024
1 parent 00cea8a commit ca4b4c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.22.4", path = "atrium-api" }
atrium-api = { version = "0.23.0", path = "atrium-api" }
atrium-xrpc = { version = "0.11.1", path = "atrium-xrpc" }
atrium-xrpc-client = { version = "0.5.5", path = "atrium-xrpc-client" }

Expand Down
2 changes: 1 addition & 1 deletion atrium-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.22.4](https://github.com/sugyan/atrium/compare/atrium-api-v0.22.3...atrium-api-v0.22.4) - 2024-06-19
## [0.23.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.22.3...atrium-api-v0.23.0) - 2024-06-20

### Added
- Update bsky-sdk, and redesign of object types in API ([#189](https://github.com/sugyan/atrium/pull/189))
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.22.4"
version = "0.23.0"
authors = ["sugyan <sugi1982+github@gmail.com>"]
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit ca4b4c9

Please sign in to comment.