Skip to content

Commit

Permalink
Prepare release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Feb 28, 2024
1 parent 4536efa commit dc34671
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snmp-parser"
version = "0.9.0"
version = "0.10.0"
description = "Parser for the SNMP protocol"
license = "MIT/Apache-2.0"
keywords = ["SNMP","protocol","parser","nom"]
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ and is part of the [Rusticata](https://github.com/rusticata) project.

## Changes

### 0.10.0

- Update asn1-rs to 0.6

### 0.9.0

- Convert to asn1-rs
Expand Down

0 comments on commit dc34671

Please sign in to comment.