Skip to content

Commit 5523383

Browse files
committed
chore: bump up to version 0.2.0
1 parent d226cb9 commit 5523383

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## 0.2.0
4+
5+
* Improve randomness of hashpatties
6+
* Fix a problem causing hashpatties to be shorter than specified in some edge cases
7+
38
## 0.1.0
49

510
* Initial release

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "hburger"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use fasthash::FastHash;
77
#[derive(Parser)]
88
#[command(
99
name = "hburger",
10-
version = "0.1.0",
10+
version = "0.2.0",
1111
about = "Turn strings into hashburgers"
1212
)]
1313
struct Args {

0 commit comments

Comments
 (0)