Skip to content

Commit

Permalink
Merge pull request #202 from sugyan/release-plz-2024-07-19T07-15-02Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
sugyan authored Aug 13, 2024
2 parents 59da997 + f5bad61 commit 0c52e51
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

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

[workspace.dependencies]
# Intra-workspace dependencies
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.6", path = "bsky-sdk" }
atrium-api = { version = "0.24.0", 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" }

# async in traits
# Can be removed once MSRV is at least 1.75.0.
Expand Down
7 changes: 6 additions & 1 deletion atrium-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Added
- `atrium_api::types::Unknown`
- Update API, based on the latest lexicon schemas ([#210](https://github.com/sugyan/atrium/pull/210))
- Introduce atrium_api::types::Unknown for unknown fields ([#209](https://github.com/sugyan/atrium/pull/209))
- Add `atrium_api::types::Unknown`
- Add `atrium-crypto` ([#169](https://github.com/sugyan/atrium/pull/169))

### Changed
- `unknown` field types that don't have a well-known format now have the type
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.2"
version = "0.24.0"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down
8 changes: 8 additions & 0 deletions atrium-xrpc-client/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.5.6](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.5...atrium-xrpc-client-v0.5.6) - 2024-08-13

### Added
- Add `atrium-crypto` ([#169](https://github.com/sugyan/atrium/pull/169))

### Fixed
- Remove Arc from xrpc-clients ([#206](https://github.com/sugyan/atrium/pull/206))

## [0.5.5](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.5.4...atrium-xrpc-client-v0.5.5) - 2024-06-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion atrium-xrpc-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atrium-xrpc-client"
version = "0.5.5"
version = "0.5.6"
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.3](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.2...atrium-xrpc-v0.11.3) - 2024-08-13

### Added
- Add `atrium-crypto` ([#169](https://github.com/sugyan/atrium/pull/169))

## [0.11.2](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.11.1...atrium-xrpc-v0.11.2) - 2024-06-26

### 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.2"
version = "0.11.3"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions bsky-cli/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.19](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.18...bsky-cli-v0.1.19) - 2024-08-13

### Added
- Update API, based on the latest lexicon schemas ([#210](https://github.com/sugyan/atrium/pull/210))
- Introduce atrium_api::types::Unknown for unknown fields ([#209](https://github.com/sugyan/atrium/pull/209))

## [0.1.18](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.17...bsky-cli-v0.1.18) - 2024-07-11

### 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.18"
version = "0.1.19"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down
9 changes: 9 additions & 0 deletions bsky-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Added
- Add expired/actor_target check to has_muted_word ([#211](https://github.com/sugyan/atrium/pull/211))
- Introduce atrium_api::types::Unknown for unknown fields ([#209](https://github.com/sugyan/atrium/pull/209))

### Fixed
- Fix async_trait for SDK records ([#208](https://github.com/sugyan/atrium/pull/208))

## [0.1.6](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.5...bsky-sdk-v0.1.6) - 2024-07-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.6"
version = "0.1.7"
authors = ["sugyan <[email protected]>"]
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 0c52e51

Please sign in to comment.