Skip to content

Commit

Permalink
Merge pull request #12 from cmars/release-plz-2024-03-08T01-06-41Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
cmars committed Mar 8, 2024
2 parents 0dd6e1a + fe774d9 commit 0b4af78
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 39 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.1.6] - 2024-03-08

### 🐛 Bug Fixes

- Improve indexing performance with sha2 crate

<!-- generated by git-cliff -->
## [0.1.5] - 2024-03-03

### ⚙️ Miscellaneous Tasks
Expand Down
76 changes: 38 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
homepage = "https://github.com/cmars/distrans"
license = "MPL-2.0"
repository = "https://github.com/cmars/distrans"
version = "0.1.5"
version = "0.1.6"

# Config for 'cargo dist'
[workspace.metadata.dist]
Expand Down
7 changes: 7 additions & 0 deletions distrans-fileindex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.1.6] - 2024-03-08

### 🐛 Bug Fixes

- Improve indexing performance with sha2 crate

<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
## [0.1.3] - 2024-03-02
Expand Down
7 changes: 7 additions & 0 deletions distrans-peer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.1.6] - 2024-03-08

### 🐛 Bug Fixes

- Improve indexing performance with sha2 crate

<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
## [0.1.3] - 2024-03-02
Expand Down

0 comments on commit 0b4af78

Please sign in to comment.