Skip to content

Commit 86a25c4

Browse files
authored
chore(main): release 0.2.0 (#7)
2 parents fe9a582 + bb5edb2 commit 86a25c4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/LunchTimeCode/hay/compare/v0.1.0...v0.2.0) (2024-08-13)
4+
5+
6+
### Features
7+
8+
* check command ([1dbfc96](https://github.com/LunchTimeCode/hay/commit/1dbfc9623f23d749dc90cfa48f5e5596f0e7c23d))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update rust crate serde_json to v1.0.124 ([6331608](https://github.com/LunchTimeCode/hay/commit/6331608c7263b72df3a555f8662b810b6a611ad2))
14+
* **deps:** update serde monorepo to v1.0.207 ([b977f12](https://github.com/LunchTimeCode/hay/commit/b977f1223215628dcadcc1f1f8f703485cafcbc7))
15+
* format ([0762fbc](https://github.com/LunchTimeCode/hay/commit/0762fbcaaeae3fc44d6364be4edfe962a2823d67))
16+
* typo in command comment ([c259e7e](https://github.com/LunchTimeCode/hay/commit/c259e7ed6ebe521991a9f54d970b870a50b30be3))
17+
318
## 0.1.0 (2024-08-12)
419

520

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 = "hay"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
repository = "https://github.com/LunchTimeCode/hay"
66
authors = ["Silen Locatelli"]

0 commit comments

Comments
 (0)