diff --git a/CHANGELOG.md b/CHANGELOG.md index eee8391..e335e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.1] - 2026-03-15 + +### Fixed +- `devlog today` not showing commits due to git interpreting date-only `--since` as current time instead of midnight + ## [0.1.0] - 2026-03-15 ### Added diff --git a/build.gradle.kts b/build.gradle.kts index 51505d5..0ee883b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "dev.vikey" -version = "0.1.0" +version = "0.1.1" application { mainClass.set("dev.vikey.devlog.MainKt")