Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
balliegojr committed Oct 4, 2023
1 parent 834034f commit 7353139
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions simple-dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.5.6 (2023-10-04)

### Fix
- Name compression now considers the full domain when creating pointers.

### Added
- Add TryFrom<'str> and TryInto<'str> for TXT records as a convenience to work with long TXT records

# 0.5.5 (2023-09-14)

### 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.5.5"
version = "0.5.6"
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 7353139

Please sign in to comment.