Skip to content
Permalink
Browse files
trivial: post release version bump
  • Loading branch information
ximion committed Feb 10, 2023
1 parent 859c2a2 commit c6ab805
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
@@ -2,15 +2,15 @@ AppStream Release Notes

1. Set variables

OLD_VERSION="0.16.0"
NEW_VERSION="0.16.1"
OLD_VERSION="0.16.1"
NEW_VERSION="0.16.2"

2. Write NEWS entries for AppStream in the same format as usual.

git shortlog v$OLD_VERSION.. | grep -i -v trivial | grep -v Merge > NEWS.new

--------------------------------------------------------------------------------
Version 0.16.1
Version 0.16.2
~~~~~~~~~~~~~~
Released: 2023-xx-xx

@@ -53,7 +53,7 @@ git push
10. Send an email to appstream@lists.freedesktop.org

=================================================
AppStream 0.16.1 released!
AppStream 0.16.2 released!

Tarballs available here: https://www.freedesktop.org/software/appstream/releases/

@@ -3,7 +3,7 @@ project('AppStream', 'c',
default_options: ['c_std=c11', 'cpp_std=gnu++14'],

license: 'LGPL-2.1+',
version: '0.16.1',
version: '0.16.2',
)

cc = meson.get_compiler('c')

0 comments on commit c6ab805

Please sign in to comment.