Skip to content

Commit

Permalink
release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drmason13 committed Apr 17, 2022
1 parent 25966e3 commit 3a8e655
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]


## [0.1.1] - 2022-04-17
### Added
* A run! macro to easily run a solution ([@hulufei](https://github.com/hulufei))

### Changed
* Split run method of Solution into two methods, run and report. By default report prints the output, and run calls report


## [0.1.0] - 2021-05-08
### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "advent_of_code_traits"
version = "0.1.0"
version = "0.1.1"
authors = ["drmason13 <[email protected]>"]
edition = "2018"
repository = "https://github.com/drmason13/advent_of_code_traits"
Expand Down
4 changes: 2 additions & 2 deletions examples/boilerplate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "boilerplate"
version = "0.1.0"
version = "0.1.1"
authors = ["drmason13 <[email protected]>"]
edition = "2018"

[dependencies]
advent_of_code_traits = { version = "0.1.0", path = "../../" }
advent_of_code_traits = { version = "0.1.1", path = "../../" }

0 comments on commit 3a8e655

Please sign in to comment.