From 4fd15a7876d63ad9219c11548b7a373e4e87fac4 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Wed, 7 Aug 2024 10:29:17 -0700 Subject: [PATCH] v1.3.12 --- Cargo.lock | 2 +- Cargo.toml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b29f3090..9c766ab4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1952,7 +1952,7 @@ dependencies = [ [[package]] name = "system76-keyboard-configurator" -version = "1.3.11" +version = "1.3.12" dependencies = [ "cascade", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index e37dac83..ba573834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system76-keyboard-configurator" -version = "1.3.11" +version = "1.3.12" authors = ["Ian Douglas Scott ", "Jeremy Soller "] license = "GPL-3.0-or-later" edition = "2021" diff --git a/debian/changelog b/debian/changelog index 0e3c1e1a..13edc6ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +system76-keyboard-configurator (1.3.12) jammy; urgency=medium + + * 1.3.12 release. + + -- Ian Douglas Scott Wed, 07 Aug 2024 10:24:27 -0700 + system76-keyboard-configurator (1.3.11) jammy; urgency=medium * 1.3.11 release.