From c49e2814225d6f934ae27586f83f6c274aee7c72 Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Tue, 31 Oct 2023 21:13:43 +0000 Subject: [PATCH] bump version --- CHANGELOG.md | 6 ++++++ Cargo.lock | 14 +++++++------- Cargo.toml | 4 ++-- extra/linux/dev.lapce.lapce.metainfo.xml | 2 +- extra/macos/Lapce.app/Contents/Info.plist | 2 +- extra/windows/wix/lapce.wxs | 2 +- lapce.spec | 2 +- 7 files changed, 19 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 056a0e6e..dacfcf1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +### Features/Changes + +### Bug Fixes + +## 0.3.0 + ### Features/Changes - [#2190](https://github.com/lapce/lapce/pull/2190): Rewrite with Floem UI - [#2425](https://github.com/lapce/lapce/pull/2425): Reimplement completion lens diff --git a/Cargo.lock b/Cargo.lock index d9e2a6e6..c68c5290 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2794,7 +2794,7 @@ dependencies = [ [[package]] name = "lapce" -version = "0.2.8" +version = "0.3.0" dependencies = [ "lapce-app", "lapce-proxy", @@ -2802,7 +2802,7 @@ dependencies = [ [[package]] name = "lapce-app" -version = "0.2.8" +version = "0.3.0" dependencies = [ "Inflector", "alacritty_terminal", @@ -2850,7 +2850,7 @@ dependencies = [ "tar", "thiserror", "tokio", - "toml 0.8.2", + "toml 0.5.9", "toml_edit 0.19.14", "tracing 0.2.0", "tracing-appender", @@ -2862,7 +2862,7 @@ dependencies = [ [[package]] name = "lapce-core" -version = "0.2.8" +version = "0.3.0" dependencies = [ "anyhow", "arc-swap", @@ -2896,7 +2896,7 @@ dependencies = [ [[package]] name = "lapce-proxy" -version = "0.2.8" +version = "0.3.0" dependencies = [ "alacritty_terminal", "anyhow", @@ -2934,7 +2934,7 @@ dependencies = [ "strum", "strum_macros", "tar", - "toml 0.8.2", + "toml 0.5.9", "toml_edit 0.19.14", "tracing 0.2.0", "trash", @@ -2949,7 +2949,7 @@ dependencies = [ [[package]] name = "lapce-rpc" -version = "0.2.8" +version = "0.3.0" dependencies = [ "anyhow", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 2a04cbc0..de23504a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapce" -version = "0.2.8" +version = "0.3.0" authors = ["Dongdong Zhou "] edition = "2021" rust-version = "1.65" @@ -27,7 +27,7 @@ members = [ ] [workspace.package] -version = "0.2.8" +version = "0.3.0" edition = "2021" rust-version = "1.64" homepage = "https://lapce.dev" diff --git a/extra/linux/dev.lapce.lapce.metainfo.xml b/extra/linux/dev.lapce.lapce.metainfo.xml index 23710257..6e97aa78 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 dcf96410..ff59fcc0 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.8 + 0.3.0 CFBundleSupportedPlatforms MacOSX diff --git a/extra/windows/wix/lapce.wxs b/extra/windows/wix/lapce.wxs index 404b27eb..3520f010 100644 --- a/extra/windows/wix/lapce.wxs +++ b/extra/windows/wix/lapce.wxs @@ -1,6 +1,6 @@ - + diff --git a/lapce.spec b/lapce.spec index 338d6f87..84b312a1 100644 --- a/lapce.spec +++ b/lapce.spec @@ -1,5 +1,5 @@ Name: lapce-git -Version: 0.2.8.{{{ git_dir_version }}} +Version: 0.3.0.{{{ git_dir_version }}} Release: 1 Summary: Lightning-fast and Powerful Code Editor written in Rust License: Apache-2.0