From 83db9fd9d45b590f97c210bb7be0dc75e7f6c969 Mon Sep 17 00:00:00 2001 From: jeffser Date: Wed, 11 Sep 2024 16:34:07 -0600 Subject: [PATCH] Preparing version 2.0.1 --- data/com.jeffser.Alpaca.metainfo.xml.in | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in index 0ba9d5c..1cd176a 100644 --- a/data/com.jeffser.Alpaca.metainfo.xml.in +++ b/data/com.jeffser.Alpaca.metainfo.xml.in @@ -78,6 +78,17 @@ https://github.com/Jeffser/Alpaca/discussions/154 https://github.com/Jeffser/Alpaca + + https://github.com/Jeffser/Alpaca/releases/tag/2.0.1 + +

Fixes

+
    +
  • Fixed 'clear chat' option
  • +
  • Fixed welcome dialog causing the local instance to not launch
  • +
  • Fixed support for AMD GPUs
  • +
+
+
https://github.com/Jeffser/Alpaca/releases/tag/2.0.0 diff --git a/meson.build b/meson.build index ac12d8c..200764f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', 'c', - version: '2.0.0', + version: '2.0.1', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )