Skip to content

Commit

Permalink
chore(version): release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyinz committed Dec 20, 2023
1 parent edd6848 commit 56210e4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.6.2](https://github.com/liuyinz/mini-echo.el/compare/v0.6.1..v0.6.2) - 2023-12-20

### Documentation

- **(todo)** update todo list - ([2e32cfd](https://github.com/liuyinz/mini-echo.el/commit/2e32cfdf1d25efcfbc1506e9fb230fb8cbd45f72))

### Features

- add segment repeat - ([228cd1c](https://github.com/liuyinz/mini-echo.el/commit/228cd1ca3433412347509ec2c6c065c5edfc2954))
- add segment buffer-point - ([3c60309](https://github.com/liuyinz/mini-echo.el/commit/3c6030944ca32c9d9144660e4e497c4f26520851))
- add segment char-info - ([b039eef](https://github.com/liuyinz/mini-echo.el/commit/b039eef2fa61005bc251d7e5ee3026760c83f9ef))
- support rules for derived major modes - ([1c55a4d](https://github.com/liuyinz/mini-echo.el/commit/1c55a4d8627e1c9a66afd64e28d3daa24d5aeafa))

### Refactoring

- change envrc status str - ([3e0d2a4](https://github.com/liuyinz/mini-echo.el/commit/3e0d2a4b45bad543ad91264e9b136bb4ba760fac))

## [0.6.1](https://github.com/liuyinz/mini-echo.el/compare/v0.6.0..v0.6.1) - 2023-11-29

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions mini-echo.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: liuyinz <[email protected]>
;; Maintainer: liuyinz <[email protected]>
;; Version: 0.6.0
;; Version: 0.6.2
;; Package-Requires: ((emacs "28.1"))
;; Keywords: frames
;; Homepage: https://github.com/liuyinz/mini-echo.el
Expand Down Expand Up @@ -73,7 +73,7 @@ priority over :both."
:options '(:both :long :short)
:value-type (alist :key-type string
:value-type integer)))
:package-version '(mini-echo . "0.6.1")
:package-version '(mini-echo . "0.6.2")
:group 'mini-echo)

(defcustom mini-echo-short-style-predicate
Expand Down

0 comments on commit 56210e4

Please sign in to comment.