Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 10, 2023
1 parent 2d3ca05 commit 7c2784d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions atrium-xrpc-client/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.1](https://github.com/sugyan/atrium/compare/atrium-xrpc-client-v0.1.0...atrium-xrpc-client-v0.1.1) - 2023-11-10

### Other
- Update README
- release

## [0.1.0](https://github.com/sugyan/atrium/releases/tag/atrium-xrpc-client-v0.1.0) - 2023-11-10

### 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.1.0"
version = "0.1.1"
authors = ["sugyan <[email protected]>"]
edition = "2021"
description = "XRPC Client library for AT Protocol (Bluesky)"
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.6.0](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.5.0...atrium-xrpc-v0.6.0) - 2023-11-10

### Added
- *(xrpc)* Remove client implementations from XRPC ([#68](https://github.com/sugyan/atrium/pull/68))

## [0.5.0](https://github.com/sugyan/atrium/compare/atrium-xrpc-v0.4.1...atrium-xrpc-v0.5.0) - 2023-11-09

### 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.5.0"
version = "0.6.0"
authors = ["sugyan <[email protected]>"]
edition = "2021"
description = "XRPC library for AT Protocol (Bluesky)"
Expand Down

0 comments on commit 7c2784d

Please sign in to comment.