Skip to content

Commit 4b87ed0

Browse files
committed
v0.1.6
1 parent 75e0d4d commit 4b87ed0

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

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

5-
- tell user if no zone found
5+
# 0.1.6 (2021-04-20)
6+
7+
Bug fixes:
8+
- Tell user if no zone found. If the target record is not found, show the default record (SOA). Otherwise, it's no zone.
69

710
# 0.1.5 (2021-04-08)
811

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.5"
4+
version = "0.1.6"
55
authors = ["azzamsa <[email protected]>"]
66
repository = "https://github.com/BiznetGIO/digs"
77
keywords = ["cli", "dns", "dig"]

0 commit comments

Comments
 (0)