From dd8c96d614f902d54a12ce7bf4fc232986b9d8ed Mon Sep 17 00:00:00 2001 From: qixuan <58852732+GiveMe-A-Name@users.noreply.github.com> Date: Sun, 22 Oct 2023 18:45:19 +0800 Subject: [PATCH] chore(release): publish 0.3.2 (#43) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca4d160..7b26ada 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,7 +84,7 @@ dependencies = [ [[package]] name = "lsp-textdocument" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "lsp-server", diff --git a/Cargo.toml b/Cargo.toml index 301254d..0b88dcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lsp-textdocument" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = ["qixuan"] description = "A LSP text documents manager that map of text document."