Skip to content

Commit

Permalink
Prepare release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-j-hu committed Oct 28, 2022
1 parent 47f97a8 commit 54d5fda
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.3 (October 27, 2022)

- Support named capture groups.
- Fix mapping scopes to captures.

## 0.3.2 (September 28, 2022)

- Fix bug of incorrect, non-increasing string indices being returned.
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(authors "Alan Hu <[email protected]>")
(maintainers "Alan Hu <[email protected]>")
(license MIT)
(documentation https://alan-j-hu.github.io/ocaml-textmate-language/)
(documentation https://ocaml.org/p/textmate-language/)
(source (github alan-j-hu/ocaml-textmate-language))
(name textmate-language)

Expand Down
2 changes: 1 addition & 1 deletion textmate-language.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors: ["Alan Hu <[email protected]>"]
license: "MIT"
tags: ["highlighting"]
homepage: "https://github.com/alan-j-hu/ocaml-textmate-language"
doc: "https://alan-j-hu.github.io/ocaml-textmate-language/"
doc: "https://ocaml.org/p/textmate-language/"
bug-reports: "https://github.com/alan-j-hu/ocaml-textmate-language/issues"
depends: [
"dune" {>= "2.7"}
Expand Down

0 comments on commit 54d5fda

Please sign in to comment.