From 939853808a76f0034de304134d6807437fc18c54 Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Thu, 10 Nov 2022 19:10:39 +0000 Subject: [PATCH] bump version --- CHANGELOG.md | 6 ++++++ 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(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1282ac80..34deaacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ### Features/Changes +### Bug Fixes + +## 0.2.3 + +### Features/Changes + - [#1655](https://github.com/lapce/lapce/pull/1655): Add status foreground theme key, use author colour for plugin version - [#1646](https://github.com/lapce/lapce/pull/1646): Fork the process when started from terminal - [#1653](https://github.com/lapce/lapce/pull/1653): Paint plugin icons diff --git a/Cargo.lock b/Cargo.lock index 8fef8f7c..3b1e5f39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2534,7 +2534,7 @@ dependencies = [ [[package]] name = "lapce" -version = "0.2.2" +version = "0.2.3" dependencies = [ "lapce-proxy", "lapce-ui", @@ -2542,7 +2542,7 @@ dependencies = [ [[package]] name = "lapce-core" -version = "0.2.2" +version = "0.2.3" dependencies = [ "arc-swap", "bitflags", @@ -2609,7 +2609,7 @@ dependencies = [ [[package]] name = "lapce-data" -version = "0.2.2" +version = "0.2.3" dependencies = [ "alacritty_terminal", "anyhow", @@ -2659,7 +2659,7 @@ dependencies = [ [[package]] name = "lapce-proxy" -version = "0.2.2" +version = "0.2.3" dependencies = [ "alacritty_terminal", "anyhow", @@ -2706,7 +2706,7 @@ dependencies = [ [[package]] name = "lapce-rpc" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "crossbeam-channel", @@ -2720,7 +2720,7 @@ dependencies = [ [[package]] name = "lapce-ui" -version = "0.2.2" +version = "0.2.3" dependencies = [ "Inflector", "alacritty_terminal", diff --git a/Cargo.toml b/Cargo.toml index 3a1bbbb5..0cf0fbcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce" -version = "0.2.2" +version = "0.2.3" 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 79506574..5f525968 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 c0b6ee21..ba270020 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.2 + 0.2.3 CFBundleSupportedPlatforms MacOSX diff --git a/extra/windows/wix/lapce.wxs b/extra/windows/wix/lapce.wxs index be15d5cb..7c1d933f 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 fd91dea2..60bf671b 100644 --- a/lapce-core/Cargo.toml +++ b/lapce-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce-core" -version = "0.2.2" +version = "0.2.3" authors = ["Dongdong Zhou "] edition = "2021" diff --git a/lapce-data/Cargo.toml b/lapce-data/Cargo.toml index 8aed8927..81a993f1 100644 --- a/lapce-data/Cargo.toml +++ b/lapce-data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce-data" -version = "0.2.2" +version = "0.2.3" authors = ["Dongdong Zhou "] edition = "2021" diff --git a/lapce-proxy/Cargo.toml b/lapce-proxy/Cargo.toml index 8e9d39c7..a162abdb 100644 --- a/lapce-proxy/Cargo.toml +++ b/lapce-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce-proxy" -version = "0.2.2" +version = "0.2.3" authors = ["Dongdong Zhou "] edition = "2021" diff --git a/lapce-rpc/Cargo.toml b/lapce-rpc/Cargo.toml index 6e96d2be..9b0893e9 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.2" +version = "0.2.3" authors = ["Dongdong Zhou "] edition = "2021" diff --git a/lapce-ui/Cargo.toml b/lapce-ui/Cargo.toml index 626bc73d..d8ca226a 100644 --- a/lapce-ui/Cargo.toml +++ b/lapce-ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce-ui" -version = "0.2.2" +version = "0.2.3" authors = ["Dongdong Zhou "] edition = "2021" diff --git a/lapce.spec b/lapce.spec index c1dfb472..8d72f842 100644 --- a/lapce.spec +++ b/lapce.spec @@ -1,5 +1,5 @@ Name: lapce-git -Version: 0.2.2.{{{ git_dir_version }}} +Version: 0.2.3.{{{ git_dir_version }}} Release: 1 Summary: Lightning-fast and Powerful Code Editor written in Rust License: Apache-2.0