Skip to content

Commit

Permalink
build(version): version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjani committed Oct 18, 2020
1 parent 0f23c87 commit 5c18928
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.10.1] - 2020-10-18
### Added
Installation via `yay` ([PR 81](https://github.com/out-of-cheese-error/the-way/pull/81) and [82](https://github.com/out-of-cheese-error/the-way/pull/82) by [spikecodes](https://github.com/spikecodes))

### Changed
* Allow arrow key navigation while editing text in CLI ([Issue #73](https://github.com/out-of-cheese-error/the-way/issues/73))
* Spaces in `$EDITOR` work now ([Issue #80](https://github.com/out-of-cheese-error/the-way/issues/80))
* Updated dependencies

## [0.10.0] - 2020-10-14
### Added
* Added import from gist functionality ([PR 79](https://github.com/out-of-cheese-error/the-way/pull/79) by [@xiaochuanyu](https://github.com/xiaochuanyu)).
Expand Down Expand Up @@ -176,6 +185,7 @@ I'll make sure to add changes to it from now, the previous two releases weren't
- cargo install option


[0.10.1]: https://github.com/out-of-cheese-error/the-way/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/out-of-cheese-error/the-way/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/out-of-cheese-error/the-way/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/out-of-cheese-error/the-way/compare/v0.7.0...v0.8.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.10.0"
version = "0.10.1"
edition = "2018"
authors = ["Ninjani"]
description = "A code snippets manager for your terminal"
Expand Down

0 comments on commit 5c18928

Please sign in to comment.