From 6c04a76205b2ebbcecb550a9baa665df9eb1849f Mon Sep 17 00:00:00 2001 From: Ninjani Date: Sun, 12 Mar 2023 11:28:15 +0100 Subject: [PATCH] build(version): update --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ad67ef..4b3ac0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.19.2] - 2023-03-12 + +Fix the-way sync index bug (Issue #[145](https://github.com/out-of-cheese-error/the-way/issues/145)) + ## [0.19.1] - 2023-01-17 - Fix config file default location @@ -449,6 +453,8 @@ This uses the correct release directory now based on the TARGET environment vari - A first working version of the-way - cargo install option +[0.19.2]: https://github.com/out-of-cheese-error/the-way/compare/v0.19.1...v0.19.2 + [0.19.1]: https://github.com/out-of-cheese-error/the-way/compare/v0.19.0...v0.19.1 [0.19.0]: https://github.com/out-of-cheese-error/the-way/compare/v0.18.0...v0.19.0 diff --git a/Cargo.toml b/Cargo.toml index df0121c..46f8de9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "the-way" -version = "0.19.1" +version = "0.19.2" edition = "2021" authors = ["Ninjani"] description = "A code snippets manager for your terminal"