Skip to content

Commit

Permalink
Prepare release 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Sep 16, 2024
1 parent 9afcb6c commit 7c725d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://github.com/rusticata/tls-parser"
repository = "https://github.com/rusticata/tls-parser.git"
documentation = "https://docs.rs/tls-parser"
name = "tls-parser"
version = "0.12.1"
version = "0.12.2"
authors = ["Pierre Chifflier <[email protected]>"]
categories = ["network-programming", "parser-implementations"]
edition = "2018"
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ values than to get a generic parse error).

## Changes

### 0.12.2

- Reintroduce lifetime in `parse_content_and_signature`, compiler infers a wrong lifetime
when elided.

### 0.12.1

- Set MAX_RECORD_LEN to 2^14 + 256 for TLSCipherText (#72)
Expand Down

0 comments on commit 7c725d6

Please sign in to comment.