Skip to content

Commit 6f7722d

Browse files
committed
Force version bump
1 parent a9d9140 commit 6f7722d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ keywords = ["atproto", "bluesky"]
2727
# Intra-workspace dependencies
2828
atrium-api = { version = "0.24.8", path = "atrium-api", default-features = false }
2929
atrium-identity = { version = "0.1.0", path = "atrium-oauth/identity" }
30-
atrium-xrpc = { version = "0.11.7", path = "atrium-xrpc" }
30+
atrium-xrpc = { version = "0.12.0", path = "atrium-xrpc" }
3131
atrium-xrpc-client = { version = "0.5.10", path = "atrium-xrpc-client" }
3232
bsky-sdk = { version = "0.1.13", path = "bsky-sdk" }
3333

atrium-xrpc/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [0.11.7](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.6...atrium-xrpc-v0.11.7) - 2024-11-19
9+
## [0.12.0](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.6...atrium-xrpc-v0.12.0) - 2024-11-19
1010

1111
### Added
1212

atrium-xrpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atrium-xrpc"
3-
version = "0.11.7"
3+
version = "0.12.0"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

0 commit comments

Comments
 (0)