From 17738480f5e56f3132a48c7a6265d0045de70f4a Mon Sep 17 00:00:00 2001 From: Stuart Harris Date: Fri, 24 Jan 2025 18:56:33 +0000 Subject: [PATCH] crux_http v0.11.4 --- Cargo.lock | 2 +- crux_http/CHANGELOG.md | 8 ++++++++ crux_http/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5573001e..63f0cfe9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -386,7 +386,7 @@ dependencies = [ [[package]] name = "crux_http" -version = "0.11.3" +version = "0.11.4" dependencies = [ "anyhow", "assert_fs", diff --git a/crux_http/CHANGELOG.md b/crux_http/CHANGELOG.md index 3300ecd9..e1b14e74 100644 --- a/crux_http/CHANGELOG.md +++ b/crux_http/CHANGELOG.md @@ -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 diff --git a/crux_http/Cargo.toml b/crux_http/Cargo.toml index 0890fc03..2a64a678 100644 --- a/crux_http/Cargo.toml +++ b/crux_http/Cargo.toml @@ -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