doc: bump versions

This commit is contained in:
contrapunctus 2021-07-08 03:17:55 +05:30
parent 58f0fdf0ba
commit 73e6d98612
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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [unreleased] ## [0.9.0] - 2021-07-08
### Added ### Added
1. New commands `chronometrist-restart-task`, `chronometrist-extend-task` 1. New commands `chronometrist-restart-task`, `chronometrist-extend-task`
2. Menus for `chronometrist`, `chronometrist-key-values`, and `chronometrist-details` 2. Menus for `chronometrist`, `chronometrist-key-values`, and `chronometrist-details`

2
Cask
View File

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

View File

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

View File

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