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 1
1
# Changelog
2
2
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
+
3
10
## 0.17.1 - 2023-04-13
4
11
[ 0.17.0...0.17.1] ( https://github.com/rust-lang/git2-rs/compare/0.17.0...0.17.1 )
5
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " git2"
3
- version = " 0.17.1 "
3
+ version = " 0.17.2 "
4
4
authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
@@ -20,7 +20,7 @@ url = "2.0"
20
20
bitflags = " 1.1.0"
21
21
libc = " 0.2"
22
22
log = " 0.4.8"
23
- libgit2-sys = { path = " libgit2-sys" , version = " 0.15.1 " }
23
+ libgit2-sys = { path = " libgit2-sys" , version = " 0.15.2 " }
24
24
25
25
[target ."cfg(all(unix, not(target_os = \"macos\")))" .dependencies ]
26
26
openssl-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.
6
6
7
7
``` toml
8
8
[dependencies ]
9
- git2 = " 0.17.1 "
9
+ git2 = " 0.17.2 "
10
10
```
11
11
12
12
## Rust version requirements
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## 0.15.1+1.6.4 - 2023-04-13
4
12
[ 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 )
5
13
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libgit2-sys"
3
- version = " 0.15.1 +1.6.4"
3
+ version = " 0.15.2 +1.6.4"
4
4
authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
5
5
links = " git2"
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments