Skip to content

Commit 01ca770

Browse files
committed
Release crates-index-diff v11.1.0
1 parent 09489ab commit 01ca770

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,45 @@ 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+
## 11.1.0 (2022-08-30)
9+
10+
### New Features
11+
12+
- <csr-id-09489ab888124954119c70a5828f0e1011198253/> make the name of the remote configurable.
13+
This is primarily used in testing and we try even harder to make it fail
14+
to deal with squashed remote references, but it seems to work fine.
15+
16+
For good measure, now using `+` in the refspec to assure it forces
17+
an update.
18+
19+
### Bug Fixes
20+
21+
- <csr-id-cdcac4127490713de60e19d007ebcac0a2459c0d/> assure refs can be reet when fetching to support squashing.
22+
Previously tests didn't replicate this, now they do.
23+
24+
### Commit Statistics
25+
26+
<csr-read-only-do-not-edit/>
27+
28+
- 4 commits contributed to the release over the course of 1 calendar day.
29+
- 1 day passed between releases.
30+
- 2 commits where understood as [conventional](https://www.conventionalcommits.org).
31+
- 1 unique issue was worked on: [#16](https://github.com/Byron/crates-index-diff-rs/issues/16)
32+
33+
### Commit Details
34+
35+
<csr-read-only-do-not-edit/>
36+
37+
<details><summary>view details</summary>
38+
39+
* **[#16](https://github.com/Byron/crates-index-diff-rs/issues/16)**
40+
- fix assertion message ([`51559b8`](https://github.com/Byron/crates-index-diff-rs/commit/51559b87a7c6b28b626e74b64445335d9a9f813a))
41+
* **Uncategorized**
42+
- make the name of the remote configurable. ([`09489ab`](https://github.com/Byron/crates-index-diff-rs/commit/09489ab888124954119c70a5828f0e1011198253))
43+
- assure refs can be reet when fetching to support squashing. ([`cdcac41`](https://github.com/Byron/crates-index-diff-rs/commit/cdcac4127490713de60e19d007ebcac0a2459c0d))
44+
- Add test to validate we can deal with squashed indices ([`ed4ba38`](https://github.com/Byron/crates-index-diff-rs/commit/ed4ba38ce3875372c35cbd9476b1e922065f2f78))
45+
</details>
46+
847
## 11.0.0 (2022-08-28)
948

1049
### Changed (BREAKING)
@@ -25,7 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2564

2665
<csr-read-only-do-not-edit/>
2766

28-
- 38 commits contributed to the release over the course of 1 calendar day.
67+
- 39 commits contributed to the release over the course of 1 calendar day.
2968
- 97 days passed between releases.
3069
- 2 commits where understood as [conventional](https://www.conventionalcommits.org).
3170
- 1 unique issue was worked on: [#16](https://github.com/Byron/crates-index-diff-rs/issues/16)
@@ -80,6 +119,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
80119
- refactor ([`ecd84eb`](https://github.com/Byron/crates-index-diff-rs/commit/ecd84eb489824abd7589526c864cbd8dfebb3a55))
81120
- a script to create an index fixture ([`9a5f312`](https://github.com/Byron/crates-index-diff-rs/commit/9a5f312b781e82a35d7ae9812e8d8095e371d656))
82121
* **Uncategorized**
122+
- Release crates-index-diff v11.0.0 ([`898024f`](https://github.com/Byron/crates-index-diff-rs/commit/898024ffe563e9b776f928fa9e41065ac2dcdd06))
83123
- Merge branch 'semantic-stability' ([`b7574d8`](https://github.com/Byron/crates-index-diff-rs/commit/b7574d8e518390e00d5eb50579c8644ed2f85eb2))
84124
- thanks clippy ([`9e9b972`](https://github.com/Byron/crates-index-diff-rs/commit/9e9b9726c4ea59ead04f071928042e65bc2e0204))
85125
</details>

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 = "11.0.0"
9+
version = "11.1.0"
1010
edition = "2018"
1111
readme = "changelog.md"
1212
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md"]

0 commit comments

Comments
 (0)