From b44a50872ff3c2fe177d575376ffc41c01e1138f Mon Sep 17 00:00:00 2001 From: Jeff Parent Date: Sun, 28 Oct 2018 00:28:51 -0500 Subject: [PATCH] Release 0.4.3 Added - Added "license" and "changelog" commands, prints relative files - Added threshold support - Added "standup" command, prints what you did yesterday and what is due today - Added "today" command, printing tasks due today sorted by "at" time - Added support for "at" time Changed - Cleaned up compile time warnings - Fixed bug (temporarily) in Control.Monad.TestFixture, pointing at changes until upstream publishes - Requires stack version >= 1.7 - Moved 'todo.cabal' to ignore list, new stack uses yaml and autogenerates todo.cabal - Fixed Key/Value pair to support non alpha-numeric characters in value --- CHANGELOG.md | 2 +- package.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e2855..dd72cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to thsi project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.4.3] - 2018-10-28 ### Added - Added "license" and "changelog" commands, prints relative files - Added threshold support diff --git a/package.yaml b/package.yaml index 7bb75fa..504f80d 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: todo -version: 0.4.2.7 +version: 0.4.3.0 github: "jecxjo/todo.hs" license: BSD3 author: "Jeff Parent"