Skip to content

Commit

Permalink
Release xdp 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Feb 27, 2025
1 parent 779cc39 commit 5206057
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.5.0] - 2025-02-27
### Changed
- [PR#15](https://github.com/Jake-Shadle/xdp/pull/15) renamed `UdpPacket` -> `UdpHeaders`, and changed the contents to be the actual headers that can be de/serialized from/to the packet buffer.
- [PR#15](https://github.com/Jake-Shadle/xdp/pull/15) moved to edition 2024.
Expand Down Expand Up @@ -61,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial crate squat

<!-- next-url -->
[Unreleased]: https://github.com/Jake-Shadle/xdp/compare/0.4.0...HEAD
[Unreleased]: https://github.com/Jake-Shadle/xdp/compare/0.5.0...HEAD
[0.5.0]: https://github.com/Jake-Shadle/xdp/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/Jake-Shadle/xdp/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/Jake-Shadle/xdp/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/Jake-Shadle/xdp/compare/0.1.0...0.2.0
Expand Down
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xdp"
version = "0.4.0"
version = "0.5.0"
edition = "2024"
description = "AF_XDP socket support without C dependencies"
license = "Apache-2.0 OR MIT"
Expand All @@ -27,5 +27,5 @@ members = [

[workspace.dependencies]
test-utils = { version = "0.1.0", path = "./crates/test-utils" }
xdp = { version = "0.4.0", path = ".", features = ["__debug"] }
xdp = { version = "0.5.0", path = ".", features = ["__debug"] }
etherparse = "0.17"

0 comments on commit 5206057

Please sign in to comment.