gplugin/gplugin

Prepare for the 0.42.1 release
v0.42.1
5 months ago, Gary Kramlich
4b738ff120f0
Parents c998c3e8f9da
Children 2998f390be04
Prepare for the 0.42.1 release

Testing Done:
Ran `ninja dist`

Reviewed at https://reviews.imfreedom.org/r/2825/
  • +3 -2
    ChangeLog
  • +1 -1
    meson.build
  • --- a/ChangeLog Thu Nov 16 22:53:05 2023 -0600
    +++ b/ChangeLog Thu Nov 16 23:29:11 2023 -0600
    @@ -1,5 +1,6 @@
    -0.42.1: ????/??/??
    - * Nothing yet, be the first!!
    +0.42.1: 2023/11/16
    + * Only add GModule's include directory to GPlugin dependency (RR 2824)
    + (Elliott Sales de Andrade)
    0.42.0: 2023/11/16
    * Worked around the silly version compare warning (RR 2509) (Gary Kramlich)
    --- a/meson.build Thu Nov 16 22:53:05 2023 -0600
    +++ b/meson.build Thu Nov 16 23:29:11 2023 -0600
    @@ -3,7 +3,7 @@
    ###############################################################################
    project('gplugin', 'c',
    license : 'LGPL-2.0-or-later',
    - version : '0.42.1-dev',
    + version : '0.42.1',
    meson_version : '>=0.61.0',
    default_options : ['c_std=c17', 'warning_level=2'])