Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #222

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Cargo.lock

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

15 changes: 15 additions & 0 deletions crates/b-x/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0](https://github.com/bearcove/loona/releases/tag/b-x-v1.0.0) - 2024-08-21

### Other
- Fix doc errors
- Fix TLS example
- so close (for this batch)
- 4
12 changes: 12 additions & 0 deletions crates/buffet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/bearcove/loona/compare/buffet-v0.2.1...buffet-v0.3.0) - 2024-08-21

### Added
- Run miri in CI

### Other
- 4
- 9 errors left
- more error-enum-ifiying
- Get rid of color-eyre dependency
- Fix httpwg-over-tcp

## [0.2.1](https://github.com/bearcove/loona/compare/buffet-v0.2.0...buffet-v0.2.1) - 2024-08-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion crates/buffet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "buffet"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/loona"
Expand Down
5 changes: 5 additions & 0 deletions crates/httpwg-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/bearcove/loona/compare/httpwg-cli-v0.2.1...httpwg-cli-v0.2.2) - 2024-08-21

### Other
- Fix httpwg-over-tcp

## [0.2.1](https://github.com/bearcove/loona/compare/httpwg-cli-v0.2.0...httpwg-cli-v0.2.1) - 2024-08-14

### Added
Expand Down
8 changes: 4 additions & 4 deletions crates/httpwg-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "httpwg-cli"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/loona"
Expand All @@ -17,11 +17,11 @@ path = "src/main.rs"
[dependencies]
color-eyre = "0.6.3"
eyre = "0.6.12"
buffet = { version = "0.2.1", path = "../buffet" }
httpwg = { version = "0.2.1", path = "../httpwg" }
buffet = { version = "0.3.0", path = "../buffet" }
httpwg = { version = "0.2.2", 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.1", path = "../httpwg-macros" }
httpwg-macros = { version = "0.2.2", path = "../httpwg-macros" }
4 changes: 2 additions & 2 deletions crates/httpwg-loona/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ harness = false

[dependencies]
color-eyre = "0.6.3"
loona = { version = "0.2.1", path = "../loona" }
buffet = { version = "0.2.1", path = "../buffet" }
loona = { version = "0.3.0", path = "../loona" }
buffet = { version = "0.3.0", path = "../buffet" }
tracing = { version = "0.1.40", features = ["release_max_level_debug"] }
tracing-subscriber = "0.3.18"
tokio = { version = "1.39.2", features = ["macros", "sync", "process"] }
Expand Down
5 changes: 5 additions & 0 deletions crates/httpwg-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/bearcove/loona/compare/httpwg-macros-v0.2.1...httpwg-macros-v0.2.2) - 2024-08-21

### Other
- updated the following local packages: httpwg

## [0.2.1](https://github.com/bearcove/loona/compare/httpwg-macros-v0.2.0...httpwg-macros-v0.2.1) - 2024-08-14

### Added
Expand Down
4 changes: 2 additions & 2 deletions crates/httpwg-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "httpwg-macros"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/loona"
Expand All @@ -12,4 +12,4 @@ Macros to allow generating httpwg unit tests
rust-version = "1.75"

[dependencies]
httpwg = { version = "0.2.1", path = "../httpwg" }
httpwg = { version = "0.2.2", path = "../httpwg" }
5 changes: 5 additions & 0 deletions crates/httpwg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/bearcove/loona/compare/httpwg-v0.2.1...httpwg-v0.2.2) - 2024-08-21

### Other
- 4

## [0.2.1](https://github.com/bearcove/loona/compare/httpwg-v0.2.0...httpwg-v0.2.1) - 2024-08-14

### Added
Expand Down
8 changes: 4 additions & 4 deletions crates/httpwg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "httpwg"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/loona"
Expand All @@ -15,9 +15,9 @@ rust-version = "1.75"
bytes = "1.7.1"
enumflags2 = "0.7.10"
eyre = "0.6.12"
buffet = { version = "0.2.1", path = "../buffet" }
loona-h2 = { version = "0.2.1", path = "../loona-h2" }
loona-hpack = { version = "0.3.2", path = "../loona-hpack" }
buffet = { version = "0.3.0", path = "../buffet" }
loona-h2 = { version = "0.3.0", path = "../loona-h2" }
loona-hpack = { version = "0.4.0", path = "../loona-hpack" }
futures-util = "0.3.30"
pretty-hex = "0.4.1"
tokio = { version = "1.39.2", features = ["time"] }
Expand Down
7 changes: 7 additions & 0 deletions crates/loona-h2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/bearcove/loona/compare/loona-h2-v0.2.1...loona-h2-v0.3.0) - 2024-08-21

