Skip to content

Commit

Permalink
Prepare 0.23.1 (#2056)
Browse files Browse the repository at this point in the history
* update versions to 0.23.1

* update readmes for forward reference to 0.24 and Hickory DNS
  • Loading branch information
bluejekyll committed Oct 13, 2023
1 parent a0523a5 commit 228210c
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).

All notes should be prepended with the location of the change, e.g. `(proto)` or `(resolver)`.

## 0.23.1

### Changed

- (all) **NOTICE** This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organization and repo, from 0.24.0 onward.

## 0.23.0

### Fixed
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Expand Up @@ -15,7 +15,7 @@ members = [
exclude = ["fuzz"]

[workspace.package]
version = "0.23.0"
version = "0.23.1"
authors = ["The contributors to Trust-DNS"]
edition = "2021"
rust-version = "1.64.0"
Expand All @@ -28,11 +28,11 @@ license = "MIT OR Apache-2.0"

[workspace.dependencies]
# trustdns
trust-dns-client = { version = "0.23.0", path = "crates/client", default-features = false }
trust-dns-recursor = { version = "0.23.0", path = "crates/recursor", default-features = false }
trust-dns-resolver = { version = "0.23.0", path = "crates/resolver", default-features = false }
trust-dns-server = { version = "0.23.0", path = "crates/server", default-features = false }
trust-dns-proto = { version = "0.23.0", path = "crates/proto", default-features = false }
trust-dns-client = { version = "0.23.1", path = "crates/client", default-features = false }
trust-dns-recursor = { version = "0.23.1", path = "crates/recursor", default-features = false }
trust-dns-resolver = { version = "0.23.1", path = "crates/resolver", default-features = false }
trust-dns-server = { version = "0.23.1", path = "crates/server", default-features = false }
trust-dns-proto = { version = "0.23.1", path = "crates/proto", default-features = false }


# logging
Expand Down
4 changes: 3 additions & 1 deletion README.md
@@ -1,4 +1,6 @@
[![minimum rustc: 1.64](https://img.shields.io/badge/minimum%20rustc-1.64-green?logo=rust)](https://www.whatrustisit.com)
**NOTICE** This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organization and repo.

[![minimum rustc: 1.67](https://img.shields.io/badge/minimum%20rustc-1.67-green?logo=rust)](https://www.whatrustisit.com)
[![Build Status](https://github.com/bluejekyll/trust-dns/workflows/test/badge.svg?branch=main)](https://github.com/bluejekyll/trust-dns/actions?query=workflow%3Atest)
[![codecov](https://codecov.io/gh/bluejekyll/trust-dns/branch/main/graph/badge.svg)](https://codecov.io/gh/bluejekyll/trust-dns)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE-MIT)
Expand Down
1 change: 1 addition & 0 deletions bin/README.md
@@ -1,3 +1,4 @@
**NOTICE** This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organization and repo, this crate/binary has been moved to [hickory-dns](https://crates.io/crates/hickory-dns), from `0.24`
# Overview

Trust-DNS provides a binary for hosting or forwarding DNS zones.
Expand Down
2 changes: 2 additions & 0 deletions crates/async-std-resolver/README.md
@@ -1,3 +1,5 @@
**NOTICE** This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organization and repo, from `0.24` and onward.

# Overview

Trust-DNS Async-Std Resolver is a library which implements the DNS resolver using the Trust-DNS Resolver library.
Expand Down
2 changes: 2 additions & 0 deletions crates/client/README.md
@@ -1,3 +1,5 @@
**NOTICE** This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organization and repo, this crate/binary has been moved to [hickory-client](https://crates.io/crates/hickory-client), from `0.24` and onward.

# Overview

Trust-DNS is a library which implements the DNS protocol and client side functions.
Expand Down
2 changes: 2 additions & 0 deletions crates/proto/README.md
@@ -1,3 +1,5 @@
**NOTICE** This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organization and repo, this crate/binary has been moved to [hickory-proto](https://crates.io/crates/hickory-proto), from `0.24` and onward.

# Overview

Trust-DNS Proto is the foundational DNS protocol library and implementation for Trust-DNS. Unless you want to manipulate the DNS packets directly, it is likely not the library you want. Please see Trust-DNS [Resolver](https://crates.io/crates/trust-dns-resolver), [Client](https://crates.io/crates/trust-dns-client), or [Server](https://crates.io/crates/trust-dns-server) for higher level interfaces.
Expand Down
2 changes: 2 additions & 0 deletions crates/recursor/README.md
@@ -1,3 +1,5 @@
**NOTICE** This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organization and repo, this crate/binary has been moved to [hickory-recursor](https://crates.io/crates/hickory-recursor), from `0.24` and onward.

# Overview

Trust-DNS Recursor is a library which implements recursive resolution for DNS. This is currently experimental, test coverage is low and full scope of tests haven't been determined yet.
Expand Down
2 changes: 2 additions & 0 deletions crates/resolver/README.md
@@ -1,3 +1,5 @@
**NOTICE** This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organization and repo, this crate/binary has been moved to [hickory-resolver](https://crates.io/crates/hickory-resolver), from `0.24` and onward.

# Overview

Trust-DNS Resolver is a library which implements the DNS resolver using the Trust-DNS Proto library.
Expand Down
2 changes: 2 additions & 0 deletions crates/server/README.md
@@ -1,3 +1,5 @@
**NOTICE** This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organization and repo, this crate/binary has been moved to [hickory-server](https://crates.io/crates/hickory-server), from `0.24` and onward.

# Overview

Trust-DNS Server is a library which implements the zone authoritory functionality.
Expand Down

0 comments on commit 228210c

Please sign in to comment.