[PR #1771] [MERGED] Prepare 0.22.0 release #2591

Closed
opened 2026-03-16 10:43:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1771
Author: @bluejekyll
Created: 8/30/2022
Status: Merged
Merged: 9/2/2022
Merged by: @djc

Base: mainHead: prepare-0.22.0


📝 Commits (5)

  • cb17984 update dependencies for 0.22.0 release
  • 1358e7c update changelog for 0.22.0 release
  • 7d829c0 prepare 0.22.0 release
  • a446f1b temporarily disable windows tests
  • 9dd3799 Increase MSRV to 1.59 with 0.22 release

📊 Changes

20 files changed (+175 additions, -120 deletions)

View changed files

📝 .github/workflows/test.yml (+3 -2)
📝 CHANGELOG.md (+53 -0)
📝 Cargo.lock (+75 -74)
📝 README.md (+2 -2)
📝 bin/Cargo.toml (+6 -6)
📝 bin/README.md (+1 -1)
📝 crates/async-std-resolver/Cargo.toml (+3 -3)
📝 crates/async-std-resolver/README.md (+1 -1)
📝 crates/client/Cargo.toml (+2 -2)
📝 crates/client/README.md (+1 -1)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/proto/README.md (+1 -1)
📝 crates/recursor/Cargo.toml (+3 -3)
📝 crates/resolver/Cargo.toml (+2 -2)
📝 crates/resolver/README.md (+2 -2)
📝 crates/server/Cargo.toml (+5 -5)
📝 crates/server/README.md (+1 -1)
📝 tests/compatibility-tests/Cargo.toml (+2 -2)
📝 tests/integration-tests/Cargo.toml (+6 -6)
📝 util/Cargo.toml (+5 -5)

📄 Description

There's a bunch in the changelog. Sorry for waiting so long on this release!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1771 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 8/30/2022 **Status:** ✅ Merged **Merged:** 9/2/2022 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `prepare-0.22.0` --- ### 📝 Commits (5) - [`cb17984`](https://github.com/hickory-dns/hickory-dns/commit/cb179843bc943b0063932b715846d6808cf0d5be) update dependencies for 0.22.0 release - [`1358e7c`](https://github.com/hickory-dns/hickory-dns/commit/1358e7cfcf0d529347fcf43d8be9bf1d08903a84) update changelog for 0.22.0 release - [`7d829c0`](https://github.com/hickory-dns/hickory-dns/commit/7d829c04f250a6cf14272af7da0e8c5398b8fd7d) prepare 0.22.0 release - [`a446f1b`](https://github.com/hickory-dns/hickory-dns/commit/a446f1b6364a253ad750e4c558dcd5cd58f34bf9) temporarily disable windows tests - [`9dd3799`](https://github.com/hickory-dns/hickory-dns/commit/9dd3799eeca2f0973162644f8605c69007569334) Increase MSRV to 1.59 with 0.22 release ### 📊 Changes **20 files changed** (+175 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+3 -2) 📝 `CHANGELOG.md` (+53 -0) 📝 `Cargo.lock` (+75 -74) 📝 `README.md` (+2 -2) 📝 `bin/Cargo.toml` (+6 -6) 📝 `bin/README.md` (+1 -1) 📝 `crates/async-std-resolver/Cargo.toml` (+3 -3) 📝 `crates/async-std-resolver/README.md` (+1 -1) 📝 `crates/client/Cargo.toml` (+2 -2) 📝 `crates/client/README.md` (+1 -1) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/proto/README.md` (+1 -1) 📝 `crates/recursor/Cargo.toml` (+3 -3) 📝 `crates/resolver/Cargo.toml` (+2 -2) 📝 `crates/resolver/README.md` (+2 -2) 📝 `crates/server/Cargo.toml` (+5 -5) 📝 `crates/server/README.md` (+1 -1) 📝 `tests/compatibility-tests/Cargo.toml` (+2 -2) 📝 `tests/integration-tests/Cargo.toml` (+6 -6) 📝 `util/Cargo.toml` (+5 -5) </details> ### 📄 Description There's a bunch in the changelog. Sorry for waiting so long on this release! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 10:43:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2591
No description provided.