hasl/hasl

Prepare for the 0.1.0 release
v0.1.0
11 months ago, Gary Kramlich
426ec968cd5b
Parents 48347a0847fb
Children 17b28434f75f
Prepare for the 0.1.0 release

Testing Done:
Ran `meson dist`

Reviewed at https://reviews.imfreedom.org/r/2488/
  • +3 -0
    ChangeLog
  • +1 -1
    meson.build
  • --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/ChangeLog Thu Jun 29 02:19:23 2023 -0500
    @@ -0,0 +1,3 @@
    +0.1.0: 2023-06-28:
    + * Initial revision.
    + * Add support for PLAIN and EXTERNAL mechanism.
    --- a/meson.build Thu Jun 29 02:00:22 2023 -0500
    +++ b/meson.build Thu Jun 29 02:19:23 2023 -0500
    @@ -2,7 +2,7 @@
    default_options : ['c_std=c17', 'warning_level=3'],
    license : 'LGPL-2.1-or-later',
    meson_version : '>=0.58.0',
    - version : '0.1.0-dev')
    + version : '0.1.0')
    gnome = import('gnome')
    pkgconfig = import('pkgconfig')