From 3da96232ec16a75c3deeec734d16cc08d02ffe8b Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Fri, 4 Nov 2022 22:12:10 +0000 Subject: [PATCH] bump to 0.2.2 --- CHANGELOG.md | 7 ++++++- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- extra/linux/dev.lapce.lapce.metainfo.xml | 2 +- extra/macos/Lapce.app/Contents/Info.plist | 2 +- extra/windows/wix/lapce.wxs | 2 +- lapce-core/Cargo.toml | 2 +- lapce-data/Cargo.toml | 2 +- lapce-proxy/Cargo.toml | 2 +- lapce-rpc/Cargo.toml | 2 +- lapce-ui/Cargo.toml | 2 +- lapce.spec | 2 +- 12 files changed, 22 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5865b73c..54348520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ### Features/Changes +### Bug Fixes + +## 0.2.2 + +### Features/Changes + - [#1643](https://github.com/lapce/lapce/pull/1643): Use https://plugins.lapce.dev/ as the plugin registry - [#1620](https://github.com/lapce/lapce/pull/1620): Added "Show Hover" keybinding that will trigger the hover at the cursor location - [#1619](https://github.com/lapce/lapce/pull/1619): @@ -34,7 +40,6 @@ - [#1421](https://github.com/lapce/lapce/pull/1421): Add matching bracket highlighting - [#1541](https://github.com/lapce/lapce/pull/1541): Order palette items according to last execute time - ### Bug Fixes - [#1566](https://github.com/lapce/lapce/pull/1565)|[#1568](https://github.com/lapce/lapce/pull/1568): Use separate colour for drag and drop background diff --git a/Cargo.lock b/Cargo.lock index 3061fd09..7731a208 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2505,7 +2505,7 @@ dependencies = [ [[package]] name = "lapce" -version = "0.2.1" +version = "0.2.2" dependencies = [ "lapce-proxy", "lapce-ui", @@ -2513,7 +2513,7 @@ dependencies = [ [[package]] name = "lapce-core" -version = "0.2.1" +version = "0.2.2" dependencies = [ "arc-swap", "bitflags", @@ -2580,7 +2580,7 @@ dependencies = [ [[package]] name = "lapce-data" -version = "0.2.1" +version = "0.2.2" dependencies = [ "alacritty_terminal", "anyhow", @@ -2629,7 +2629,7 @@ dependencies = [ [[package]] name = "lapce-proxy" -version = "0.2.1" +version = "0.2.2" dependencies = [ "alacritty_terminal", "anyhow", @@ -2676,7 +2676,7 @@ dependencies = [ [[package]] name = "lapce-rpc" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "crossbeam-channel", @@ -2690,7 +2690,7 @@ dependencies = [ [[package]] name = "lapce-ui" -version = "0.2.1" +version = "0.2.2" dependencies = [ "Inflector", "alacritty_terminal", diff --git a/Cargo.toml b/Cargo.toml index 1eaa7aa6..3a1bbbb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce" -version = "0.2.1" +version = "0.2.2" authors = ["Dongdong Zhou "] edition = "2021" rust-version = "1.64" diff --git a/extra/linux/dev.lapce.lapce.metainfo.xml b/extra/linux/dev.lapce.lapce.metainfo.xml index 79ff606a..79506574 100644 --- a/extra/linux/dev.lapce.lapce.metainfo.xml +++ b/extra/linux/dev.lapce.lapce.metainfo.xml @@ -30,6 +30,6 @@ - + diff --git a/extra/macos/Lapce.app/Contents/Info.plist b/extra/macos/Lapce.app/Contents/Info.plist index 58d3e9b0..c0b6ee21 100644 --- a/extra/macos/Lapce.app/Contents/Info.plist +++ b/extra/macos/Lapce.app/Contents/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.1 + 0.2.2 CFBundleSupportedPlatforms MacOSX diff --git a/extra/windows/wix/lapce.wxs b/extra/windows/wix/lapce.wxs index 0f00d4f0..be15d5cb 100644 --- a/extra/windows/wix/lapce.wxs +++ b/extra/windows/wix/lapce.wxs @@ -1,6 +1,6 @@ - + diff --git a/lapce-core/Cargo.toml b/lapce-core/Cargo.toml index fbbeba2c..fd91dea2 100644 --- a/lapce-core/Cargo.toml +++ b/lapce-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce-core" -version = "0.2.1" +version = "0.2.2" authors = ["Dongdong Zhou "] edition = "2021" diff --git a/lapce-data/Cargo.toml b/lapce-data/Cargo.toml index 70cdeaae..de7d80f2 100644 --- a/lapce-data/Cargo.toml +++ b/lapce-data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce-data" -version = "0.2.1" +version = "0.2.2" authors = ["Dongdong Zhou "] edition = "2021" diff --git a/lapce-proxy/Cargo.toml b/lapce-proxy/Cargo.toml index becb16a1..8e9d39c7 100644 --- a/lapce-proxy/Cargo.toml +++ b/lapce-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce-proxy" -version = "0.2.1" +version = "0.2.2" authors = ["Dongdong Zhou "] edition = "2021" diff --git a/lapce-rpc/Cargo.toml b/lapce-rpc/Cargo.toml index d90834ce..6e96d2be 100644 --- a/lapce-rpc/Cargo.toml +++ b/lapce-rpc/Cargo.toml @@ -2,7 +2,7 @@ name = "lapce-rpc" description = "Data formats between lapce components" license = "Apache-2.0" -version = "0.2.1" +version = "0.2.2" authors = ["Dongdong Zhou "] edition = "2021" diff --git a/lapce-ui/Cargo.toml b/lapce-ui/Cargo.toml index 3fc5dd95..7628ad25 100644 --- a/lapce-ui/Cargo.toml +++ b/lapce-ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce-ui" -version = "0.2.1" +version = "0.2.2" authors = ["Dongdong Zhou "] edition = "2021" diff --git a/lapce.spec b/lapce.spec index b636fa88..c1dfb472 100644 --- a/lapce.spec +++ b/lapce.spec @@ -1,5 +1,5 @@ Name: lapce-git -Version: 0.2.1.{{{ git_dir_version }}} +Version: 0.2.2.{{{ git_dir_version }}} Release: 1 Summary: Lightning-fast and Powerful Code Editor written in Rust License: Apache-2.0