Skip to content

Commit

Permalink
Update changelog and manifest for beta releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubensei committed Dec 8, 2024
1 parent d846671 commit c9a6d75
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to

## [Unreleased]

## [Unreleased-sys]

## [0.7.0-beta.0] - 2024-12-08

### Added

- Add `wait` recv methods back
Expand All @@ -30,7 +34,7 @@ and this project adheres to

- All generic OS errors will be properly handled as `WinDivertError::OsError`

## [Unreleased-sys]
## [sys-0.11.0-beta.0] - 2024-12-08

### Changed

Expand Down Expand Up @@ -120,6 +124,8 @@ and this project adheres to

[unreleased]: https://github.com/Rubensei/windivert-rust/compare/windivert-0.6.0...HEAD
[unreleased-sys]: https://github.com/Rubensei/windivert-rust/compare/windivert-sys-0.10.0...HEAD
[0.7.0-beta.0]: https://github.com/Rubensei/windivert-rust/compare/windivert-0.6.0...windivert-0.7.0-beta.0
[sys-0.11.0-beta.0]: https://github.com/Rubensei/windivert-rust/compare/windivert-sys-0.10.0...windivert-sys-0.11.0-beta.0
[0.6.0]: https://github.com/Rubensei/windivert-rust/compare/windivert-0.5.5...windivert-0.6.0
[sys-0.10.0]: https://github.com/Rubensei/windivert-rust/compare/windivert-sys-0.9.3...windivert-sys-0.10.0
[sys-0.9.3]: https://github.com/Rubensei/windivert-rust/compare/windivert-sys-0.9.2...windivert-sys-0.9.3
Expand Down
2 changes: 1 addition & 1 deletion windivert-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "windivert-sys"
version = "0.11.0-alpha.3"
version = "0.11.0-beta.0"
description = "Raw FFI bindings for WinDivert user mode library"
authors = ["Ruben Serrano Izquierdo <rserranoizq@gmail.com>"]
repository = "https://github.com/Rubensei/windivert-rust.git"
Expand Down
4 changes: 2 additions & 2 deletions windivert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "windivert"
version = "0.7.0-alpha.3"
version = "0.7.0-beta.0"
description = "Wrapper library around windivert-sys"
authors = ["Ruben Serrano Izquierdo <rserranoizq@gmail.com>"]
repository = "https://github.com/Rubensei/windivert-rust.git"
Expand All @@ -21,7 +21,7 @@ static = ["vendored", "windivert-sys/static"]
[dependencies]
etherparse = "0.16"
thiserror = "1"
windivert-sys = { version = "0.11.0-alpha.3", path = "../windivert-sys" }
windivert-sys = { version = "0.11.0-beta.0", path = "../windivert-sys" }

[dev-dependencies]
mockall = "0.13"
Expand Down

0 comments on commit c9a6d75

Please sign in to comment.