Skip to content

Commit

Permalink
build(version): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjani committed Mar 12, 2023
1 parent 05a40f1 commit 6c04a76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6c04a76

Please sign in to comment.