Update changelog

This commit is contained in:
Lance Edgar 2023-02-10 20:23:55 -06:00
parent 477797503c
commit 6e2ccef01b
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
CHANGELOG
=========
0.10.2 (2023-02-10)
-------------------
* Bump version cap for SQLAlchemy to 1.4.x.
* Avoid deprecated SessionExtension for newer SQLAlchemy.
* Address a warning from SQLAlchemy for ``declarative_base``.
* Do not cache label printer, formatter.
* Avoid error when ``borg create`` exits with code 1.
* Only make "missing" credits for purchase batch, when product is known.
0.10.1 (2023-02-04)
-------------------

View file

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