Skip to content

Commit

Permalink
tag 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Z572 committed Nov 5, 2023
1 parent 33f3b78 commit 3538be4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
-*- org -*-
#+TITLE: Guile-TS NEWS

Copyright (C) 2023 Zheng Junjie <[email protected]>

* Changes in 0.2.0 (since 0.1.0)
** New Functionality
*** substring-utf8: new procedure.
** Change
*** ts-parser-parse-string: Supports two arguments.
*** get-ts-language-from-file support TREE_SITTER_GRAMMAR_PATH environment variable.
*** ts-node-childs: change from goop's method to procedure.
** Bug fixes
*** some object will correct run the finalizer.
*** ts-node-{first-child-for-byte,descendant-for-byte-range}: fix no provide named case
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([guile-ts], [0.1.0], [[email protected]],
AC_INIT([guile-ts], [0.2.0], [[email protected]],
[guile-ts],
[https://github.com/Z572/guile-ts])
AC_CONFIG_SRCDIR([ts/init.c])
Expand Down
2 changes: 1 addition & 1 deletion guix.scm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
(package
(inherit guile-ts)
(name "guile-ts")
(version "0.1.0")
(version "0.2.0")
(source
(local-file
"." "guile-ts"
Expand Down

0 comments on commit 3538be4

Please sign in to comment.