Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 8, 2025
1 parent 4740d6e commit ce23b26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,22 @@ All notable changes to this project will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.


## 0.1.1 (Unreleased)
## 0.2.1 (Unreleased)
> Released N/A
* N/A

## 0.2.0
> Released Mar 08, 2025
* Add previous/next line navigation (ee42714aad0519f0f447a6483985c4aaa90e0cc8)
* Add folding (a43ad1a751e253662a5b156ba9cd42ebd8312d91)
* Add format (bf319e5c8fa520d5dbf5b53cd4245e81cff901c0)
* Enable shift-select for navigation keys (2e7748afcb4a56a4158c16caeca5b7871d174668)
* Don't delete trailing whitespaces in the previous line (1887c4a86a5a2cb87a8fb0aebeb065b52e0c7186)
* Improve folding UX (8796261b721cbbba5402131e2facaac0faa84212)
* fix(fold): Avoid comment when fold closing (4b902373e585747f9e41096d6cc9bc3387faeedf)
* feat(fold): Add close all and open all folding (4740d6eb8d79447264555fdc908f49e628f4b928)

## 0.1.0
> Released Sep 14, 2022
Expand Down
2 changes: 1 addition & 1 deletion vs-edit-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

;; Author: Shen, Jen-Chieh <[email protected]>
;; URL: https://github.com/emacs-vs/vs-edit-mode
;; Version: 0.1.0
;; Version: 0.2.0
;; Package-Requires: ((emacs "27.1") (mwim "0.4") (ts-fold "0.1.0") (noflet "0.0.15"))
;; Keywords: convenience editing vs

Expand Down

0 comments on commit ce23b26

Please sign in to comment.