Skip to content

Commit 3a8e655

Browse files
committed
release: v0.1.1
1 parent 25966e3 commit 3a8e655

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
10+
## [0.1.1] - 2022-04-17
811
### Added
912
* A run! macro to easily run a solution ([@hulufei](https://github.com/hulufei))
1013

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

1515
## [0.1.0] - 2021-05-08
1616
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "advent_of_code_traits"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["drmason13 <drmason13@users.noreply.github.com>"]
55
edition = "2018"
66
repository = "https://github.com/drmason13/advent_of_code_traits"

examples/boilerplate/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "boilerplate"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["drmason13 <drmason13@users.noreply.github.com>"]
55
edition = "2018"
66

77
[dependencies]
8-
advent_of_code_traits = { version = "0.1.0", path = "../../" }
8+
advent_of_code_traits = { version = "0.1.1", path = "../../" }

0 commit comments

Comments
 (0)