File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.18.1 - 2023-09-20
4+ [ 0.18.0...0.18.1] ( https://github.com/rust-lang/git2-rs/compare/git2-0.18.0...git2-0.18.1 )
5+
6+ ### Added
7+
8+ - Added ` FetchOptions::depth ` to set the depth of a fetch or clone, adding support for shallow clones.
9+ [ #979 ] ( https://github.com/rust-lang/git2-rs/pull/979 )
10+
11+ ### Fixed
12+
13+ - Fixed an internal data type (` TreeWalkCbData ` ) to not assume it is a transparent type while casting.
14+ [ #989 ] ( https://github.com/rust-lang/git2-rs/pull/989 )
15+ - Fixed so that ` DiffPatchidOptions ` and ` StashSaveOptions ` are publicly exported allowing the corresponding APIs to actually be used.
16+ [ #988 ] ( https://github.com/rust-lang/git2-rs/pull/988 )
17+
318## 0.18.0 - 2023-08-28
419[ 0.17.2...0.18.0] ( https://github.com/rust-lang/git2-rs/compare/0.17.2...git2-0.18.0 )
520
Original file line number Diff line number Diff line change 11[package ]
22name = " git2"
3- version = " 0.18.0 "
3+ version = " 0.18.1 "
44authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ libgit2 bindings for Rust.
66
77``` toml
88[dependencies ]
9- git2 = " 0.18.0 "
9+ git2 = " 0.18.1 "
1010```
1111
1212## Rust version requirements
You can’t perform that action at this time.
0 commit comments