Skip to content

Commit 2e03ad2

Browse files
authored
Merge pull request #287 from sugyan/release-plz-2025-02-23T14-37-58Z
chore: release
2 parents a446125 + dc0147d commit 2e03ad2

File tree

7 files changed

+27
-5
lines changed

7 files changed

+27
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ keywords = ["atproto", "bluesky"]
2828
atrium-api = { version = "0.25.0", path = "atrium-api", default-features = false }
2929
atrium-common = { version = "0.1.0", path = "atrium-common" }
3030
atrium-crypto = { version = "0.1.2", path = "atrium-crypto" }
31-
atrium-identity = { version = "0.1.0", path = "atrium-identity" }
31+
atrium-identity = { version = "0.1.1", path = "atrium-identity" }
3232
atrium-xrpc = { version = "0.12.1", path = "atrium-xrpc" }
3333
atrium-xrpc-client = { version = "0.5.11", path = "atrium-xrpc-client" }
3434
bsky-sdk = { version = "0.1.16", path = "bsky-sdk" }

atrium-identity/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1](https://github.com/sugyan/atrium/compare/atrium-identity-v0.1.0...atrium-identity-v0.1.1) - 2025-03-08
11+
12+
### Other
13+
14+
- release v0.1.0
15+
1016
## [0.1.0](https://github.com/sugyan/atrium/releases/tag/atrium-identity-v0.1.0) - 2025-02-23
1117

1218
### Added

atrium-identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atrium-identity"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

atrium-repo/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.0](https://github.com/sugyan/atrium/releases/tag/atrium-repo-v0.1.0) - 2025-03-08
10+
11+
### Added
12+
13+
- `atrium-repo` ([#272](https://github.com/sugyan/atrium/pull/272))
14+
15+
### Other
16+
17+
- Fix workflows, release-plz.toml ([#291](https://github.com/sugyan/atrium/pull/291))
18+
919
Initial release.

bsky-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.1.29](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.28...bsky-cli-v0.1.29) - 2025-03-08
10+
11+
### Other
12+
13+
- update Cargo.lock dependencies
14+
915
## [0.1.28](https://github.com/sugyan/atrium/compare/bsky-cli-v0.1.27...bsky-cli-v0.1.28) - 2025-02-17
1016

1117
### Other

bsky-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bsky-cli"
3-
version = "0.1.28"
3+
version = "0.1.29"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

0 commit comments

Comments
 (0)