Skip to content

Commit

Permalink
Force version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed Nov 19, 2024
1 parent a9d9140 commit 6f7722d
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 @@ -27,7 +27,7 @@ keywords = ["atproto", "bluesky"]
# Intra-workspace dependencies
atrium-api = { version = "0.24.8", path = "atrium-api", default-features = false }
atrium-identity = { version = "0.1.0", path = "atrium-oauth/identity" }
atrium-xrpc = { version = "0.11.7", path = "atrium-xrpc" }
atrium-xrpc = { version = "0.12.0", path = "atrium-xrpc" }
atrium-xrpc-client = { version = "0.5.10", path = "atrium-xrpc-client" }
bsky-sdk = { version = "0.1.13", path = "bsky-sdk" }

Expand Down
2 changes: 1 addition & 1 deletion atrium-xrpc/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.11.7](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.6...atrium-xrpc-v0.11.7) - 2024-11-19
## [0.12.0](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.6...atrium-xrpc-v0.12.0) - 2024-11-19

### 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.11.7"
version = "0.12.0"
authors = ["sugyan <sugi1982+github@gmail.com>"]
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 6f7722d

Please sign in to comment.