Bump version to 45.alpha

Update NEWS.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/258>
This commit is contained in:
Florian Müllner
2023-07-03 00:25:31 +02:00
parent 90031432da
commit 278d0afc79
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@@ -1,3 +1,14 @@
45.alpha
========
* window-list: Modernize default styling [Alexander; !253]
* Replace classic styling with built-in light style [Florian; !254]
* window-list: Add tooltip for long window titles [Arik; !251]
* light-style: New extension [Florian; !256]
* Misc. bug fixes and cleanups [Florian; !255, !257]
Contributors:
Florian Müllner, Arik W, Alexander Weichart
44.0
====
* Bump version

View File

@@ -1,5 +1,5 @@
project('gnome-shell-extensions',
version: '44.0',
version: '45.alpha',
meson_version: '>= 0.58.0',
license: 'GPL2+'
)