Skip to content

Commit

Permalink
Merge pull request #213 from sugyan/release-plz-2024-08-13T16-05-31Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
sugyan authored Aug 14, 2024
2 parents e5b7cb9 + 0489136 commit 18b6bad
Show file tree
Hide file tree
Showing 6 changed files with 15 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 @@ -23,7 +23,7 @@ keywords = ["atproto", "bluesky"]

[workspace.dependencies]
# Intra-workspace dependencies
atrium-api = { version = "0.24.0", path = "atrium-api" }
atrium-api = { version = "0.24.1", path = "atrium-api" }
atrium-xrpc = { version = "0.11.3", path = "atrium-xrpc" }
atrium-xrpc-client = { version = "0.5.6", path = "atrium-xrpc-client" }
bsky-sdk = { version = "0.1.7", path = "bsky-sdk" }
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.24.1](https://github.com/sugyan/atrium/compare/atrium-api-v0.24.0...atrium-api-v0.24.1) - 2024-08-14

### Fixed
- Fix serialization of Unknown(DataModel) ([#214](https://github.com/sugyan/atrium/pull/214))

## [0.24.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.23.2...atrium-api-v0.24.0) - 2024-08-14

### 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.24.0"
version = "0.24.1"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down
5 changes: 5 additions & 0 deletions bsky-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.20](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.19...bsky-cli-v0.1.20) - 2024-08-14

### Other
- Fix bsky-cli/CHANGELOG.md

## [0.1.19](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.18...bsky-cli-v0.1.19) - 2024-08-13

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

0 comments on commit 18b6bad

Please sign in to comment.