Skip to content

Commit

Permalink
Version v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed Feb 26, 2024
1 parent 1121a48 commit 1127fe4
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 49 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,55 @@ Changelog
=========


Version 0.9.0
-------------

Released on 2024-02-26.

Dependencies:

* Python 3.12 is supported and tested
* Python 3.8+ is now needed, Python 3.7 is not supported anymore

New features:

* Add inline images support

Performance:

* Simplify `_to_bytes()`

Documentation:

* Add sample to create a PDF with metadata

Contributors:

* Panagiotis H.M. Issaris
* Guillaume Ayoub
* Lucie Anglade

Backers and sponsors:

* Spacinov
* Kobalt
* Grip Angebotssoftware
* Manuel Barkhau
* SimonSoft
* Menutech
* KontextWork
* René Fritz
* Simon Sapin
* Arcanite
* TrainingSparkle
* Healthchecks.io
* Hammerbacher
* Docraptor
* Yanal-Yvez Fargialla
* Morntag
* NBCO


Version 0.8.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion pydyf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from hashlib import md5
from math import ceil, log

VERSION = __version__ = '0.8.0'
VERSION = __version__ = '0.9.0'


def _to_bytes(item):
Expand Down

0 comments on commit 1127fe4

Please sign in to comment.