Update changelog

This commit is contained in:
Lance Edgar 2024-04-28 17:33:06 -05:00
parent 1d5a0630ef
commit adaa39f572
2 changed files with 14 additions and 1 deletions

View file

@ -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)
-------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.9.96'
__version__ = '0.10.0'