diff --git a/CHANGELOG.md b/CHANGELOG.md index 66b3b3892d..0a5bd1a701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,23 @@ # Changelog This file contains the changelog for the Deeploy project. The changelog is divided into sections based on the version of the project. Each section contains a list of pull requests, features, changes, fixes, and removals that were made in that version. -## Release v0.2.0 (2025-07-09) +## Unreleased (Planned Release Target: v0.2.1) +### List of Pull Requests +- Prepare Post v0.2.0 Release [#104](https://github.com/pulp-platform/Deeploy/pull/104) + +### Added +- + +### Changed +- + +### Fixed +- + +### Removed +- + +## Release v0.2.0 (2025-07-08) [#103](https://github.com/pulp-platform/Deeploy/pull/103) This release containing major architectural changes, new platform support, enhanced simulation workflows, floating-point kernel support, training infrastructure for CCT models, memory allocation strategies, and documentation improvements. ### List of Pull Requests diff --git a/pyproject.toml b/pyproject.toml index 752603f21b..758bbae9ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "PULP-Deeploy" -version = '0.2.0' +version = '0.2.1' description = "Deeploy - DNN Compiler for Heterogeneous SoCs" authors = [ { name="Victor Jung", email="jungvi@iis.ee.ethz.ch" },