Skip to content

Commit

Permalink
crux_http v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Jan 24, 2025
1 parent bcf01c0 commit 1773848
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

8 changes: 8 additions & 0 deletions crux_http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to

## [Unreleased]

## [0.11.4](https://github.com/redbadger/crux/compare/crux_http-v0.11.3...crux_http-v0.11.4) - 2025-01-24

This release adds a new [`command`](https://docs.rs/crux_http/latest/crux_http/command/index.html)
module with support for generating commands for HTTP requests.

This is to support the new Crux API. Please see the
[Migration Guide](https://redbadger.github.io/crux/guide/effects.html#migrating-from-previous-versions-of-crux)

## [0.11.3](https://github.com/redbadger/crux/compare/crux_http-v0.11.2...crux_http-v0.11.3) - 2025-01-22

### Other
Expand Down
2 changes: 1 addition & 1 deletion crux_http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crux_http"
description = "HTTP capability for use with crux_core"
version = "0.11.3"
version = "0.11.4"
readme = "README.md"
authors.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 1773848

Please sign in to comment.