diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1f46a..ffaa331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog Changelog for dupicolib +## [0.5.0] - 2024-09-02 +### Added +- Support for CXFER read mode + ## [0.4.2] - 2024-08-18 ### Added - Added pin '0' toboard pin translation map to indicate an 'NC' pin diff --git a/pyproject.toml b/pyproject.toml index 2c55df6..db0b08a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dupicolib" -version = "0.4.3" +version = "0.5.0" description = "Library to interface with the dupico hardware" authors = [ { name = "Fabio Battaglia", email = "hkzlabnet@gmail.com" }