Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI and bump deb package version.
Browse files Browse the repository at this point in the history
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.
blackhole89 committed Nov 23, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 277a30b commit d86cbbf
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-deb.yml
Original file line number Diff line number Diff line change
@@ -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

8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
notekit (0.2) unstable; urgency=medium

* Various bugfixes.
* Add support for inline images and image pasting.
* Misc improvements.

-- Matvey Soloviev <[email protected]> Tue, 23 Nov 2021 16:20:00 -0500

notekit (0.1-1) unstable; urgency=medium

* Initial release

0 comments on commit d86cbbf

Please sign in to comment.