Skip to content

Commit 00cea8a

Browse files
chore: release
1 parent b6654b6 commit 00cea8a

File tree

8 files changed

+27
-7
lines changed

8 files changed

+27
-7
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords = ["atproto", "bluesky"]
2222

2323
[workspace.dependencies]
2424
# Intra-workspace dependencies
25-
atrium-api = { version = "0.22.3", path = "atrium-api" }
25+
atrium-api = { version = "0.22.4", path = "atrium-api" }
2626
atrium-xrpc = { version = "0.11.1", path = "atrium-xrpc" }
2727
atrium-xrpc-client = { version = "0.5.5", path = "atrium-xrpc-client" }
2828

atrium-api/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.22.4](https://github.com/sugyan/atrium/compare/atrium-api-v0.22.3...atrium-api-v0.22.4) - 2024-06-19
10+
11+
### Added
12+
- Update bsky-sdk, and redesign of object types in API ([#189](https://github.com/sugyan/atrium/pull/189))
13+
- Update API, based on the latest lexicon schemas ([#188](https://github.com/sugyan/atrium/pull/188))
14+
915
## [0.22.3](https://github.com/sugyan/atrium/compare/atrium-api-v0.22.2...atrium-api-v0.22.3) - 2024-06-13
1016

1117
### Added

atrium-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atrium-api"
3-
version = "0.22.3"
3+
version = "0.22.4"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

atrium-cli/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.16](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.15...atrium-cli-v0.1.16) - 2024-06-19
10+
11+
### Added
12+
- Update bsky-sdk, and redesign of object types in API ([#189](https://github.com/sugyan/atrium/pull/189))
13+
914
## [0.1.15](https://github.com/sugyan/atrium/compare/atrium-cli-v0.1.14...atrium-cli-v0.1.15) - 2024-06-13
1015

1116
### Other

atrium-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atrium-cli"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

bsky-sdk/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.1](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.0...bsky-sdk-v0.1.1) - 2024-06-19
10+
11+
### Added
12+
- Update bsky-sdk, and redesign of object types in API ([#189](https://github.com/sugyan/atrium/pull/189))
13+
- Update API, based on the latest lexicon schemas ([#188](https://github.com/sugyan/atrium/pull/188))
14+
15+
### Other
16+
- release
17+
918
## [0.1.0](https://github.com/sugyan/atrium/releases/tag/bsky-sdk-v0.1.0) - 2024-06-13
1019

1120
### Added

bsky-sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bsky-sdk"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

0 commit comments

Comments
 (0)