### Other
- 9 errors left
- [ci skip] logo URL update
- Add loona logo to a couple more readmes

## [0.2.1](https://github.com/bearcove/loona/compare/loona-h2-v0.2.0...loona-h2-v0.2.1) - 2024-08-14

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions crates/loona-h2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loona-h2"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/loona"
Expand All @@ -15,7 +15,7 @@ rust-version = "1.75"
enum-repr = "0.2.6"
enumflags2 = "0.7.10"
nom = { version = "7.1.3", default-features = false }
buffet = { version = "0.2.1", path = "../buffet" }
buffet = { version = "0.3.0", path = "../buffet" }
thiserror = "1.0.63"
byteorder = "1.5.0"
tracing = "0.1.40"
7 changes: 7 additions & 0 deletions crates/loona-hpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0](https://github.com/bearcove/loona/compare/loona-hpack-v0.3.2...loona-hpack-v0.4.0) - 2024-08-21

### Other
- 9 errors left
- [ci skip] logo URL update
- Add loona logo to a couple more readmes

## [0.3.2](https://github.com/bearcove/loona/compare/loona-hpack-v0.3.1...loona-hpack-v0.3.2) - 2024-08-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion crates/loona-hpack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loona-hpack"
version = "0.3.2"
version = "0.4.0"
authors = [
"Amos Wenger <[email protected]>",
"Marko Lalic <[email protected]>",
Expand Down
17 changes: 17 additions & 0 deletions crates/loona/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/bearcove/loona/compare/loona-v0.2.1...loona-v0.3.0) - 2024-08-21

### Other
- Fix TLS example
- Everything passes
- mh
- so close (for this batch)
- 4
- ahh
- kmn
- ohey error count back to 78?
- 9 errors left
- wip
- more error-enum-ifiying
- [ci skip] logo URL update
- Also add logo to main crate

## [0.2.1](https://github.com/bearcove/loona/compare/loona-v0.2.0...loona-v0.2.1) - 2024-08-14

### Fixed
Expand Down
12 changes: 6 additions & 6 deletions crates/loona/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loona"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["http", "http1", "http2", "io-uring", "loona"]
Expand All @@ -25,8 +25,8 @@ harness = false
[dependencies]
byteorder = "1.5.0"
futures-util = "0.3.30"
buffet = { version = "0.2.1", path = "../buffet" }
loona-hpack = { version = "0.3.2", path = "../loona-hpack" }
buffet = { version = "0.3.0", path = "../buffet" }
loona-hpack = { version = "0.4.0", path = "../loona-hpack" }
http = "1.1.0"
memchr = "2.7.4"
nom = { version = "7.1.3", default-features = false }
Expand All @@ -39,11 +39,11 @@ smallvec = { version = "1.13.2", default-features = false, features = [
thiserror = { version = "1.0.63", default-features = false }
tokio = { version = "1.39.2", features = ["macros", "sync"] }
tracing = { version = "0.1.40", default-features = false }
loona-h2 = { version = "0.2.1", path = "../loona-h2" }
loona-h2 = { version = "0.3.0", path = "../loona-h2" }
b-x = { version = "1.0.0", path = "../b-x" }

[dev-dependencies]
buffet = { version = "0.2.1", path = "../buffet" }
buffet = { version = "0.3.0", path = "../buffet" }
bytes = { version = "1.7.1", default-features = false }
pretty_assertions = { version = "1.4.0", default-features = false, features = [
"std",
Expand All @@ -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.1", path = "../httpwg-macros" }
httpwg-macros = { version = "0.2.2", path = "../httpwg-macros" }
cargo-husky = { version = "1", features = ["user-hooks"] }
criterion = "0.5.1"
codspeed-criterion-compat = "2.6.0"
Expand Down