We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aeb3ef commit c8a9e88Copy full SHA for c8a9e88
1 file changed
CHANGELOG.md
@@ -1,5 +1,21 @@
1
# Changelog
2
3
+## 0.20.4 - 2026-02-02
4
+[0.20.3...0.20.4](https://github.com/rust-lang/git2-rs/compare/git2-0.20.3...git2-0.20.4)
5
+
6
+### Fixed
7
8
+- Fix undefined behavior when dereferencing empty `Buf`.
9
+ [#1213](https://github.com/rust-lang/git2-rs/pull/1213)
10
11
+## 0.20.3 - 2025-12-06
12
+[0.20.2...0.20.3](https://github.com/rust-lang/git2-rs/compare/git2-0.20.2...git2-0.20.3)
13
14
+### Changed
15
16
+- Bumped requirement to libgit2-sys 0.18.3, which updates libgit2 from 1.9.0 to 1.9.2.
17
+ [#1197](https://github.com/rust-lang/git2-rs/pull/1197)
18
19
## 0.20.2 - 2025-05-05
20
[0.20.1...0.20.2](https://github.com/rust-lang/git2-rs/compare/git2-0.20.1...git2-0.20.2)
21
0 commit comments