From fecd7a46cdeb61ce2a1e5aae237dfda721f521dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:09:15 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c23ba..0af79a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/nvim-neorg/norgopolis-client.lua/compare/v0.1.0...v0.1.1) (2024-01-03) + + +### Bug Fixes + +* **ci/luarocks:** typo in path to template ([2d3bebe](https://github.com/nvim-neorg/norgopolis-client.lua/commit/2d3bebeb6b964fe6b4846c36f6861428e1ce7aaa)) + ## 0.1.0 (2024-01-03) diff --git a/Cargo.lock b/Cargo.lock index 8febda4..a6ffe1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -614,7 +614,7 @@ dependencies = [ [[package]] name = "norgopolis-client-lua" -version = "0.1.0" +version = "0.1.1" dependencies = [ "futures", "mlua", diff --git a/Cargo.toml b/Cargo.toml index 6143aa6..ce72530 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "norgopolis-client-lua" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies]