Epoch 1.0.12 version update

Generated by cosmic-epoch scripts/version-update.sh
This commit is contained in:
Jeremy Soller 2026-05-05 10:23:48 -06:00
parent 4c53d607f7
commit 2a60283f14
3 changed files with 395 additions and 571 deletions

952
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[package] [package]
name = "cosmic-edit" name = "cosmic-edit"
version = "1.0.11" version = "1.0.12"
authors = ["Jeremy Soller <jeremy@system76.com>"] authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2024" edition = "2024"
license = "GPL-3.0-only" license = "GPL-3.0-only"
@ -40,7 +40,7 @@ default-features = false
git = "https://github.com/pop-os/cosmic-syntax-theme.git" git = "https://github.com/pop-os/cosmic-syntax-theme.git"
[dependencies.cosmic-text] [dependencies.cosmic-text]
git = "https://github.com/pop-os/cosmic-text.git" version = "0.19"
features = ["syntect", "vi"] features = ["syntect", "vi"]
[dependencies.libcosmic] [dependencies.libcosmic]
@ -66,10 +66,6 @@ wayland = ["libcosmic/wayland", "cosmic-files/wayland"]
inherits = "release" inherits = "release"
debug = true debug = true
[patch.crates-io]
onig = { git = "https://github.com/rust-onig/rust-onig.git", branch = "main" }
onig_sys = { git = "https://github.com/rust-onig/rust-onig.git", branch = "main" }
# [patch.'https://github.com/pop-os/libcosmic'] # [patch.'https://github.com/pop-os/libcosmic']
# libcosmic = { git = "https://github.com/pop-os/libcosmic//" } # libcosmic = { git = "https://github.com/pop-os/libcosmic//" }
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//" } # cosmic-config = { git = "https://github.com/pop-os/libcosmic//" }

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
cosmic-edit (1.0.12) noble; urgency=medium
* Epoch 1.0.12 version update
-- Jeremy Soller <jeremy@system76.com> Tue, 05 May 2026 10:23:41 -0600
cosmic-edit (1.0.11) noble; urgency=medium cosmic-edit (1.0.11) noble; urgency=medium
* Epoch 1.0.11 version update * Epoch 1.0.11 version update