Skip to content

Commit 2a23d8f

Browse files
committed
Increment version number to 0.15.0
1 parent e8c89d5 commit 2a23d8f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add the following to your `Cargo.toml`:
2323

2424
```toml
2525
[dependencies]
26-
etherparse = "0.14"
26+
etherparse = "0.15"
2727
```
2828

2929
## What is etherparse?

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog:
22

3-
## 0.14.0
3+
## 0.15.0
44

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

etherparse/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//!
1616
//! ```toml
1717
//! [dependencies]
18-
//! etherparse = "0.14"
18+
//! etherparse = "0.15"
1919
//! ```
2020
//!
2121
//! # What is etherparse?

etherparse_proptest_generators/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "etherparse_proptest_generators"
3-
version = "0.14.3"
3+
version = "0.15.0"
44
authors = ["Julian Schmid <info@julianschmid.name>"]
55
edition = "2021"
66
repository = "https://github.com/JulianSchmid/etherparse"

0 commit comments

Comments
 (0)