|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.20.0 - 2025-01-04 |
| 4 | +[0.19.0...0.20.0](https://github.com/rust-lang/git2-rs/compare/git2-0.19.0...git2-0.20.0) |
| 5 | + |
| 6 | +### Added |
| 7 | + |
| 8 | +- `Debug` is now implemented for `transport::Service` |
| 9 | + [#1074](https://github.com/rust-lang/git2-rs/pull/1074) |
| 10 | +- Added `Repository::commondir` |
| 11 | + [#1079](https://github.com/rust-lang/git2-rs/pull/1079) |
| 12 | +- Added `Repository::merge_base_octopus` |
| 13 | + [#1088](https://github.com/rust-lang/git2-rs/pull/1088) |
| 14 | +- Restored impls for `PartialOrd`, `Ord`, and `Hash` for bitflags types that were inadvertently removed in a prior release. |
| 15 | + [#1096](https://github.com/rust-lang/git2-rs/pull/1096) |
| 16 | +- Added `CheckoutBuilder::disable_pathspec_match` |
| 17 | + [#1107](https://github.com/rust-lang/git2-rs/pull/1107) |
| 18 | +- Added `PackBuilder::write` |
| 19 | + [#1110](https://github.com/rust-lang/git2-rs/pull/1110) |
| 20 | + |
| 21 | +### Changed |
| 22 | + |
| 23 | +- ❗ Updated to libgit2 [1.9.0](https://github.com/libgit2/libgit2/releases/tag/v1.9.0) |
| 24 | + [#1111](https://github.com/rust-lang/git2-rs/pull/1111) |
| 25 | +- ❗ Removed the `ssh_key_from_memory` Cargo feature, it was unused. |
| 26 | + [#1087](https://github.com/rust-lang/git2-rs/pull/1087) |
| 27 | +- ❗ Errors from `Tree::walk` are now correctly reported to the caller. |
| 28 | + [#1098](https://github.com/rust-lang/git2-rs/pull/1098) |
| 29 | +- ❗ The `trace_set` callback now takes a `&[u8]` instead of a `&str`. |
| 30 | + [#1071](https://github.com/rust-lang/git2-rs/pull/1071) |
| 31 | +- ❗ `Error::last_error` now returns `Error` instead of `Option<Error>`. |
| 32 | + [#1072](https://github.com/rust-lang/git2-rs/pull/1072) |
| 33 | + |
| 34 | +### Fixed |
| 35 | + |
| 36 | +- Fixed `OdbReader::read` return value. |
| 37 | + [#1061](https://github.com/rust-lang/git2-rs/pull/1061) |
| 38 | +- When a credential helper executes a shell command, don't pop open a console window on Windows. |
| 39 | + [#1075](https://github.com/rust-lang/git2-rs/pull/1075) |
| 40 | + |
3 | 41 | ## 0.19.0 - 2024-06-13
|
4 | 42 | [0.18.3...0.19.0](https://github.com/rust-lang/git2-rs/compare/git2-0.18.3...git2-0.19.0)
|
5 | 43 |
|
|
0 commit comments