-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Version Updates Merging this PR will release new versions of the following packages based on your change files. # @qubit-rs/client ## [0.2.0] - [`032d01e`](032d01e) run `pnpm build` before publishing (close #29) # qubit-macros ## [0.3.0] - [`3f015f9`](3f015f9) pass all CI checks # qubit ## [0.4.0] - [`ea54e2b`](ea54e2b) change exported server type to `QubitServer` (close #28) - [`3f015f9`](3f015f9) pass all CI checks ### Dependencies - Upgraded to `[email protected]`
- Loading branch information
Showing
10 changed files
with
32 additions
and
27 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# Changelog | ||
|
||
## \[0.4.0] | ||
|
||
- [`ea54e2b`](https://github.com/andogq/qubit/commit/ea54e2b76ab11c2dae21eda5dfa7188cfcdb717a) change exported server type to `QubitServer` (close #28) | ||
- [`3f015f9`](https://github.com/andogq/qubit/commit/3f015f95de5776d2d07472f15cada703950e658a) pass all CI checks | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
|
||
## \[0.3.0] | ||
|
||
### fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
[workspace] | ||
members = [ | ||
"./crates/qubit-macros" | ||
] | ||
members = [ "./crates/qubit-macros" ] | ||
exclude = [ | ||
"./examples/authentication", | ||
"./examples/chaos", | ||
"./examples/chat-room-react/src-rust", | ||
"./examples/counter", | ||
"./examples/hello-world", | ||
"./examples/hello-world" | ||
] | ||
|
||
[package] | ||
name = "qubit" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
edition = "2021" | ||
authors = [ "Tom Anderson <[email protected]>" ] | ||
repository = "https://github.com/andogq/qubit" | ||
|
@@ -31,5 +29,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.2.1", path = "./crates/qubit-macros" } | ||
qubit-macros = { version = "0.3.0", path = "./crates/qubit-macros" } | ||
trait-variant = "0.1.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,6 @@ | |
}, | ||
"dependencies": { | ||
"@biomejs/biome": "^1.7.3" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters