Skip to content

Commit

Permalink
Merge pull request #150 from sugyan/release-plz-2024-03-27T13-33-12Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
sugyan authored Mar 27, 2024
2 parents dabc8d8 + 6fe9a07 commit 427569f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 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.19.0", path = "atrium-api" }
atrium-api = { version = "0.20.0", path = "atrium-api" }
atrium-xrpc = { version = "0.10.3", path = "atrium-xrpc" }
atrium-xrpc-client = { version = "0.5.1", path = "atrium-xrpc-client" }

Expand Down
5 changes: 5 additions & 0 deletions atrium-api/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.20.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.19.0...atrium-api-v0.20.0) - 2024-03-27

### Added
- Introduce "open" union types ([#149](https://github.com/sugyan/atrium/pull/149))

## [0.19.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.18.6...atrium-api-v0.19.0) - 2024-03-27

### Added
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.19.0"
version = "0.20.0"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions atrium-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.9](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.8...atrium-cli-v0.1.9) - 2024-03-27

### Added
- Add get-preference command to cli ([#151](https://github.com/sugyan/atrium/pull/151))
- Introduce "open" union types ([#149](https://github.com/sugyan/atrium/pull/149))

## [0.1.8](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.7...atrium-cli-v0.1.8) - 2024-03-27

### 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.8"
version = "0.1.9"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 427569f

Please sign in to comment.