Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianSchmid committed May 26, 2024
1 parent 7af3a82 commit e8c89d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog:

## 0.14.0

* Added Linux SLL Support (thanks to @RabadanDotDev)
* Corrected bug where `SlicedPacket::from_ether_type` would not set link field in result.

## 0.14.3

* Resolved compile errors for 16 bit systems.
Expand Down
2 changes: 1 addition & 1 deletion etherparse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "etherparse"
version = "0.14.3"
version = "0.15.0"
authors = ["Julian Schmid <[email protected]>"]
edition = "2021"
repository = "https://github.com/JulianSchmid/etherparse"
Expand Down

0 comments on commit e8c89d5

Please sign in to comment.