Skip to content

Commit ad2f6d9

Browse files
committed
Release crates-index-diff v12.1.0
1 parent 74866b4 commit ad2f6d9

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 12.1.0 (2022-09-29)
9+
10+
### New Features
11+
12+
- <csr-id-74866b44ada127894b63969818e64564a294c8d0/> re-export `git-repository` as `git`
13+
This makes type conversions possible where needed.
14+
15+
### Commit Statistics
16+
17+
<csr-read-only-do-not-edit/>
18+
19+
- 1 commit contributed to the release.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' where seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- re-export `git-repository` as `git` ([`74866b4`](https://github.com/Byron/crates-index-diff-rs/commit/74866b44ada127894b63969818e64564a294c8d0))
31+
</details>
32+
833
## 12.0.0 (2022-09-29)
934

1035
This release is v11.2, but correctly indicates the **breaking change** introduced by upgrading
@@ -14,7 +39,7 @@ This release is v11.2, but correctly indicates the **breaking change** introduce
1439

1540
<csr-read-only-do-not-edit/>
1641

17-
- 2 commits contributed to the release.
42+
- 3 commits contributed to the release.
1843
- 8 days passed between releases.
1944
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
2045
- 1 unique issue was worked on: [#23](https://github.com/Byron/crates-index-diff-rs/issues/23)
@@ -28,6 +53,8 @@ This release is v11.2, but correctly indicates the **breaking change** introduce
2853
* **[#23](https://github.com/Byron/crates-index-diff-rs/issues/23)**
2954
- update changelog prior to release ([`6017b3f`](https://github.com/Byron/crates-index-diff-rs/commit/6017b3fe3f46079e86181d1a7107cd77dd1ab797))
3055
- update version to 12.0 to indicate breaking change via git-repository ([`1fcac4b`](https://github.com/Byron/crates-index-diff-rs/commit/1fcac4b92ec7d2ef90206dabeebc7d07322b0723))
56+
* **Uncategorized**
57+
- Release crates-index-diff v12.0.0 ([`ee27555`](https://github.com/Byron/crates-index-diff-rs/commit/ee275556b2bac9845b9dc71165df8caf51bad6a5))
3158
</details>
3259

3360
## 11.2.0 (2022-09-20)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["crates", "index", "diff"]
66
license = "MIT"
77
name = "crates-index-diff"
88
repository = "https://github.com/Byron/crates-index-diff-rs"
9-
version = "12.0.0"
9+
version = "12.1.0"
1010
edition = "2018"
1111
readme = "changelog.md"
1212
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md"]

0 commit comments

Comments
 (0)