Skip to content

Commit b8f8f58

Browse files
committed
release: v5.6.1
1 parent 53a3fa8 commit b8f8f58

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
This file documents all changes made to the project and is updated before each release.
33

4+
## v5.6.1 [2024-03-31]
5+
### Fixed
6+
* [#133](https://github.com/pull/133): Updated the `flake.nix` file.
7+
* [#136](https://github.com/pull/136): Fixed weird drawing issues when minus is ran multiple times in a row.
8+
9+
### Docs
10+
* [#134](https://github.com/pull/134): Improve documentation for `error` and `input` modules.
11+
412
## v5.6.0 [2024-03-05]
513
### Fixed
614
* [cd2b92](https://github.com/arijit79/minus/commits/cd2b92): Fixed bug where screen jumps to 2nd match when first match is present on the same line where upper mark is present

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minus"
3-
version = "5.6.0"
3+
version = "5.6.1"
44
authors = ["Arijit Dey <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)