From 50b676472ea5e7a33ce6e6284bc6356f5159d40e Mon Sep 17 00:00:00 2001 From: "julian.speith" Date: Mon, 29 Jul 2024 14:22:28 +0200 Subject: [PATCH] minor fixes --- CHANGELOG.md | 4 ++++ CURRENT_VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10819f7f397..d05598854ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [4.4.1](v4.4.1) - 2024-07-29 14:21:42+02:00 (urgency: medium) +* fixed `hal_py.GateLibrary.gate_types` pybind +* fixed `hal_py.NetlistFactory.load_netlist` pybind + ## [4.4.0](v4.4.0) - 2024-07-19 15:55:24+02:00 (urgency: medium) * **WARNING:** this release breaks the API of the `boolean_influence` and `bitorder_propagation` plugin * **WARNING:** this release contains many new unstable plugin APIs that will likely change in the future diff --git a/CURRENT_VERSION b/CURRENT_VERSION index fdc6698807a..cca25a93cd0 100644 --- a/CURRENT_VERSION +++ b/CURRENT_VERSION @@ -1 +1 @@ -4.4.0 +4.4.1