release: 1.2.7

This commit is contained in:
Michael Aaron Murphy 2025-10-01 18:36:56 +02:00
parent 904b690c27
commit eead361cca
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
5 changed files with 8 additions and 8 deletions

8
Cargo.lock generated
View file

@ -1661,7 +1661,7 @@ dependencies = [
[[package]] [[package]]
name = "pop-launcher" name = "pop-launcher"
version = "1.2.6" version = "1.2.7"
dependencies = [ dependencies = [
"const_format", "const_format",
"dirs 6.0.0", "dirs 6.0.0",
@ -1675,7 +1675,7 @@ dependencies = [
[[package]] [[package]]
name = "pop-launcher-bin" name = "pop-launcher-bin"
version = "1.2.4" version = "1.2.7"
dependencies = [ dependencies = [
"dirs 6.0.0", "dirs 6.0.0",
"mimalloc", "mimalloc",
@ -1723,7 +1723,7 @@ dependencies = [
[[package]] [[package]]
name = "pop-launcher-service" name = "pop-launcher-service"
version = "1.2.4" version = "1.2.7"
dependencies = [ dependencies = [
"async-oneshot", "async-oneshot",
"async-trait", "async-trait",
@ -1748,7 +1748,7 @@ dependencies = [
[[package]] [[package]]
name = "pop-launcher-toolkit" name = "pop-launcher-toolkit"
version = "1.2.4" version = "1.2.7"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"dirs 6.0.0", "dirs 6.0.0",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pop-launcher" name = "pop-launcher"
version = "1.2.6" version = "1.2.7"
license = "MPL-2.0" license = "MPL-2.0"
authors = ["Michael Aaron Murphy <michael@mmurphy.dev>"] authors = ["Michael Aaron Murphy <michael@mmurphy.dev>"]
description = "Library for writing plugins and frontends for pop-launcher" description = "Library for writing plugins and frontends for pop-launcher"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pop-launcher-bin" name = "pop-launcher-bin"
version = "1.2.4" version = "1.2.7"
license = "GPL-3.0-only" license = "GPL-3.0-only"
edition.workspace = true edition.workspace = true
publish = false publish = false

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pop-launcher-service" name = "pop-launcher-service"
version = "1.2.4" version = "1.2.7"
license = "MPL-2.0" license = "MPL-2.0"
edition.workspace = true edition.workspace = true

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pop-launcher-toolkit" name = "pop-launcher-toolkit"
version = "1.2.4" version = "1.2.7"
description = "A wrapper around pop-launcher, pop-launcher-service and pop-launcher-plugins types for writing plugins and frontends for pop-launcher." description = "A wrapper around pop-launcher, pop-launcher-service and pop-launcher-plugins types for writing plugins and frontends for pop-launcher."
edition.workspace = true edition.workspace = true