Skip to content

Commit

Permalink
Merge pull request #192 from sugyan/release-plz-2024-06-21T02-51-42Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
sugyan committed Jun 26, 2024
2 parents 23d33a4 + 360079f commit bceaf5b
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ keywords = ["atproto", "bluesky"]

[workspace.dependencies]
# Intra-workspace dependencies
atrium-api = { version = "0.23.0", path = "atrium-api" }
atrium-xrpc = { version = "0.11.1", path = "atrium-xrpc" }
atrium-api = { version = "0.23.1", 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.2", path = "bsky-sdk" }
bsky-sdk = { version = "0.1.3", path = "bsky-sdk" }

# async in traits
# Can be removed once MSRV is at least 1.75.0.
Expand Down
6 changes: 6 additions & 0 deletions atrium-api/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.23.1](https://github.com/sugyan/atrium/compare/atrium-api-v0.23.0...atrium-api-v0.23.1) - 2024-06-26

### Added
- Update API, based on the latest lexicon schemas ([#194](https://github.com/sugyan/atrium/pull/194))
- Add `Clone` and `Debug` ([#193](https://github.com/sugyan/atrium/pull/193))

## [0.23.0](https://github.com/sugyan/atrium/compare/atrium-api-v0.22.3...atrium-api-v0.23.0) - 2024-06-20

### 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.23.0"
version = "0.23.1"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down
5 changes: 5 additions & 0 deletions atrium-xrpc/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.11.2](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.1...atrium-xrpc-v0.11.2) - 2024-06-26

### Added
- Add `Clone` and `Debug` ([#193](https://github.com/sugyan/atrium/pull/193))

## [0.11.1](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.0...atrium-xrpc-v0.11.1) - 2024-06-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion atrium-xrpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atrium-xrpc"
version = "0.11.1"
version = "0.11.2"
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.17](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.16...bsky-cli-v0.1.17) - 2024-06-26

### Other
- release

## [0.1.16](https://github.com/sugyan/atrium/releases/tag/bsky-cli-v0.1.16) - 2024-06-21

### 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.16"
version = "0.1.17"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions bsky-sdk/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.3](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.2...bsky-sdk-v0.1.3) - 2024-06-26

### Added
- Update API, based on the latest lexicon schemas ([#194](https://github.com/sugyan/atrium/pull/194))
- Add `Clone` and `Debug` ([#193](https://github.com/sugyan/atrium/pull/193))

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

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

0 comments on commit bceaf5b

Please sign in to comment.