From f64f9b7fde930bc4cb3f0f933633f73a52da69d3 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 4 Feb 2021 21:46:50 -0600 Subject: [PATCH] docs: Switch to keepachangelog --- CHANGELOG.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2759907..266d621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ - -## 0.1.4 (2019-11-03) +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + + +## [Unreleased] - ReleaseDate + +## 0.1.4 - 2019-11-03 #### Bug Fixes @@ -17,5 +25,5 @@ * Use standard identifier rules to avoid doing umber checks ([107308a6](https://github.com/crate-ci/typos/commit/107308a655a425eb593bf5e4928572c16e6a9bdd)) * Only do hex check if digits are in identifiers ([68cd36d0](https://github.com/crate-ci/typos/commit/68cd36d0de90226dbc9d31c2ce6d8bf6b69adb5c)) - - + +[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.1.4...HEAD