diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e631a1..28768ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.3.0] - 2021-01-04 ### Changed * Package now defines a minor mode, `chronometrist-goal-minor-mode`. * Hooks are automatically added when the minor-mode function is called, reducing the configuration required for new users. diff --git a/Cask b/Cask index 8cb8ff2..0c4b593 100644 --- a/Cask +++ b/Cask @@ -3,13 +3,13 @@ (package "chronometrist-goal" - "0.2.1" + "0.3.0" "Adds support for time goals to Chronometrist") (depends-on "emacs" "25.1") (depends-on "cl-lib" "1.0") (depends-on "alert" "1.2") -(depends-on "chronometrist" "0.5.0") +(depends-on "chronometrist" "0.6.0") (development (depends-on "f") diff --git a/chronometrist-goal.el b/chronometrist-goal.el index 7e0a080..5bf4302 100644 --- a/chronometrist-goal.el +++ b/chronometrist-goal.el @@ -4,7 +4,7 @@ ;; Maintainer: contrapunctus ;; Keywords: calendar ;; Homepage: https://github.com/contrapunctus-1/chronometrist -;; Package-Requires: ((emacs "25.1") (alert "1.2") (chronometrist "0.5.0")) +;; Package-Requires: ((emacs "25.1") (alert "1.2") (chronometrist "0.6.0")) ;; Version: 0.2.1 (require 'chronometrist-queries)