From d502c1368010a01b3972e8dba27cf82ae726f086 Mon Sep 17 00:00:00 2001 From: Rodrigo Basa Date: Tue, 10 Sep 2024 16:47:04 +0800 Subject: [PATCH 1/2] Release 0.10.5 --- DESCRIPTION | 2 +- NEWS.md | 2 +- cran-comments.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5130843..e957e33 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: box.linters Title: Linters for 'box' Modules -Version: 0.10.4.9001 +Version: 0.10.5 Authors@R: c( person("Ricardo Rodrigo", "Basa", role = c("aut", "cre"), email = "opensource+rodrigo@appsilon.com"), diff --git a/NEWS.md b/NEWS.md index 05eede7..9ca130e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# box.linters (development version) +# box.linters 0.10.5 * Fix for `treesitter.r` update to version 1.1.0. Change in how treesitter returns the start row of the program node. (#143) diff --git a/cran-comments.md b/cran-comments.md index 804821f..d62b2a1 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,9 @@ +# box.linters 0.10.5 + +## Authors comment + +This release contains fixes in unit tests affected by the recent 1.1.0 update of `treesitter.r`. + # box.linters 0.10.4 ## Authors comment From 182fefcd85fcedf6e7a044781590c53861f95bf7 Mon Sep 17 00:00:00 2001 From: Rodrigo Basa Date: Tue, 10 Sep 2024 17:05:02 +0800 Subject: [PATCH 2/2] mention cran package check errors --- cran-comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cran-comments.md b/cran-comments.md index d62b2a1..8e05d80 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -2,7 +2,7 @@ ## Authors comment -This release contains fixes in unit tests affected by the recent 1.1.0 update of `treesitter.r`. +This release contains fixes in unit tests affected by the recent 1.1.0 update of `treesitter.r`. This also address CRAN Package Check errors. # box.linters 0.10.4