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 Dec 8, 2024
1 parent ed3be6d commit 2ae9102
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.3"
NEW_VERSION="1.0.4"
OLD_VERSION="1.0.4"
NEW_VERSION="1.0.5"

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.4
Version 1.0.5
~~~~~~~~~~~~~~
Released: 2024-xx-xx

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

=================================================
AppStream 1.0.4 released!
AppStream 1.0.5 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.4',
version: '1.0.5',
)

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

0 comments on commit 2ae9102

Please sign in to comment.