Skip to content

Commit dc63db5

Browse files
authored
Merge pull request #990 from ehuss/new-release
Release 0.18.1
2 parents a66496a + 83c0d98 commit dc63db5

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+
## 0.18.1 - 2023-09-20
4+
[0.18.0...0.18.1](https://github.com/rust-lang/git2-rs/compare/git2-0.18.0...git2-0.18.1)
5+
6+
### Added
7+
8+
- Added `FetchOptions::depth` to set the depth of a fetch or clone, adding support for shallow clones.
9+
[#979](https://github.com/rust-lang/git2-rs/pull/979)
10+
11+
### Fixed
12+
13+
- Fixed an internal data type (`TreeWalkCbData`) to not assume it is a transparent type while casting.
14+
[#989](https://github.com/rust-lang/git2-rs/pull/989)
15+
- Fixed so that `DiffPatchidOptions` and `StashSaveOptions` are publicly exported allowing the corresponding APIs to actually be used.
16+
[#988](https://github.com/rust-lang/git2-rs/pull/988)
17+
318
## 0.18.0 - 2023-08-28
419
[0.17.2...0.18.0](https://github.com/rust-lang/git2-rs/compare/0.17.2...git2-0.18.0)
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.0"
3+
version = "0.18.1"
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.0"
9+
git2 = "0.18.1"
1010
```
1111

1212
## Rust version requirements

0 commit comments

Comments
 (0)