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 Nov 11, 2023
1 parent 4be36d5 commit 24fba9d
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="0.16.2"
NEW_VERSION="1.0.0"
OLD_VERSION="1.0.0"
NEW_VERSION="1.0.1"

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.0
Version 1.0.1
~~~~~~~~~~~~~~
Released: 2023-xx-xx

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

=================================================
AppStream 1.0.0 released!
AppStream 1.0.1 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.0',
version: '1.0.1',
)

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

0 comments on commit 24fba9d

Please sign in to comment.