Skip to content

Commit dd41077

Browse files
committed
Bump git2 to 0.20.3
This updates the git2 crate to 0.20.3, with only one change to increase the requirement of libgit2-sys to 0.18.3 to force an update to libgit2 1.9.2. This is only done as a caution to ensure that packages that are only checking direct-dependency versions will pick up the update.
1 parent a6a58e2 commit dd41077

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.20.3 - 2025-12-06
4+
[0.20.2...0.20.3](https://github.com/rust-lang/git2-rs/compare/git2-0.20.2...git2-0.20.3)
5+
6+
### Changed
7+
8+
- Bumped requirement to libgit2-sys 0.18.3, which updates libgit2 from 1.9.0 to 1.9.2.
9+
[#1197](https://github.com/rust-lang/git2-rs/pull/1197)
10+
311
## 0.20.2 - 2025-05-05
412
[0.20.1...0.20.2](https://github.com/rust-lang/git2-rs/compare/git2-0.20.1...git2-0.20.2)
513

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git2"
3-
version = "0.20.2"
3+
version = "0.20.3"
44
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ libgit2 bindings for Rust.
66

77
```toml
88
[dependencies]
9-
git2 = "0.20.2"
9+
git2 = "0.20.3"
1010
```
1111

1212
## Rust version requirements

0 commit comments

Comments
 (0)