diff --git a/Cargo.lock b/Cargo.lock index 966234e2..138e160b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -721,7 +721,7 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "httpwg" -version = "0.2.4" +version = "0.2.5" dependencies = [ "b-x", "buffet", @@ -738,7 +738,7 @@ dependencies = [ [[package]] name = "httpwg-cli" -version = "0.2.3" +version = "0.2.4" dependencies = [ "buffet", "color-eyre", @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "httpwg-macros" -version = "0.2.3" +version = "0.2.4" dependencies = [ "httpwg", ] @@ -1014,7 +1014,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "loona" -version = "0.3.1" +version = "0.3.2" dependencies = [ "b-x", "buffet", @@ -1064,7 +1064,7 @@ dependencies = [ [[package]] name = "loona-hpack" -version = "0.4.2" +version = "0.4.3" dependencies = [ "hex", "serde", diff --git a/crates/httpwg-cli/CHANGELOG.md b/crates/httpwg-cli/CHANGELOG.md index 8a2a53e8..96ae9cc3 100644 --- a/crates/httpwg-cli/CHANGELOG.md +++ b/crates/httpwg-cli/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4](https://github.com/bearcove/loona/compare/httpwg-cli-v0.2.3...httpwg-cli-v0.2.4) - 2024-11-03 + +### Other + +- release + ## [0.2.3](https://github.com/bearcove/loona/compare/httpwg-cli-v0.2.2...httpwg-cli-v0.2.3) - 2024-09-05 ### Other diff --git a/crates/httpwg-cli/Cargo.toml b/crates/httpwg-cli/Cargo.toml index 4a5ab0a6..92151384 100644 --- a/crates/httpwg-cli/Cargo.toml +++ b/crates/httpwg-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "httpwg-cli" -version = "0.2.3" +version = "0.2.4" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/bearcove/loona" @@ -18,10 +18,10 @@ path = "src/main.rs" color-eyre = "0.6.3" eyre = "0.6.12" buffet = { version = "0.3.1", path = "../buffet" } -httpwg = { version = "0.2.4", path = "../httpwg" } +httpwg = { version = "0.2.5", path = "../httpwg" } lexopt = "0.3.0" libc = "0.2.155" tokio = { version = "1.39.2", features = ["time"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18" } -httpwg-macros = { version = "0.2.3", path = "../httpwg-macros" } +httpwg-macros = { version = "0.2.4", path = "../httpwg-macros" } diff --git a/crates/httpwg-loona/Cargo.toml b/crates/httpwg-loona/Cargo.toml index 34ed6f47..a9e75dd7 100644 --- a/crates/httpwg-loona/Cargo.toml +++ b/crates/httpwg-loona/Cargo.toml @@ -10,7 +10,7 @@ A reference HTTP 1+2 server for httpwg, powered by loona [dependencies] color-eyre = "0.6.3" -loona = { version = "0.3.1", path = "../loona" } +loona = { version = "0.3.2", path = "../loona" } buffet = { version = "0.3.1", path = "../buffet" } tracing = { version = "0.1.40" } tracing-subscriber = "0.3.18" diff --git a/crates/httpwg-macros/CHANGELOG.md b/crates/httpwg-macros/CHANGELOG.md index eeebae90..173a6c22 100644 --- a/crates/httpwg-macros/CHANGELOG.md +++ b/crates/httpwg-macros/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4](https://github.com/bearcove/loona/compare/httpwg-macros-v0.2.3...httpwg-macros-v0.2.4) - 2024-11-03 + +### Other + +- release + ## [0.2.3](https://github.com/bearcove/loona/compare/httpwg-macros-v0.2.2...httpwg-macros-v0.2.3) - 2024-09-05 ### Other diff --git a/crates/httpwg-macros/Cargo.toml b/crates/httpwg-macros/Cargo.toml index 26290011..f33a4fe4 100644 --- a/crates/httpwg-macros/Cargo.toml +++ b/crates/httpwg-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "httpwg-macros" -version = "0.2.3" +version = "0.2.4" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/bearcove/loona" @@ -12,4 +12,4 @@ Macros to allow generating httpwg unit tests rust-version = "1.75" [dependencies] -httpwg = { version = "0.2.4", path = "../httpwg" } +httpwg = { version = "0.2.5", path = "../httpwg" } diff --git a/crates/httpwg/CHANGELOG.md b/crates/httpwg/CHANGELOG.md index f2e3b2f1..bb5eb8f6 100644 --- a/crates/httpwg/CHANGELOG.md +++ b/crates/httpwg/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.5](https://github.com/bearcove/loona/compare/httpwg-v0.2.4...httpwg-v0.2.5) - 2024-11-03 + +### Other + +- updated the following local packages: loona-hpack + ## [0.2.4](https://github.com/bearcove/loona/compare/httpwg-v0.2.3...httpwg-v0.2.4) - 2024-09-17 ### Other diff --git a/crates/httpwg/Cargo.toml b/crates/httpwg/Cargo.toml index 9236daf8..3cf9c84c 100644 --- a/crates/httpwg/Cargo.toml +++ b/crates/httpwg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "httpwg" -version = "0.2.4" +version = "0.2.5" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/bearcove/loona" @@ -17,7 +17,7 @@ enumflags2 = "0.7.10" eyre = "0.6.12" buffet = { version = "0.3.1", path = "../buffet" } loona-h2 = { version = "0.4.1", path = "../loona-h2" } -loona-hpack = { version = "0.4.2", path = "../loona-hpack" } +loona-hpack = { version = "0.4.3", path = "../loona-hpack" } futures-util = "0.3.30" pretty-hex = "0.4.1" tokio = { version = "1.39.2", features = ["time"] } diff --git a/crates/loona-hpack/CHANGELOG.md b/crates/loona-hpack/CHANGELOG.md index cf933fd4..2b00cf53 100644 --- a/crates/loona-hpack/CHANGELOG.md +++ b/crates/loona-hpack/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.3](https://github.com/bearcove/loona/compare/loona-hpack-v0.4.2...loona-hpack-v0.4.3) - 2024-11-03 + +### Other + +- Do not panic when decode_integer fails + ## [0.4.2](https://github.com/bearcove/loona/compare/loona-hpack-v0.4.1...loona-hpack-v0.4.2) - 2024-09-17 ### Other diff --git a/crates/loona-hpack/Cargo.toml b/crates/loona-hpack/Cargo.toml index c9b1366b..8422b4fd 100644 --- a/crates/loona-hpack/Cargo.toml +++ b/crates/loona-hpack/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loona-hpack" -version = "0.4.2" +version = "0.4.3" authors = [ "Amos Wenger ", "Marko Lalic ", diff --git a/crates/loona/CHANGELOG.md b/crates/loona/CHANGELOG.md index 21103171..e4135ed1 100644 --- a/crates/loona/CHANGELOG.md +++ b/crates/loona/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2](https://github.com/bearcove/loona/compare/loona-v0.3.1...loona-v0.3.2) - 2024-11-03 + +### Other + +- release + ## [0.3.1](https://github.com/bearcove/loona/compare/loona-v0.3.0...loona-v0.3.1) - 2024-09-05 ### Other diff --git a/crates/loona/Cargo.toml b/crates/loona/Cargo.toml index 2c505971..33cfbff9 100644 --- a/crates/loona/Cargo.toml +++ b/crates/loona/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loona" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["http", "http1", "http2", "io-uring", "loona"] @@ -26,7 +26,7 @@ harness = false byteorder = "1.5.0" futures-util = "0.3.30" buffet = { version = "0.3.1", path = "../buffet" } -loona-hpack = { version = "0.4.2", path = "../loona-hpack" } +loona-hpack = { version = "0.4.3", path = "../loona-hpack" } http = "1.1.0" memchr = "2.7.4" nom = { version = "7.1.3", default-features = false } @@ -66,7 +66,7 @@ futures-util = { version = "0.3.30", default-features = false, features = [ ] } libc = "0.2.155" httpwg = { path = "../httpwg" } -httpwg-macros = { version = "0.2.3", path = "../httpwg-macros" } +httpwg-macros = { version = "0.2.4", path = "../httpwg-macros" } cargo-husky = { version = "1", features = ["user-hooks"] } criterion = "0.5.1" codspeed-criterion-compat = "2.6.0"