version bumped to 0.5.1

This commit is contained in:
Benjamin Fry 2016-03-30 23:20:11 -07:00
parent 8981f5e6bd
commit ba7da2aae3
3 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [unreleased]
## 0.5.1 2016-03-30
### Added
- NSEC3 resolver validation
- data-ecoding as a dependency (base32hex)

2
Cargo.lock generated
View File

@ -1,6 +1,6 @@
[root]
name = "trust-dns"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"chrono 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
"data-encoding 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "trust-dns"
version = "0.5.0"
version = "0.5.1"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
# A short blurb about the package. This is not rendered in any format when