Skip to content

Commit 564f5b2

Browse files
committed
Setup v0.2.1 release
1 parent c7fd2a1 commit 564f5b2

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22
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.
33

4+
## Unreleased (Planned Release Target: v0.3.0)
5+
### List of Pull Requests
6+
-
7+
8+
### Added
9+
-
10+
11+
### Changed
12+
-
13+
14+
### Fixed
15+
-
16+
17+
### Removed
18+
-
19+
420
## Release v0.2.0 (2025-07-09)
521
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.
622

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "PULP-Deeploy"
3-
version = '0.2.0'
3+
version = '0.2.1-rc1'
44
description = "Deeploy - DNN Compiler for Heterogeneous SoCs"
55
authors = [
66
{ name="Victor Jung", email="jungvi@iis.ee.ethz.ch" },

0 commit comments

Comments
 (0)