Skip to content

Commit

Permalink
update changelog and simple-dns version
Browse files Browse the repository at this point in the history
  • Loading branch information
balliegojr committed Feb 27, 2024
1 parent 0c7d8d3 commit f0b9c30
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

5 changes: 5 additions & 0 deletions simple-dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.6.2 (2024-02-27)

### Added
- Add NAPTR record type parsing (RFC 3403)

# 0.6.1 (2024-02-11)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion simple-dns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple-dns"
version = "0.6.1"
version = "0.6.2"
authors = ["Ilson Roberto Balliego Junior <ilson.balliego@gmail.com>"]
edition = "2021"
description = "Rust implementation to parse and write DNS packets"
Expand Down

0 comments on commit f0b9c30

Please sign in to comment.