Skip to content

Commit

Permalink
Merge pull request #198 from sugyan/release-plz-2024-07-03T15-01-54Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
sugyan committed Jul 11, 2024
2 parents fa7eae5 + 3e08db2 commit 017124a
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 @@ -25,7 +25,7 @@ keywords = ["atproto", "bluesky"]
atrium-api = { version = "0.23.2", path = "atrium-api" }
atrium-xrpc = { version = "0.11.2", path = "atrium-xrpc" }
atrium-xrpc-client = { version = "0.5.5", path = "atrium-xrpc-client" }
bsky-sdk = { version = "0.1.4", path = "bsky-sdk" }
bsky-sdk = { version = "0.1.5", 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.18](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.17...bsky-cli-v0.1.18) - 2024-07-11

### Other
- update Cargo.lock dependencies

## [0.1.17](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.16...bsky-cli-v0.1.17) - 2024-06-26

### Other
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.17"
version = "0.1.18"
authors = ["sugyan <sugi1982+github@gmail.com>"]
edition.workspace = true
rust-version.workspace = true
Expand Down
5 changes: 5 additions & 0 deletions bsky-sdk/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.5](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.4...bsky-sdk-v0.1.5) - 2024-07-11

### Fixed
- Fix BskyAgent::moderator ([#199](https://github.com/sugyan/atrium/pull/199))

## [0.1.4](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.3...bsky-sdk-v0.1.4) - 2024-07-03

### 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.4"
version = "0.1.5"
authors = ["sugyan <sugi1982+github@gmail.com>"]
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 017124a

Please sign in to comment.