Skip to content

Commit

Permalink
Merge pull request #158 from sugyan/release-plz-2024-04-18T13-48-52Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
sugyan committed Apr 18, 2024
2 parents 94be4cf + e8f2330 commit 26b2bfd
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.20.1", path = "atrium-api" }
atrium-api = { version = "0.21.0", path = "atrium-api" }
atrium-xrpc = { version = "0.10.4", path = "atrium-xrpc" }
atrium-xrpc-client = { version = "0.5.2", path = "atrium-xrpc-client" }

Expand Down
9 changes: 6 additions & 3 deletions atrium-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Added
- `atrium_api::types::string::Tid`
- `atrium_api::types::string::RecordKey`
- moved from `atrium_api::types::RecordKey`
- Add tid/record-key string format ([#155](https://github.com/sugyan/atrium/pull/155))
- `atrium_api::types::string::Tid`
- `atrium_api::types::string::RecordKey`
- moved from `atrium_api::types::RecordKey`

### Removed
- `atrium_api::types::RecordKey`
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.20.1"
version = "0.21.0"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down
5 changes: 5 additions & 0 deletions atrium-cli/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.1.11](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.10...atrium-cli-v0.1.11) - 2024-04-18

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

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

### Other
Expand Down
2 changes: 1 addition & 1 deletion atrium-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atrium-cli"
version = "0.1.10"
version = "0.1.11"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 26b2bfd

Please sign in to comment.