Skip to content

Commit 26bfd30

Browse files
committed
Update version of git2 to 0.20.2
1 parent 5bc3baa commit 26bfd30

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.20.2 - 2025-05-05
4+
[0.20.1...0.20.2](https://github.com/rust-lang/git2-rs/compare/git2-0.20.1...git2-0.20.2)
5+
6+
### Added
7+
8+
- Added `Status::WT_UNREADABLE`.
9+
[#1151](https://github.com/rust-lang/git2-rs/pull/1151)
10+
11+
### Fixed
12+
13+
- Added missing codes for `GIT_EDIRECTORY`, `GIT_EMERGECONFLICT`, `GIT_EUNCHANGED`, `GIT_ENOTSUPPORTED`, and `GIT_EREADONLY` to `Error::raw_code`.
14+
[#1153](https://github.com/rust-lang/git2-rs/pull/1153)
15+
- Fixed missing initialization in `Indexer::new`.
16+
[#1160](https://github.com/rust-lang/git2-rs/pull/1160)
17+
318
## 0.20.1 - 2025-03-17
419
[0.20.0...0.20.1](https://github.com/rust-lang/git2-rs/compare/git2-0.20.0...git2-0.20.1)
520

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

README.md

+1-1
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.1"
9+
git2 = "0.20.2"
1010
```
1111

1212
## Rust version requirements

0 commit comments

Comments
 (0)