Skip to content

Commit a7f2ac4

Browse files
authoredMar 19, 2024
Merge pull request #1036 from rpelliard/release-0.19.0
Release 0.18.3
2 parents 3778952 + 1456fcd commit a7f2ac4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed
 

‎CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git2"
3-
version = "0.18.2"
3+
version = "0.18.3"
44
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
Please sign in to comment.