Skip to content

Commit 3d31375

Browse files
authored
Merge pull request #8 from schneedotdev/release-plz-2024-08-16T02-21-41Z
chore: release v0.1.1
2 parents 5b20b8c + 3353a46 commit 3d31375

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.1.1](https://github.com/schneedotdev/til/compare/v0.1.0...v0.1.1) - 2024-08-16
10+
11+
### Added
12+
- change name of binary
13+
14+
### Docs
15+
- updated command comments
16+
# Changelog

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "today-i-learned"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["Brian Schnee"]
66
license = "Unlicense OR MIT"

0 commit comments

Comments
 (0)