gplugin/gplugin

Prepare for the 0.37.0 release
v0.37.0
2021-11-11, Gary Kramlich
edd74683ec34
Parents 7eb73fb7c70e
Children 3babdd90f476
Prepare for the 0.37.0 release

Testing Done:
Ran meson dist

Reviewed at https://reviews.imfreedom.org/r/1132/
  • +6 -2
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu Nov 11 21:34:00 2021 -0600
    +++ b/ChangeLog Thu Nov 11 21:47:28 2021 -0600
    @@ -1,5 +1,9 @@
    -0.36.1: ????/??/??:
    - * Nothing yet, be the first!
    +0.37.0: 2021/11/11:
    + * Add convenience functions gplugin_manager_append_paths_from_environment and
    + gplugin_manager_prepend_paths. (RR 997) (Paul Jimenez)
    + * Add gplugin-gtk4-view to the rpm specfile. (RR 1097) (Gary Kramlich)
    + * Fix some gi-docgen annotations that were causing the build to fail. (RR
    + 1131) (Gary Kramlich)
    0.36.0: 2021/10/14:
    * Update POTFILES for the gtk -> gtk3 rename. (RR 967) (Gary Kramlich)
    --- a/meson.build Thu Nov 11 21:34:00 2021 -0600
    +++ b/meson.build Thu Nov 11 21:47:28 2021 -0600
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.36.1-dev',
    + version : '0.37.0',
    meson_version : '>=0.56.0',
    default_options : ['c_std=c99', 'warning_level=2'])