Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Feb 25, 2024
1 parent b9c97fc commit 521f8f3
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 13 deletions.
50 changes: 39 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,56 +2,84 @@

All notable changes to this project will be documented in this file.

## [0.4.0] - 2024-02-25

### Features

- Validate address when reading the config ([02b741d](https://github.com/BiznetGIO/digs/commit/02b741dcded1107fcc895ac506b8df1a6e84bee7))
- Optional port in config file ([256c1a3](https://github.com/BiznetGIO/digs/commit/256c1a39d17c10c6f010743846aa099f9b700c42))
- **BREAKING!** ⚠️ : optional port in config file

## [0.3.1] - 2023-01-04

### Performance

- Use `writeln!` for better performance ([80addf6](80addf646c8196accd2445451cc3dc4eb6b911cd))
- Use `writeln!` for better performance ([80addf6](https://github.com/BiznetGIO/digs/commit/80addf646c8196accd2445451cc3dc4eb6b911cd))

## [0.3.0] - 2023-01-03

### Features

- Print config snippets of error location ([7879671](787967106ca614037cace3fc876f06aad0f5cd49))
- Print config snippets of error location ([7879671](https://github.com/BiznetGIO/digs/commit/787967106ca614037cace3fc876f06aad0f5cd49))

## [0.2.2] - 2022-12-28

### Performance

- Migrate to `owo-color` ([64dc398](64dc398cf05da3920f5b9f8c5a7b0d082965d57e))
- Migrate to `owo-color` ([64dc398](https://github.com/BiznetGIO/digs/commit/64dc398cf05da3920f5b9f8c5a7b0d082965d57e))

It has fewer dependencies

## [0.2.1] - 2022-12-21

### Bug fixes

- Wrong crate name in error message ([5aa6f47](5aa6f47705afc2e45b2482b64a48579bc9dfeda5))
- Wrong crate name in error message ([5aa6f47](https://github.com/BiznetGIO/digs/commit/5aa6f47705afc2e45b2482b64a48579bc9dfeda5))

## [0.2.0] - 2022-12-21

### Features

- Better error messsage ([f069b3e](f069b3e423302ed04377f1662a5c603078e672c4))
- Better error messsage ([f069b3e](https://github.com/BiznetGIO/digs/commit/f069b3e423302ed04377f1662a5c603078e672c4))

### Bug fixes

- Change `--file` to `--config` ([4969414](49694145a80e0d5f8c10b7660a77822b93fdec93))
- Change `--file` to `--config` ([4969414](https://github.com/BiznetGIO/digs/commit/49694145a80e0d5f8c10b7660a77822b93fdec93))

It is more self-describable.

## [0.1.6] - 2021-04-20

### Bug fixes

- Tell user if no zone found ([4e5cd51](4e5cd51482ea69da364ff92101e5286e9e7a817d))
- Tell user if no zone found ([4e5cd51](https://github.com/BiznetGIO/digs/commit/4e5cd51482ea69da364ff92101e5286e9e7a817d))

If the target record is not found, show the default record (SOA).
Otherwise, it's no zone.

## [0.1.5] - 2021-04-08

### Bug fixes

- Avoid all panics with proper error handling ([71a6e4b](71a6e4bbb33f75dac03579d897788e53d8a44e63))
- Panic if default config also doesn't exist ([fb84831](fb84831eae98a09c21818f3678ad9ec644350ca0))
- Avoid all panics with proper error handling ([71a6e4b](https://github.com/BiznetGIO/digs/commit/71a6e4bbb33f75dac03579d897788e53d8a44e63))

Make sure all the `unwrap()` is safe and has proper error handling

- Panic if default config also doesn't exist ([fb84831](https://github.com/BiznetGIO/digs/commit/fb84831eae98a09c21818f3678ad9ec644350ca0))

## [0.1.2] - 2021-02-22

### Features

- Use name server reply (SOA) if record answer is empty ([2e93189](2e93189efcd00e81280af6bd4d16b3fdda55a35e))
- Support CNAME record ([4ce3318](4ce3318be855f2e0a9888fd7d5a0289afaf4cb20))
- Use name server reply (SOA) if record answer is empty ([2e93189](https://github.com/BiznetGIO/digs/commit/2e93189efcd00e81280af6bd4d16b3fdda55a35e))

If the answer is empty digs will display nothing. Instead of this
behavior, digs will show the default reply of DNS name server which
is a SOA record.

Other DNS command-line client such as `dig` and `dog` also has this
behavior.

- Support CNAME record ([4ce3318](https://github.com/BiznetGIO/digs/commit/4ce3318be855f2e0a9888fd7d5a0289afaf4cb20))

Digs now able to query CNAME record
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "digs"
version = "0.3.1"
version = "0.4.0"
authors = ["azzamsa <[email protected]>"]
categories = ["command-line-utilities"]
edition = "2018"
Expand Down

0 comments on commit 521f8f3

Please sign in to comment.