[PR #279] [MERGED] Prepare release of Client/Server 0.13 and Resolver 0.7 #1339

Closed
opened 2026-03-16 02:01:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/279
Author: @bluejekyll
Created: 11/1/2017
Status: Merged
Merged: 11/30/2017
Merged by: @bluejekyll

Base: masterHead: prepare-0.13


📝 Commits (10+)

  • d4986c0 bump versions on all crates
  • 75fe88d update Changelogs
  • 331430e fix typo
  • c5debce update changelog for CAA support
  • 35701ca Merge branch 'master' into prepare-0.13
  • 6adee41 Merge branch 'master' into prepare-0.13
  • 89c6e63 final changelog for 0.13 and 0.7
  • 0a28cdc update Cargo.lock for 0.13 and 0.7
  • fee585c fix rustfmt errors
  • ea0379a update RFC section in readme

📊 Changes

15 files changed (+128 additions, -90 deletions)

View changed files

📝 CHANGELOG.md (+18 -7)
📝 Cargo.lock (+69 -54)
📝 README.md (+2 -0)
📝 client/Cargo.toml (+1 -1)
📝 client/src/lib.rs (+1 -1)
📝 native-tls/Cargo.toml (+2 -2)
📝 openssl/Cargo.toml (+2 -2)
📝 resolver/CHANGELOG.md (+8 -0)
📝 resolver/Cargo.toml (+1 -1)
📝 resolver/src/hosts.rs (+1 -3)
📝 resolver/src/lib.rs (+1 -1)
📝 resolver/src/resolver_future.rs (+16 -10)
📝 rustls/Cargo.toml (+2 -2)
📝 server/Cargo.toml (+4 -4)
📝 server/src/lib.rs (+0 -2)

📄 Description

Reviewing Changelog of Resolver and Client/Server


🔄 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/279 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 11/1/2017 **Status:** ✅ Merged **Merged:** 11/30/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `prepare-0.13` --- ### 📝 Commits (10+) - [`d4986c0`](https://github.com/hickory-dns/hickory-dns/commit/d4986c09bf780e7d9069aa753ac3fa605e2c6782) bump versions on all crates - [`75fe88d`](https://github.com/hickory-dns/hickory-dns/commit/75fe88d9434b2cfb06d28d17029f1290f42f2ef8) update Changelogs - [`331430e`](https://github.com/hickory-dns/hickory-dns/commit/331430ebdd0d127adb330afecc22c85531fb5727) fix typo - [`c5debce`](https://github.com/hickory-dns/hickory-dns/commit/c5debce048758320662b2a5594467678e3007c41) update changelog for CAA support - [`35701ca`](https://github.com/hickory-dns/hickory-dns/commit/35701cae77fcc3d1a34b49a7a69cefcd287ceabd) Merge branch 'master' into prepare-0.13 - [`6adee41`](https://github.com/hickory-dns/hickory-dns/commit/6adee41374d71e7b0beebefac6d9a5f220e5b695) Merge branch 'master' into prepare-0.13 - [`89c6e63`](https://github.com/hickory-dns/hickory-dns/commit/89c6e631906c3aa91b24d1232f31d68803c19c3f) final changelog for 0.13 and 0.7 - [`0a28cdc`](https://github.com/hickory-dns/hickory-dns/commit/0a28cdca8ba430dd8b7723fd039da5245b0d94f5) update Cargo.lock for 0.13 and 0.7 - [`fee585c`](https://github.com/hickory-dns/hickory-dns/commit/fee585c68077490af45ddc973828910df16f8ecc) fix rustfmt errors - [`ea0379a`](https://github.com/hickory-dns/hickory-dns/commit/ea0379aea2fcbd676a4617f5543d4001b4f59bc6) update RFC section in readme ### 📊 Changes **15 files changed** (+128 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+18 -7) 📝 `Cargo.lock` (+69 -54) 📝 `README.md` (+2 -0) 📝 `client/Cargo.toml` (+1 -1) 📝 `client/src/lib.rs` (+1 -1) 📝 `native-tls/Cargo.toml` (+2 -2) 📝 `openssl/Cargo.toml` (+2 -2) 📝 `resolver/CHANGELOG.md` (+8 -0) 📝 `resolver/Cargo.toml` (+1 -1) 📝 `resolver/src/hosts.rs` (+1 -3) 📝 `resolver/src/lib.rs` (+1 -1) 📝 `resolver/src/resolver_future.rs` (+16 -10) 📝 `rustls/Cargo.toml` (+2 -2) 📝 `server/Cargo.toml` (+4 -4) 📝 `server/src/lib.rs` (+0 -2) </details> ### 📄 Description Reviewing Changelog of Resolver and Client/Server --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:01:04 +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#1339
No description provided.