Skip to content

Commit 8dc4440

Browse files
author
Stefan Mach
committed
🔖 Release 0.6.6
2 parents 204706c + b0e0cc1 commit 8dc4440

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Bender.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package:
33
authors: ["Stefan Mach <smach@iis.ee.ethz.ch>"]
44

55
dependencies:
6-
common_cells: {git: "https://github.com/pulp-platform/common_cells.git", version: 1.20.0}
6+
common_cells: {git: "https://github.com/pulp-platform/common_cells.git", version: 1.21.0}
77
fpu_div_sqrt_mvp: {git: "https://github.com/pulp-platform/fpu_div_sqrt_mvp.git", version: 1.0.4}
88

99
sources:

docs/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ Versions of the IP in the same major relase are "pin-compatible" with each other
1313
### Added
1414
### Changed
1515
### Fixed
16-
- [common_cells] Bump to fix compilation order
1716

1817

18+
## [0.6.6] - 2021-04-19
19+
20+
### Changed
21+
- [common_cells] Bump common cells version
22+
1923
## [0.6.5] - 2020-11-06
2024

2125
### Fixed

ips_list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020

2121
common_cells:
22-
commit: v1.20.0
22+
commit: v1.21.0
2323
domain: [soc, cluster]
2424

2525
fpu_div_sqrt_mvp:

0 commit comments

Comments
 (0)