From 470d4a124a324ff89031776c6a490178326e610f Mon Sep 17 00:00:00 2001 From: Alecaddd Date: Sat, 11 Apr 2020 22:32:16 -0700 Subject: [PATCH] Another version bump --- ...github.alecaddd.sequeler.appdata.xml.in.in | 19 ++++++++++--------- debian/changelog | 6 ++++++ meson.build | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/data/com.github.alecaddd.sequeler.appdata.xml.in.in b/data/com.github.alecaddd.sequeler.appdata.xml.in.in index 55ee0dd0..a73b605d 100644 --- a/data/com.github.alecaddd.sequeler.appdata.xml.in.in +++ b/data/com.github.alecaddd.sequeler.appdata.xml.in.in @@ -37,9 +37,10 @@ @appid@ - +

More fixes!

+

0.7.8 changelog

  • Fixed usage attempt of wrong Vala method.
@@ -59,6 +60,14 @@
+ + +

More fixes!

+
    +
  • Fixed usage attempt of wrong Vala method.
  • +
+
+

Because 0.7.6 never happened!

@@ -67,14 +76,6 @@
  • Implement GDA Placeholder statement.
  • Improve Query Tab iconography.
  • -

    0.7.6 changelog

    -
      -
    • Fix ORDER BY in PostgreSQL Relationship view.
    • -
    • Improve MySQL structure view.
    • -
    • Drop Granite.Settings in favour of GLib.Settings.
    • -
    • Implement Granite.Notebook on the Query tab.
    • -
    • Show query error messages inline.
    • -
    diff --git a/debian/changelog b/debian/changelog index df2938c3..8057b967 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.alecaddd.sequeler (0.7.9) xenial; urgency=high + + * Fixed usage of wrong Vala method. + + -- Alessandro Castellani Thu, 12 Apr 2020 11:00:00 -0700 + com.github.alecaddd.sequeler (0.7.8) xenial; urgency=high * Fixed usage attempt of wrong Vala method. diff --git a/meson.build b/meson.build index 4b7b3ace..81c96391 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ # project name and programming language project('com.github.alecaddd.sequeler', 'vala', 'c', - version: '0.7.8') + version: '0.7.9') cc = meson.get_compiler('c') m_dep = cc.find_library('m', required: true)