diff --git a/debian/changelog b/debian/changelog index cc89f5db..28951a35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +squeekboard (1.14.0pureos0~amber0) amber-phone; urgency=medium + + [ Dorota Czaplejewicz ] + * data: Split into loading and parsing + * layout: Remove unused code + * build: Fix unnecessary shell quotes + * popover: Allow spanning outside panel area + * cargo: Update dependencies before release + + [ undef ] + * Fix typos jp keyboard comments + + [ anteater ] + * use the correct GtkStyleProviderPriority to indicate that the styles are provided by the application + * remove some unnecessary unsafe code + + -- Dorota Czaplejewicz Sat, 15 May 2021 12:45:20 +0000 + squeekboard (1.13.0pureos0~amber0) amber-phone; urgency=medium [ Dorota Czaplejewicz ] diff --git a/meson.build b/meson.build index c917378c..342eccaa 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'squeekboard', 'c', 'rust', - version: '1.13.0', + version: '1.14.0', license: 'GPLv3', meson_version: '>=0.51.0', default_options: [