Bump versions

This commit is contained in:
contrapunctus 2021-05-18 15:21:19 +05:30
parent 2b62fb5606
commit d0d065a7d9
4 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.7.2] - 2021-05-18
### Changed
* If `chronometrist-file` is being edited, `chronometrist-timer` will not refresh the buffer or run `chronometrist-timer-hook`, preventing errors resulting from `read`ing of incomplete data and easing editing of the file.

2
Cask
View File

@ -3,7 +3,7 @@
(package
"Chronometrist"
"0.7.0"
"0.7.2"
"A time tracker for Emacs with a nice interface")
(depends-on "cl-lib")

View File

@ -5,7 +5,7 @@
;; Keywords: calendar
;; Homepage: https://github.com/contrapunctus-1/chronometrist
;; Package-Requires: ((emacs "25.1") (literate-elisp "0.1") (dash "2.16.0") (seq "2.20") (ts "0.2"))
;; Version: 0.7.0
;; Version: 0.7.2
;; This is free and unencumbered software released into the public domain.
;;

View File

@ -254,7 +254,7 @@ But I discovered that if I do that, =package-lint= says - =error: Couldn't parse
;; Keywords: calendar
;; Homepage: https://github.com/contrapunctus-1/chronometrist
;; Package-Requires: ((emacs "25.1") (dash "2.16.0") (seq "2.20") (ts "0.2"))
;; Version: 0.6.5
;; Version: 0.7.2
;; This is free and unencumbered software released into the public domain.
;;