Bump versions

This commit is contained in:
contrapunctus 2021-01-04 09:06:02 +05:30
parent 36db321100
commit 7a878bd370
3 changed files with 4 additions and 4 deletions

View File

@ -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.

4
Cask
View File

@ -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")

View File

@ -4,7 +4,7 @@
;; Maintainer: contrapunctus <xmpp:contrapunctus@jabber.fr>
;; 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)