Skip to content

Commit 9c07fa8

Browse files
committed
Release v0.2.3
1 parent 4b55ad8 commit 9c07fa8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1313

1414
### Fixed
1515

16+
## 0.2.3 - 2022-09-14
17+
18+
### Added
19+
- Add support for fusesoc ([#4](https://github.com/pulp-platform/common_verification/pull/4))
20+
21+
### Fixed
22+
- `rand_id_queue`: Rename `empty` method to `is_empty` for XSIM compatibility. ([#4](https://github.com/pulp-platform/common_verification/pull/4))
23+
1624
## 0.2.2 - 2022-08-29
1725

1826
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.2
1+
0.2.3

fusesoc.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CAPI=2:
2-
name: pulp-platform.org::common_verification:0.2.2
2+
name: pulp-platform.org::common_verification:0.2.3
33

44
filesets:
55
# Files in this package are meant for simulation only.

0 commit comments

Comments
 (0)