Skip to content

Commit

Permalink
🔖 bump version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk committed Jul 20, 2024
1 parent 0e5a293 commit 2e3201d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file

[unreleased]: https://github.com/eugenesvk/xontrib-skim/compare/0.0.4...HEAD
[unreleased]: https://github.com/eugenesvk/xontrib-skim/compare/0.0.5...HEAD
## [Unreleased]
<!-- - __Added__ -->
<!-- + ✨ -->
Expand All @@ -22,6 +22,8 @@ All notable changes to this project will be documented in this file
<!-- + 🔒 -->
<!-- vulnerabilities -->

[0.0.5]: https://github.com/eugenesvk/xontrib-skim/releases/tag/0.0.5
## [0.0.5]
- __Changed__
+ make `X_SKIM_KEY_HIST_CWD→` consistent with `X_SKIM_KEY_HIST_Z→` and not prefill skim's query with currently typed command line text

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xontrib-skim"
version = "0.0.4"
version = "0.0.5"
description = "skim (fuzzy finder) integration"
authors = ["Evgeny <es.bugzilla@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 2e3201d

Please sign in to comment.