From 9efc9b67d7f03343d115be6affe3811f7820d776 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:02:32 +0000 Subject: [PATCH] chore(main): release 0.2.5 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7685cd9..7dadb5c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.5](https://github.com/nvim-neorg/tree-sitter-norg/compare/v0.2.4...v0.2.5) (2024-08-22) + + +### Bug Fixes + +* use luarocks-build-treesitter-parser-cpp build backend ([2cdc4db](https://github.com/nvim-neorg/tree-sitter-norg/commit/2cdc4db1d29a992345b4525f880531ab8f1d5981)) + ## [0.2.4](https://github.com/nvim-neorg/tree-sitter-norg/compare/v0.2.3...v0.2.4) (2024-04-19) diff --git a/Cargo.toml b/Cargo.toml index 6cdcbfdd..1784c0f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-norg" description = "norg grammar for the tree-sitter parsing library" -version = "0.2.4" +version = "0.2.5" keywords = ["incremental", "parsing", "norg"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-norg"