Skip to content

Commit d63307c

Browse files
committed
bump version
1 parent 56e2e8f commit d63307c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.2.1 - 2023-03-22
4+
5+
### Features
6+
7+
- Rust: default to importCargoLock if git sources were found
8+
- Rust: deduplicate outputHashes based on git revisions
9+
310
## v0.2.0 - 2023-03-19
411

512
### Features

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = ["license-store-cache"]
33

44
[workspace.package]
5-
version = "0.2.0"
5+
version = "0.2.1"
66
authors = ["figsoda <[email protected]>"]
77
edition = "2021"
88
license = "MPL-2.0"

0 commit comments

Comments
 (0)