From 88f460eeb4ccf4e25b403d5e0c7852d0a497b9bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 15:29:41 +0000 Subject: [PATCH] chore(main): release 1.0.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c93d37d..dda47e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/nvim-neorg/ts-breeze/compare/v1.0.0...v1.0.1) (2023-07-08) + + +### Bug Fixes + +* add specific dependencies to Cargo.toml ([fd88cfb](https://github.com/nvim-neorg/ts-breeze/commit/fd88cfb616cbeb281afa053827a75d01eeb0a67c)) + ## [1.0.0](https://github.com/nvim-neorg/neorg-breeze/compare/v0.1.0...v1.0.0) (2023-05-16) diff --git a/Cargo.toml b/Cargo.toml index 3ccca72..52e1ac0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ts-breeze" description = "A multithreaded tree-sitter parsing library." repository = "https://github.com/nvim-neorg/ts-breeze" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "GPL-3.0"