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+
4+ ## 0.18.3 - 2024-03-18
5+ [ 0.18.2...0.18.3] ( https://github.com/rust-lang/git2-rs/compare/git2-0.18.2...git2-0.18.3 )
6+
7+ ### Added
8+
9+ - Added ` opts:: ` functions to get / set libgit2 mwindow options
10+ [ #1035 ] ( https://github.com/rust-lang/git2-rs/pull/1035 )
11+
12+
13+ ### Changed
14+
15+ - Updated examples to use clap instead of structopt
16+ [ #1007 ] ( https://github.com/rust-lang/git2-rs/pull/1007 )
17+
318## 0.18.2 - 2024-02-06
419[ 0.18.1...0.18.2] ( https://github.com/rust-lang/git2-rs/compare/git2-0.18.1...git2-0.18.2 )
520
Original file line number Diff line number Diff line change 11[package ]
22name = " git2"
3- version = " 0.18.2 "
3+ version = " 0.18.3 "
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.2 "
9+ git2 = " 0.18.3 "
1010```
1111
1212## Rust version requirements
You can’t perform that action at this time.
0 commit comments