diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c7fc5556..0ef1e41fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.21.0 - TBD +## 0.21.0 - 2026-05-18 [0.20.4...main](https://github.com/rust-lang/git2-rs/compare/git2-0.20.4...main) ### Added diff --git a/git2-curl/CHANGELOG.md b/git2-curl/CHANGELOG.md index a2eb29eef2..d67f6e213d 100644 --- a/git2-curl/CHANGELOG.md +++ b/git2-curl/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.22.0 - 2026-05-18 +[0.21.0...0.22.0](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.21.0...git2-curl-0.22.0) + +- Updated to [git2 0.21.0](../CHANGELOG.md#0210---2026-05-18) + ## 0.21.0 - 2025-01-04 [0.20.0...0.21.0](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.20.0...git2-curl-0.21.0) diff --git a/git2-curl/src/lib.rs b/git2-curl/src/lib.rs index 6fa4532772..b931ab1111 100644 --- a/git2-curl/src/lib.rs +++ b/git2-curl/src/lib.rs @@ -15,7 +15,7 @@ //! > **NOTE**: At this time this crate likely does not support a `git push` //! > operation, only clones. -#![doc(html_root_url = "https://docs.rs/git2-curl/0.21")] +#![doc(html_root_url = "https://docs.rs/git2-curl/0.22")] #![deny(missing_docs)] #![warn(rust_2018_idioms)] #![cfg_attr(test, deny(warnings))]