Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Nov 10, 2022
1 parent 1674fff commit 9398538
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lapce"
version = "0.2.2"
version = "0.2.3"
authors = ["Dongdong Zhou <[email protected]>"]
edition = "2021"
rust-version = "1.64"
Expand Down
2 changes: 1 addition & 1 deletion extra/linux/dev.lapce.lapce.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
</screenshot>
</screenshots>
<releases>
<release version="0.2.2" date="2022-10-12"/>
<release version="0.2.3" date="2022-10-12"/>
</releases>
</component>
2 changes: 1 addition & 1 deletion extra/macos/Lapce.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.2</string>
<string>0.2.3</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down
2 changes: 1 addition & 1 deletion extra/windows/wix/lapce.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="windows-1252"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Name="Lapce" Id="*" UpgradeCode="9c09a374-1135-4782-959f-2dec376a1dfa" Language="1033" Codepage="1252" Version="0.2.2" Manufacturer="Lapce">
<Product Name="Lapce" Id="*" UpgradeCode="9c09a374-1135-4782-959f-2dec376a1dfa" Language="1033" Codepage="1252" Version="0.2.3" Manufacturer="Lapce">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine"/>
<MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A newer version of [ProductName] is already installed."/>
<Icon Id="lapce.exe" SourceFile=".\extra\windows\lapce.ico"/>
Expand Down
2 changes: 1 addition & 1 deletion lapce-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lapce-core"
version = "0.2.2"
version = "0.2.3"
authors = ["Dongdong Zhou <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion lapce-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lapce-data"
version = "0.2.2"
version = "0.2.3"
authors = ["Dongdong Zhou <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion lapce-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lapce-proxy"
version = "0.2.2"
version = "0.2.3"
authors = ["Dongdong Zhou <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion lapce-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion lapce-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lapce-ui"
version = "0.2.2"
version = "0.2.3"
authors = ["Dongdong Zhou <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion lapce.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9398538

Please sign in to comment.