Skip to content

Commit

Permalink
chore(version): release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk committed Nov 22, 2024
1 parent ff4e907 commit c8ea7ad
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [0.3.1] - 2024-11-22

### Documentation

- **cli**: correctly say that input is captured from stdin (d411fd9)

### Miscellaneous Tasks

- **deps**: bump dependencies en masse (4864712)
- **deps**: bump yansi dependency to 1.0 (cfb2863)
- update git-cliff used in CI to 2.7 (25589aa)

### Refactor

- replace anyhow dependency with eyre (eaa79e7)

### Styling

- **clippy**: explicitly set truncate to false when loading state file (ff4e907)

## [0.3.0] - 2023-11-21

### Features
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.3.0"
version = "0.3.1"
authors = ["Marcin Puc <[email protected]>"]
edition = "2021"
description = "A simple CLI tool for interacting with Advent of Code"
Expand Down

0 comments on commit c8ea7ad

Please sign in to comment.