diff --git a/CHANGELOG.md b/CHANGELOG.md index 58449f88..a8d18c86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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). +## 0.6.3 + +### Fixes + +- determining latest versions from tags (#323) + ## 0.6.2 ### Features diff --git a/Cargo.toml b/Cargo.toml index bf3c32d9..b54adea8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "knope" description = "A command line tool for automating common development tasks" -version = "0.6.2" +version = "0.6.3" authors = ["Dylan Anthony "] edition = "2021" license = "MIT"