chore(release): v0.1.17

This commit is contained in:
LGUG2Z
2023-07-13 08:15:01 -07:00
parent 4510cccc3e
commit f73d1bf0da
6 changed files with 10 additions and 13 deletions

View File

@@ -104,7 +104,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
with:
version: latest
args: release --skip-validate --rm-dist --release-notes=CHANGELOG.md
args: release --skip-validate --clean --release-notes=CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SCOOP_TOKEN: ${{ secrets.SCOOP_TOKEN }}

View File

@@ -28,11 +28,8 @@ builds:
- cp ".\target\x86_64-pc-windows-msvc\release\komorebic.exe" ".\dist\komorebic_windows_amd64_v1\komorebic.exe"
archives:
- replacements:
windows: pc-windows-msvc
amd64: x86_64
- name_template: "{{ .ProjectName }}-{{ .Version }}-x86_64-pc-windows-msvc"
format: zip
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Arch }}-{{ .Os }}"
files:
- LICENSE
- CHANGELOG.md

6
Cargo.lock generated
View File

@@ -807,7 +807,7 @@ dependencies = [
[[package]]
name = "komorebi"
version = "0.1.16"
version = "0.1.17"
dependencies = [
"bitflags 2.3.3",
"clap",
@@ -845,7 +845,7 @@ dependencies = [
[[package]]
name = "komorebi-core"
version = "0.1.16"
version = "0.1.17"
dependencies = [
"clap",
"color-eyre",
@@ -859,7 +859,7 @@ dependencies = [
[[package]]
name = "komorebic"
version = "0.1.16"
version = "0.1.17"
dependencies = [
"clap",
"color-eyre",

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi-core"
version = "0.1.16"
version = "0.1.17"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,4 +13,4 @@ serde_json = "1"
serde_yaml = "0.9"
strum = { version = "0.25", features = ["derive"] }
schemars = "0.8"
windows = { workspace = true }
windows = { workspace = true }

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi"
version = "0.1.16"
version = "0.1.17"
authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"]
description = "A tiling window manager for Windows"
categories = ["tiling-window-manager", "windows"]

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebic"
version = "0.1.16"
version = "0.1.17"
authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"]
description = "The command-line interface for Komorebi, a tiling window manager for Windows"
categories = ["cli", "tiling-window-manager", "windows"]
@@ -29,4 +29,4 @@ serde_yaml = "0.9"
sysinfo = "0.29"
uds_windows = "1"
which = "4"
windows = { workspace = true }
windows = { workspace = true }