Skip to content

Commit

Permalink
Merge pull request #190 from sugyan/release-plz-2024-06-20T00-43-18Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
sugyan committed Jun 21, 2024
2 parents 137cf2e + 1d40ec7 commit 732bf34
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -25,7 +25,7 @@ keywords = ["atproto", "bluesky"]
atrium-api = { version = "0.23.0", path = "atrium-api" }
atrium-xrpc = { version = "0.11.1", path = "atrium-xrpc" }
atrium-xrpc-client = { version = "0.5.5", path = "atrium-xrpc-client" }
bsky-sdk = { version = "0.1.1", path = "bsky-sdk" }
bsky-sdk = { version = "0.1.2", path = "bsky-sdk" }

# async in traits
# Can be removed once MSRV is at least 1.75.0.
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.16](https://github.com/sugyan/atrium/releases/tag/bsky-cli-v0.1.16) - 2024-06-21

### Added
- Rename atrium-cli to bsky-cli ([#191](https://github.com/sugyan/atrium/pull/191))

## [0.1.16](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.15...atrium-cli-v0.1.16) - 2024-06-19

### Added
Expand Down
8 changes: 8 additions & 0 deletions bsky-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.1...bsky-sdk-v0.1.2) - 2024-06-21

### Added
- Rename atrium-cli to bsky-cli ([#191](https://github.com/sugyan/atrium/pull/191))

### Other
- Fix bsky-sdk/CHANGELOG

## [0.1.1](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.0...bsky-sdk-v0.1.1) - 2024-06-19

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

0 comments on commit 732bf34

Please sign in to comment.