Skip to content

Commit

Permalink
chore: release (#2)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `qubit-macros`: 0.0.5 -> 0.0.6
* `qubit`: 0.0.7 -> 0.0.8 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

## `qubit-macros`
<blockquote>

##
[0.0.6](qubit-macros-v0.0.5...qubit-macros-v0.0.6)
- 2024-05-22

### Fixed
- properly handle unit return type from handlers
</blockquote>

## `qubit`
<blockquote>

##
[0.0.8](qubit-v0.0.7...qubit-v0.0.8)
- 2024-05-22

### Fixed
- properly handle unit return type from handlers

### Other
- remove whitespace in readme
- add badges to readme
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
andogq authored May 22, 2024
2 parents 4340066 + 6ce356c commit 757f39e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
9 changes: 9 additions & 0 deletions 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.0.8](https://github.com/andogq/qubit/compare/qubit-v0.0.7...qubit-v0.0.8) - 2024-05-22

### Fixed
- properly handle unit return type from handlers

### Other
- remove whitespace in readme
- add badges to readme

## [0.0.7](https://github.com/andogq/qubit/compare/qubit-v0.0.6...qubit-v0.0.7) - 2024-05-22

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace = { members = ["./crates/*", "./examples/*"] }

[package]
name = "qubit"
version = "0.0.7"
version = "0.0.8"
edition = "2021"
authors = ["Tom Anderson <[email protected]>"]
repository = "https://github.com/andogq/qubit"
Expand All @@ -22,4 +22,4 @@ serde_json = "1.0.111"
tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread"] }
tower = "0.4.13"
ts-rs = "8.1.0"
qubit-macros = { version = "0.0.5", path = "./crates/qubit-macros" }
qubit-macros = { version = "0.0.6", path = "./crates/qubit-macros" }
5 changes: 5 additions & 0 deletions crates/qubit-macros/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.0.6](https://github.com/andogq/qubit/compare/qubit-macros-v0.0.5...qubit-macros-v0.0.6) - 2024-05-22

### Fixed
- properly handle unit return type from handlers

## [0.0.5](https://github.com/andogq/qubit/compare/qubit-macros-v0.0.4...qubit-macros-v0.0.5) - 2024-05-22

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/qubit-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qubit-macros"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
description = "Macros to accompany `qubit`."
license = "MIT"
Expand Down

0 comments on commit 757f39e

Please sign in to comment.