Skip to content

Commit

Permalink
bump version to 0.23.2 for lib.rs notices
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejekyll committed Oct 23, 2023
1 parent 6034baf commit 7a889f4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.2

### Changed

- (all) Added Hickory DNS notice to all library root docs

## 0.23.1

### Changed
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [
exclude = ["fuzz"]

[workspace.package]
version = "0.23.1"
version = "0.23.2"
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.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 }
trust-dns-client = { version = "0.23.2", path = "crates/client", default-features = false }
trust-dns-recursor = { version = "0.23.2", path = "crates/recursor", default-features = false }
trust-dns-resolver = { version = "0.23.2", path = "crates/resolver", default-features = false }
trust-dns-server = { version = "0.23.2", path = "crates/server", default-features = false }
trust-dns-proto = { version = "0.23.2", path = "crates/proto", default-features = false }


# logging
Expand Down

0 comments on commit 7a889f4

Please sign in to comment.