Skip to content

Commit d566588

Browse files
committed
v0.1.2
1 parent 2e93189 commit d566588

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Unreleased changes. Release notes have not yet been written.
44

5+
# 0.1.2 (2021-02-22)
6+
7+
Feature enhancements:
8+
9+
- [FEATURE #2]: Support querying CNAME record
10+
- [FEATURE #2]: Use name server reply (SOA) if record answer is empty
11+
12+
513
# 0.1.1
614

715
Initial release

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "digs"
33
description = "digs many at once"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
authors = ["azzamsa <[email protected]>"]
66
categories = ["command-line-utilities"]
77
edition = "2018"

0 commit comments

Comments
 (0)