Skip to content

Commit

Permalink
Updated version and CHANGELOG for release 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlvoyer committed Feb 18, 2022
1 parent 3fd36c3 commit cc43c8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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.2.2] - 2022-02-17
- make links styled and clickable
- fix issue with native searcher module installation
- add tracking for todo completion date
Expand Down
2 changes: 1 addition & 1 deletion mxtodo-searcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mxtodo_searcher"
version = "0.2.1"
version = "0.2.2"
authors = ["Robert Voyer <robert.voyer@gmail.com>"]
edition = "2018"
description = "A very purpose-built library that uses ripgrep to search for TODO items in a directory of Markdown files."
Expand Down
2 changes: 1 addition & 1 deletion mxtodo.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2021 Robert Voyer.

;; Author: Robert Voyer <robert.voyer@gmail.com>
;; Version: 0.2.1
;; Version: 0.2.2
;; Package-Requires: ((emacs "27.1") (dash "2.19.0") (f "0.20.0") (ts "0.2"))
;; Keywords: calendar, convenience
;; URL: https://github.com/rlvoyer/mxtodo
Expand Down

0 comments on commit cc43c8d

Please sign in to comment.