From d86cbbf5ab5b35ba027c1d0636d19c2b429a74d6 Mon Sep 17 00:00:00 2001 From: Matvey Soloviev Date: Tue, 23 Nov 2021 16:33:28 -0500 Subject: [PATCH] Fix CI and bump deb package version. Fix CI and bump deb package version. Try to fix CI (2) Remove questionable choice of condition from clatexmath build files in attempt to fix CI Typo fix Trying to fix automated gcc7.5.0 build of clatexmath, again Typo fix, again Yet another typo fix Bump deb package version. --- .github/workflows/package-deb.yml | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/package-deb.yml b/.github/workflows/package-deb.yml index 56f0dc5..52f0e73 100644 --- a/.github/workflows/package-deb.yml +++ b/.github/workflows/package-deb.yml @@ -25,5 +25,5 @@ jobs: automatic_release_tag: "latest-deb" prerelease: true title: "Ubuntu 18.04 package for development version" - files: ../notekit_0.1-1_amd64.deb + files: ../notekit_0.2_amd64.deb diff --git a/debian/changelog b/debian/changelog index aac28d0..64ea39e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +notekit (0.2) unstable; urgency=medium + + * Various bugfixes. + * Add support for inline images and image pasting. + * Misc improvements. + + -- Matvey Soloviev Tue, 23 Nov 2021 16:20:00 -0500 + notekit (0.1-1) unstable; urgency=medium * Initial release