Skip to content

Commit

Permalink
chore(version): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk committed Dec 9, 2022
1 parent fb47152 commit f74510f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## v0.2.0 - 2022-12-09
#### Documentation
- show how to save input to file in Usage - (568c4c9) - tranzystorek-io
- add more info to About section in README - (d9e7243) - tranzystorek-io
#### Features
- **(cli)** fine-tune how --year and --day flags can be used - (92d168e) - *tranzystorek-io*
- validate state when deserializing - (fb47152) - tranzystorek-io

- - -

## v0.1.2 - 2022-12-06
#### Bug Fixes
- avoid preemptively creating cache file in case of a miss - (db82cfa) - tranzystorek-io
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "arrive"
version = "0.1.2"
version = "0.2.0"
authors = ["Marcin Puc <tranzystorek.io@protonmail.com>"]
edition = "2021"
description = "A simple CLI tool for interacting with Advent of Code"
Expand Down

0 comments on commit f74510f

Please sign in to comment.