Skip to content

Commit 489f6d3

Browse files
committed
Release 0.19.0
1 parent 3778952 commit 489f6d3

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
4+
## 0.19.0 - 2024-03-18
5+
[0.18.2...0.19.0](https://github.com/rust-lang/git2-rs/compare/git2-0.18.2...git2-0.19.0)
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

+1-1
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.19.0"
44
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

README.md

+1-1
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.19.0"
1010
```
1111

1212
## Rust version requirements

0 commit comments

Comments
 (0)