File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.17.2 - 2023-05-27
4+ [ 0.17.1...0.17.2] ( https://github.com/rust-lang/git2-rs/compare/0.17.1...0.17.2 )
5+
6+ ### Added
7+ - Added support for stashing with options (which can support partial stashing).
8+ [ #930 ] ( https://github.com/rust-lang/git2-rs/pull/930 )
9+
310## 0.17.1 - 2023-04-13
411[ 0.17.0...0.17.1] ( https://github.com/rust-lang/git2-rs/compare/0.17.0...0.17.1 )
512
Original file line number Diff line number Diff line change 11[package ]
22name = " git2"
3- version = " 0.17.1 "
3+ version = " 0.17.2 "
44authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
@@ -20,7 +20,7 @@ url = "2.0"
2020bitflags = " 1.1.0"
2121libc = " 0.2"
2222log = " 0.4.8"
23- libgit2-sys = { path = " libgit2-sys" , version = " 0.15.1 " }
23+ libgit2-sys = { path = " libgit2-sys" , version = " 0.15.2 " }
2424
2525[target ."cfg(all(unix, not(target_os = \"macos\")))" .dependencies ]
2626openssl-sys = { version = " 0.9.0" , optional = true }
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.17.1 "
9+ git2 = " 0.17.2 "
1010```
1111
1212## Rust version requirements
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.15.2+1.6.4 - 2023-05-27
4+ [ 0.15.1...0.15.2] ( https://github.com/rust-lang/git2-rs/compare/libgit2-sys-0.15.1+1.6.4...libgit2-sys-0.15.2+1.6.4 )
5+
6+ ### Added
7+
8+ - Added bindings for stash options.
9+ [ #930 ] ( https://github.com/rust-lang/git2-rs/pull/930 )
10+
311## 0.15.1+1.6.4 - 2023-04-13
412[ 0.15.0...0.15.1] ( https://github.com/rust-lang/git2-rs/compare/libgit2-sys-0.15.0+1.6.3...libgit2-sys-0.15.1+1.6.4 )
513
Original file line number Diff line number Diff line change 11[package ]
22name = " libgit2-sys"
3- version = " 0.15.1 +1.6.4"
3+ version = " 0.15.2 +1.6.4"
44authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
55links = " git2"
66build = " build.rs"
You can’t perform that action at this time.
0 commit comments