Skip to content

Commit

Permalink
Updated for 0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianSchmid committed Jul 24, 2022
1 parent 6be2b7d commit aebf1a5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "etherparse"
version = "0.11.0"
version = "0.12.0"
authors = ["Julian Schmid <info@julianschmid.name>"]
edition = "2018"
repository = "https://github.com/JulianSchmid/etherparse"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
etherparse = "0.11.0"
etherparse = "0.12.0"
```

## What is etherparse?
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog:

## 0.12.0

* Add `payload_ether_type` method to `SlicedPacket` & `PacketHeaders`

## 0.11.0

### New Features:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//!
//! ```toml
//! [dependencies]
//! etherparse = "0.11.0"
//! etherparse = "0.12.0"
//! ```
//!
//! # What is etherparse?
Expand Down

0 comments on commit aebf1a5

Please sign in to comment.