hasl/hasl

Prep for the 0.2.0 release

11 months ago, Gary Kramlich
dce0f5baaf8d
Parents 71b8d5666b25
Children d24109384bda
Prep for the 0.2.0 release

This was just going to bump the version from 0.1.1-dev to 0.2.0-dev but I
decided to update the ChangeLog while I was at it.

Testing Done:
Ran `ninja turtles`

Reviewed at https://reviews.imfreedom.org/r/2513/
  • +7 -2
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Fri Jul 14 14:12:27 2023 -0500
    +++ b/ChangeLog Fri Jul 14 14:20:40 2023 -0500
    @@ -1,5 +1,10 @@
    -0.1.1: ????-??-??:
    - * Nothing yet, be the first!
    +0.2.0: ????-??-??:
    + * Use g_error_set_literal in HaslContext were applicable. (RR 2508) (Gary
    + Kramlich)
    + * Implement the ANONYMOUS mechanism. (HASL-6) (RR 2505) (Gary Kramlich)
    + * Add a bunch of missing documentation. (RR 2507) (Gary Kramlich)
    + * Add the hasl_version_* API. (HASL-3) (RR 2504) (Gary Kramlich)
    + * Fix some issues with the PLAIN mechanism. (RR 2506) (Gary Kramlich)
    0.1.0: 2023-06-28:
    * Initial revision.
    --- a/meson.build Fri Jul 14 14:12:27 2023 -0500
    +++ b/meson.build Fri Jul 14 14:20:40 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.1-dev')
    + version : '0.2.0-dev')
    gnome = import('gnome')
    pkgconfig = import('pkgconfig')