Skip to content

Commit

Permalink
chore(version): v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk committed Dec 6, 2022
1 parent db82cfa commit 35b4d43
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.1.2 - 2022-12-06
#### Bug Fixes
- avoid preemptively creating cache file in case of a miss - (db82cfa) - tranzystorek-io
- properly handle HTTP status codes - (5c59120) - tranzystorek-io
#### Miscellaneous Chores
- add github release badge to README - (7fa396f) - tranzystorek-io
- add crates.io badge to README - (129fed4) - tranzystorek-io

- - -

## v0.1.1 - 2022-12-06
#### Bug Fixes
- avoid appending an unnecessary newline to input files - (a776bf8) - 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.1"
version = "0.1.2"
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 35b4d43

Please sign in to comment.