From aa1a1a7ded81a094cc3d5cb14bea6f34b86d8688 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 17:35:05 +0000 Subject: [PATCH] chore(main): release 0.2.4 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a11098..e7685cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.4](https://github.com/nvim-neorg/tree-sitter-norg/compare/v0.2.3...v0.2.4) (2024-04-19) + + +### Bug Fixes + +* use std=c++11 for macos users ([5e2495f](https://github.com/nvim-neorg/tree-sitter-norg/commit/5e2495f427d417b8aac5b47e296809cb36668761)) + ## [0.2.3](https://github.com/nvim-neorg/tree-sitter-norg/compare/v0.2.2...v0.2.3) (2024-04-17) diff --git a/Cargo.toml b/Cargo.toml index d550081a..6cdcbfdd 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.3" +version = "0.2.4" keywords = ["incremental", "parsing", "norg"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-norg"