Skip to content

Commit 8324964

Browse files
authored
Merge pull request #201 from sugyan/release-plz-2024-07-19T07-08-41Z
chore(bsky-sdk): release v0.1.6
2 parents 9060655 + f2385a0 commit 8324964

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -25,7 +25,7 @@ keywords = ["atproto", "bluesky"]
2525
atrium-api = { version = "0.23.2", path = "atrium-api" }
2626
atrium-xrpc = { version = "0.11.2", path = "atrium-xrpc" }
2727
atrium-xrpc-client = { version = "0.5.5", path = "atrium-xrpc-client" }
28-
bsky-sdk = { version = "0.1.5", path = "bsky-sdk" }
28+
bsky-sdk = { version = "0.1.6", path = "bsky-sdk" }
2929

3030
# async in traits
3131
# Can be removed once MSRV is at least 1.75.0.

bsky-sdk/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.6](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.5...bsky-sdk-v0.1.6) - 2024-07-19
10+
11+
### Added
12+
- *(bsky-sdk)* Add record operations ([#200](https://github.com/sugyan/atrium/pull/200))
13+
914
## [0.1.5](https://github.com/sugyan/atrium/compare/bsky-sdk-v0.1.4...bsky-sdk-v0.1.5) - 2024-07-11
1015

1116
### Fixed

bsky-sdk/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-sdk"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["sugyan <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

0 commit comments

Comments
 (0)