Skip to content

Commit

Permalink
Merge pull request #217 from sugyan/release-plz-2024-08-14T15-19-14Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
sugyan authored Sep 4, 2024
2 parents 1538e8c + 4527f91 commit f6030a1
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 @@ -26,7 +26,7 @@ keywords = ["atproto", "bluesky"]
atrium-api = { version = "0.24.2", 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" }
bsky-sdk = { version = "0.1.8", 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.21](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.20...bsky-cli-v0.1.21) - 2024-09-04

### Other
- update Cargo.lock dependencies

## [0.1.20](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.19...bsky-cli-v0.1.20) - 2024-08-14

### 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.20"
version = "0.1.21"
authors = ["sugyan <[email protected]>"]
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.8](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.7...bsky-sdk-v0.1.8) - 2024-09-04

### Fixed
- Make bsky_sdk::error public ([#221](https://github.com/sugyan/atrium/pull/221))

## [0.1.7](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.6...bsky-sdk-v0.1.7) - 2024-08-13

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

0 comments on commit f6030a1

Please sign in to comment.