Skip to content

Commit

Permalink
Bump version - 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 1, 2023
1 parent fbb5510 commit c408ef1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ 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.2.0 (Unreleased)
## 0.3.0 (Unreleased)
> Released N/A
* N/A

## 0.2.0
> Released Sep 01, 2023
* Support Elixir (#10)
* Render indicators once it's mode is enabled (#19)
* OCaml parser and first functions added (#21)
Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(package "ts-fold"
"0.1.0"
"0.2.0"
"Code folding using tree-sitter")

(website-url "https://github.com/emacs-tree-sitter/ts-fold")
Expand Down
2 changes: 1 addition & 1 deletion ts-fold.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Author: Junyi Hou <[email protected]>
;; Shen, Jen-Chieh <[email protected]>
;; URL: https://github.com/emacs-tree-sitter/ts-fold
;; Version: 0.1.0
;; Version: 0.2.0
;; Package-Requires: ((emacs "26.1") (tree-sitter "0.15.1") (s "1.9.0") (fringe-helper "1.0.1"))
;; Keywords: convenience folding tree-sitter

Expand Down

0 comments on commit c408ef1

Please sign in to comment.