diff --git a/bindings/r/DESCRIPTION b/bindings/r/DESCRIPTION index b8ac542..b2d38d3 100644 --- a/bindings/r/DESCRIPTION +++ b/bindings/r/DESCRIPTION @@ -1,6 +1,6 @@ Package: treesitter.r Title: 'R' Grammar for 'Tree-Sitter' -Version: 1.0.1.9000 +Version: 1.1.0 Authors@R: c( person("Davis", "Vaughan", , "davis@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")), diff --git a/bindings/r/NEWS.md b/bindings/r/NEWS.md index 9d57a7f..0824dfa 100644 --- a/bindings/r/NEWS.md +++ b/bindings/r/NEWS.md @@ -1,4 +1,4 @@ -# treesitter.r (development version) +# treesitter.r 1.1.0 * Updated to [tree-sitter-r v1.1.0](https://github.com/r-lib/tree-sitter-r/blob/main/CHANGELOG.md) (#136).