Update changelog
This commit is contained in:
parent
1d5a0630ef
commit
adaa39f572
13
CHANGES.rst
13
CHANGES.rst
|
@ -5,6 +5,19 @@ CHANGELOG
|
|||
Unreleased
|
||||
----------
|
||||
|
||||
0.10.0 (2024-04-28)
|
||||
-------------------
|
||||
|
||||
This version bump is to reflect adding support for Vue 3 + Oruga via
|
||||
the 'butterball' theme. There is likely more work to be done for that
|
||||
yet, but it mostly works at this point.
|
||||
|
||||
* Misc. template and view logic tweaks (applicable to all themes) for
|
||||
better patterns, consistency etc.
|
||||
|
||||
* Add initial support for Vue 3 + Oruga, via "butterball" theme.
|
||||
|
||||
|
||||
0.9.96 (2024-04-25)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.96'
|
||||
__version__ = '0.10.0'
|
||||
|
|
Loading…
Reference in a new issue