From 73e6d98612187aa64f4adacd26e058349cf131c6 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Thu, 8 Jul 2021 03:17:55 +0530 Subject: [PATCH] doc: bump versions --- CHANGELOG.md | 2 +- Cask | 2 +- elisp/chronometrist.el | 2 +- elisp/chronometrist.org | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c4a87..f5c3213 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.9.0] - 2021-07-08 ### Added 1. New commands `chronometrist-restart-task`, `chronometrist-extend-task` 2. Menus for `chronometrist`, `chronometrist-key-values`, and `chronometrist-details` diff --git a/Cask b/Cask index 3a5f753..a559a11 100644 --- a/Cask +++ b/Cask @@ -3,7 +3,7 @@ (package "Chronometrist" - "0.7.2" + "0.9.0" "A time tracker for Emacs with a nice interface") (depends-on "cl-lib") diff --git a/elisp/chronometrist.el b/elisp/chronometrist.el index 5f9afc5..6e6784d 100644 --- a/elisp/chronometrist.el +++ b/elisp/chronometrist.el @@ -5,7 +5,7 @@ ;; Keywords: calendar ;; Homepage: https://tildegit.org/contrapunctus/chronometrist ;; 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. ;; diff --git a/elisp/chronometrist.org b/elisp/chronometrist.org index ee3d631..242098d 100644 --- a/elisp/chronometrist.org +++ b/elisp/chronometrist.org @@ -333,7 +333,7 @@ But I discovered that if I do that, =package-lint= says - =error: Couldn't parse ;; Keywords: calendar ;; Homepage: https://tildegit.org/contrapunctus/chronometrist ;; 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. ;;