diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..78c5562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,16 @@ # Changelog +All notable changes to this project will be documented in this file. + +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](https://github.com/schneedotdev/til/compare/v0.1.0...v0.1.1) - 2024-08-16 + +### Added +- change name of binary + +### Docs +- updated command comments +# Changelog diff --git a/Cargo.lock b/Cargo.lock index 8c06888..19c4250 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,7 +349,7 @@ dependencies = [ [[package]] name = "today-i-learned" -version = "0.1.0" +version = "0.1.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index b1432f4..61e75c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "today-i-learned" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Brian Schnee"] license = "Unlicense OR MIT"