Update changelog
This commit is contained in:
parent
477797503c
commit
6e2ccef01b
16
CHANGES.rst
16
CHANGES.rst
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.10.1'
|
||||
__version__ = '0.10.2'
|
||||
|
|
Loading…
Reference in a new issue