From f62317562c837e5489e15d99a8671e33a73d2a2c Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 3 Jul 2023 15:34:57 +0200 Subject: [PATCH] Version 0.7.0 --- docs/changelog.rst | 35 +++++++++++++++++++++++++++++++++++ pydyf/__init__.py | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index f652602..e116ac8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,41 @@ Changelog ========= +Version 0.7.0 +------------- + +Released on 2023-07-03. + +Dependencies: + +* Python 3.11 is supported and tested + +Bug fixes: + +* Fix size of fields for xref + +Backers and sponsors: + +* Castedo Ellerman +* Spacinov +* Kobalt +* Grip Angebotssoftware +* Crisp BV +* Manuel Barkhau +* SimonSoft +* Menutech +* KontextWork +* NCC Group +* René Fritz +* TrainingSparkle +* Healthchecks.io +* Moritz Mahringer +* Yanal-Yvez Fargialla +* Synapsium +* Piotr Horzycki +* Hammerbacher + + Version 0.6.0 ------------- diff --git a/pydyf/__init__.py b/pydyf/__init__.py index 04bad3e..3d0b122 100755 --- a/pydyf/__init__.py +++ b/pydyf/__init__.py @@ -9,7 +9,7 @@ from hashlib import md5 from math import ceil, log -VERSION = __version__ = '0.6.0' +VERSION = __version__ = '0.7.0' def _to_bytes(item):