Skip to content

Commit

Permalink
trivial: post release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Feb 24, 2024
1 parent 1ccae16 commit 16efafd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ AppStream Release Notes

1. Set variables

OLD_VERSION="1.0.1"
NEW_VERSION="1.0.2"
OLD_VERSION="1.0.2"
NEW_VERSION="1.0.3"

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

git shortlog v$OLD_VERSION.. | grep -i -v -E '^\s*(trivial:|l10n:)' | grep -v Merge > NEWS.new

--------------------------------------------------------------------------------
Version 1.0.2
Version 1.0.3
~~~~~~~~~~~~~~
Released: 2024-xx-xx

Expand Down Expand Up @@ -53,7 +53,7 @@ git push
10. Send an email to [email protected]

=================================================
AppStream 1.0.2 released!
AppStream 1.0.3 released!

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

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project('AppStream', 'c',
default_options: ['c_std=c11', 'cpp_std=gnu++17'],

license: 'LGPL-2.1-or-later',
version: '1.0.2',
version: '1.0.3',
)

cc = meson.get_compiler('c')
Expand Down

0 comments on commit 16efafd

Please sign in to comment.