Skip to content

Commit

Permalink
Releases v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Nov 28, 2024
1 parent badb87b commit 32c1caf
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.0.2] - 2024-11-28

### Changed
- Server: do not insert the `fallback` directly in `axum` `Router`s,
but provide `twirp_fallback` and `grpc_fallback` to let user set them easily.
- Build: do not shuffle the order of extractors.

## [0.0.1] - 2024-11-27

### Added
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "twurst-build"
description = "Build script to generate bindings for .proto files for Twirp"
repository = "https://github.com/helsing-ai/twurst"
documentation = "https://docs.rs/twurst-build"
version = "0.0.1"
version = "0.0.2"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Twirp server related code"
keywords = ["Twirp"]
repository = "https://github.com/helsing-ai/twurst"
documentation = "https://docs.rs/twurst-server"
version = "0.0.1"
version = "0.0.2"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 32c1caf

Please sign in to comment.