Skip to content

Commit 91df107

Browse files
committed
Release crates-index-diff v8.0.1
1 parent 76ae38d commit 91df107

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## Unreleased
8+
## 8.0.1 (2022-02-14)
99

1010
- Only download the master branch on clone, not all branches, to greatly reduce the initial download size from nearly 800MB to just about 100MB.
1111

@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
<details><summary>view details</summary>
2626

2727
* **Uncategorized**
28-
- prepare changelog ([`962ff4e`](https://github.com/Byron/crates-index-diff-rs/commit/962ff4e504584da0f1cb852b73a756827020d91d))
28+
- prepare changelog ([`76ae38d`](https://github.com/Byron/crates-index-diff-rs/commit/76ae38d8bccc3518c11bb9f5154b8fd8a993e13f))
2929
- Add some more debugging info to failing test ([`b111e03`](https://github.com/Byron/crates-index-diff-rs/commit/b111e037619a9e36f5227957b46eaaeece8321f4))
3030
- Only fetch the master crates.io branch, not all branches ([`79cf4ca`](https://github.com/Byron/crates-index-diff-rs/commit/79cf4cab3c444b3c53c43050fd222db984e4c717))
3131
</details>
@@ -599,19 +599,11 @@ Add a tutorial to the documentation.
599599

600600
* **makefile:** make quick tests quick again ([9aa756ae](https://github.com/Byron/crates-index-diff-rs/commit/9aa756ae534e78fc1c9148a0f6eda27ff07350b5))
601601
- <csr-id-9aa756ae534e78fc1c9148a0f6eda27ff07350b5/> make quick tests quick again
602-
603-
#### Features
604-
605602
* **display:** implementation for changetype ([8ed9a81f](https://github.com/Byron/crates-index-diff-rs/commit/8ed9a81f0a84c43944f29f8407554303d84f7248))
606603

607-
608-
609604
### New Features
610605

611606
- <csr-id-8ed9a81f0a84c43944f29f8407554303d84f7248/> implementation for changetype
612-
613-
#### Chore
614-
615607
- <csr-id-de4a284687fb476dd70bed3a4eb7e1737aff57ea/> v1.0.1
616608

617609
### Commit Statistics
@@ -635,6 +627,9 @@ Add a tutorial to the documentation.
635627
- crates.io badge ([`304dfaf`](https://github.com/Byron/crates-index-diff-rs/commit/304dfafe95b23703f3b6d11230b487304d5d6bd0))
636628
</details>
637629

630+
<csr-unknown>
631+
FeaturesChore<csr-unknown/>
632+
638633
## v1.0.0 (2016-12-26)
639634

640635
<csr-id-381e7cc1e59a3695f3f07061467ade159822dbcb/>

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

0 commit comments

Comments
 (0)