Skip to content

Commit

Permalink
Increment version number to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianSchmid committed May 26, 2024
1 parent e8c89d5 commit 2a23d8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
etherparse = "0.14"
etherparse = "0.15"
```

## What is etherparse?
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog:

## 0.14.0
## 0.15.0

* Added Linux SLL Support (thanks to @RabadanDotDev)
* Corrected bug where `SlicedPacket::from_ether_type` would not set link field in result.
Expand Down
2 changes: 1 addition & 1 deletion etherparse/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//!
//! ```toml
//! [dependencies]
//! etherparse = "0.14"
//! etherparse = "0.15"
//! ```
//!
//! # What is etherparse?
Expand Down
2 changes: 1 addition & 1 deletion etherparse_proptest_generators/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "etherparse_proptest_generators"
version = "0.14.3"
version = "0.15.0"
authors = ["Julian Schmid <info@julianschmid.name>"]
edition = "2021"
repository = "https://github.com/JulianSchmid/etherparse"
Expand Down

0 comments on commit 2a23d8f

Please sign in to comment.