From 8da2a3dfa15efa506dd344df1dd461b24c1d8857 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 16:29:23 +0000 Subject: [PATCH] chore(main): release 0.1.4 --- 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 fa8a11d..1fcf22d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/nvim-neorg/norgopolis-client.lua/compare/v0.1.3...v0.1.4) (2024-02-17) + + +### Bug Fixes + +* do not try to autostart the server automatically ([0e2bdb0](https://github.com/nvim-neorg/norgopolis-client.lua/commit/0e2bdb0e8fc6fa4c24403bf7b0f3c39128b85cb2)) + ## [0.1.3](https://github.com/nvim-neorg/norgopolis-client.lua/compare/v0.1.2...v0.1.3) (2024-01-03) diff --git a/Cargo.lock b/Cargo.lock index def2137..2cd26bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,7 +612,7 @@ dependencies = [ [[package]] name = "norgopolis-client-lua" -version = "0.1.3" +version = "0.1.4" dependencies = [ "futures", "mlua", diff --git a/Cargo.toml b/Cargo.toml index 0df59b0..0886a5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "norgopolis-client-lua" -version = "0.1.3" +version = "0.1.4" edition = "2021" [dependencies]