Skip to content

Commit e8f2330

Browse files
committed
Force version bump
1 parent db89dee commit e8f2330

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords = ["atproto", "bluesky"]
2121

2222
[workspace.dependencies]
2323
# Intra-workspace dependencies
24-
atrium-api = { version = "0.20.2", path = "atrium-api" }
24+
atrium-api = { version = "0.21.0", path = "atrium-api" }
2525
atrium-xrpc = { version = "0.10.4", path = "atrium-xrpc" }
2626
atrium-xrpc-client = { version = "0.5.2", path = "atrium-xrpc-client" }
2727

Diff for: atrium-api/CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [0.20.2](https://github.com/sugyan/atrium/compare/atrium-api-v0.20.1...atrium-api-v0.20.2) - 2024-04-18
9+
## [0.21.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.20.1...atrium-api-v0.21.0) - 2024-04-18
1010

1111
### Added
1212
- Add tid/record-key string format ([#155](https://github.com/sugyan/atrium/pull/155))
13-
14-
### Added
15-
- `atrium_api::types::string::Tid`
16-
- `atrium_api::types::string::RecordKey`
17-
- moved from `atrium_api::types::RecordKey`
13+
- `atrium_api::types::string::Tid`
14+
- `atrium_api::types::string::RecordKey`
15+
- moved from `atrium_api::types::RecordKey`
1816

1917
### Removed
2018
- `atrium_api::types::RecordKey`

Diff for: atrium-api/Cargo.toml

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

Diff for: atrium-cli/CHANGELOG.md

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

99
## [0.1.11](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.10...atrium-cli-v0.1.11) - 2024-04-18
1010

11-
### Other
11+
### Added
1212
- Add limit option ([#159](https://github.com/sugyan/atrium/pull/159))
1313

1414
## [0.1.10](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.9...atrium-cli-v0.1.10) - 2024-04-17

0 commit comments

Comments
 (0)