Skip to content

Commit

Permalink
Publish New Versions (#19)
Browse files Browse the repository at this point in the history
# Version Updates

Merging this PR will release new versions of the following packages
based on your change files.




# qubit-macros

## [0.2.0]
### feat

-
[`0758fe3`](0758fe3)
alter `FromContext` trait to be `async`



# qubit

## [0.2.0]
### Dependencies

- Upgraded to `[email protected]`
### feat

-
[`0758fe3`](0758fe3)
alter `FromContext` trait to be `async`
  • Loading branch information
andogq authored May 26, 2024
2 parents fe11cb4 + 1bceddf commit 1ffc28f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changes/async-from-context.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## \[0.2.0]

### Dependencies

- Upgraded to `[email protected]`

### feat

- [`0758fe3`](https://github.com/andogq/qubit/commit/0758fe32bcf6b702177b88e3dbf7158acaf42523) alter `FromContext` trait to be `async`

## \[0.1.0]

### Dependencies
Expand Down
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
workspace = { members = [
"./crates/*",
"./examples/*", "examples/authentication",
"./examples/*",
"examples/authentication",
"examples/counter",
"examples/hello_world"
] }

[package]
name = "qubit"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = [ "Tom Anderson <[email protected]>" ]
repository = "https://github.com/andogq/qubit"
Expand All @@ -26,5 +27,5 @@ serde_json = "1.0.111"
tokio = { version = "1.37.0", features = [ "rt", "rt-multi-thread" ] }
tower = "0.4.13"
ts-rs = "8.1.0"
qubit-macros = { version = "0.1.0", path = "./crates/qubit-macros" }
qubit-macros = { version = "0.2.0", path = "./crates/qubit-macros" }
trait-variant = "0.1.2"
6 changes: 6 additions & 0 deletions crates/qubit-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.2.0]

### feat

- [`0758fe3`](https://github.com/andogq/qubit/commit/0758fe32bcf6b702177b88e3dbf7158acaf42523) alter `FromContext` trait to be `async`

## \[0.1.0]

### feat
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.1.0"
version = "0.2.0"
edition = "2021"
description = "Macros to accompany `qubit`."
license = "MIT"
Expand Down

0 comments on commit 1ffc28f

Please sign in to comment.