From d346718e80fbe2b67f894ac61ca14805ba3dba8d Mon Sep 17 00:00:00 2001 From: Dominik Braun Date: Tue, 15 Jun 2021 17:17:11 +0200 Subject: [PATCH] Add release 0.10.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 524d286..72921a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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). +## [0.10.0] - 2021-06-15 + +### Added +* Add `--output` flag for `timetrace status` (#129) +* Add `--format` flag for `timetrace status` (#114, #123, #124) +* Add Starship support +* Add Scoop support + +### Changed +* Remove seconds from printed durations (#113) + ## [0.9.0] - 2021-06-09 ### Added