Skip to content

Commit 4d004a3

Browse files
committed
v0.2.0
1 parent 319b6a2 commit 4d004a3

File tree

3 files changed

+22
-36
lines changed

3 files changed

+22
-36
lines changed

CHANGELOG.md

Lines changed: 18 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,33 @@
1-
# TBD
1+
# Changelog
22

3-
Unreleased changes. Release notes have not yet been written.
3+
All notable changes to this project will be documented in this file.
44

5-
# 0.1.7 (2021-11-20)
5+
## [0.2.0] - 2022-12-21
66

7-
Development:
7+
### Features
88

9-
- Revert Clap to v2. The v3 API is always changing.
9+
- Better error messsage ([f069b3e](f069b3e423302ed04377f1662a5c603078e672c4))
1010

11-
# 0.1.6 (2021-04-20)
11+
### Bug fixes
1212

13-
Bug fixes:
13+
- Change `--file` to `--config` ([4969414](49694145a80e0d5f8c10b7660a77822b93fdec93))
1414

15-
- Tell user if no zone found. If the target record is not found, show the default record (SOA). Otherwise, it's no zone.
15+
## [0.1.6] - 2021-04-20
1616

17-
# 0.1.5 (2021-04-08)
17+
### Bug fixes
1818

19-
This release include fixes for creates.io workflow.
19+
- Tell user if no zone found ([4e5cd51](4e5cd51482ea69da364ff92101e5286e9e7a817d))
2020

21-
# 0.1.4 (2021-04-08)
21+
## [0.1.5] - 2021-04-08
2222

23-
digs 0.1.4 a minor version release that fixes config bugs.
24-
Starting from this version the code-base also free from `unwrap`.
25-
Thus hopefully ensure no `panic` will occur.
23+
### Bug fixes
2624

27-
Bug fixes:
25+
- Avoid all panics with proper error handling ([71a6e4b](71a6e4bbb33f75dac03579d897788e53d8a44e63))
26+
- Panic if default config also doesn't exist ([fb84831](fb84831eae98a09c21818f3678ad9ec644350ca0))
2827

29-
- [BUG #7](https://github.com/BiznetGIO/digs/pull/7): fix panic if default config also doesn't exist
30-
- [BUG #8](https://github.com/BiznetGIO/digs/pull/8): avoid all panics with proper Error handling
28+
## [0.1.2] - 2021-02-22
3129

32-
# 0.1.3 (2021-04-01)
30+
### Features
3331

34-
Feature enhancements:
35-
36-
- [FEATURE #5]: Return different exit code and give more context to the error
37-
38-
# 0.1.2 (2021-02-22)
39-
40-
Feature enhancements:
41-
42-
- [FEATURE #2]: Support querying CNAME record
43-
- [FEATURE #2]: Use name server reply (SOA) if record answer is empty
44-
45-
# 0.1.1
46-
47-
Initial release
32+
- Use name server reply (SOA) if record answer is empty ([2e93189](2e93189efcd00e81280af6bd4d16b3fdda55a35e))
33+
- Support CNAME record ([4ce3318](4ce3318be855f2e0a9888fd7d5a0289afaf4cb20))

Cargo.lock

Lines changed: 3 additions & 3 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,6 +1,6 @@
11
[package]
22
name = "digs"
3-
version = "0.1.7"
3+
version = "0.2.0"
44
authors = ["azzamsa <[email protected]>"]
55
categories = ["command-line-utilities"]
66
edition = "2018"

0 commit comments

Comments
 (0)