Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 30, 2023
1 parent cde6e32 commit 562be15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/kunish/simpledns/compare/v0.1.0...v0.2.0) (2023-07-30)


### Features

* replace crate trust-dns-resolver with dnsclient ([6906f6e](https://github.com/kunish/simpledns/commit/6906f6ea93a3eddebb8eea90516c0e7248ef3662))

## 0.1.0 (2023-07-30)


Expand Down
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,7 +1,7 @@
[package]
name = "simpledns"
description = "A simple dns resolver CLI"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 562be15

Please sign in to comment.