Skip to content

Commit 881c2fc

Browse files
committed
Version 0.2.0
Signed-off-by: Luca Succi <luca.succi@stritzinger.com>
1 parent 141ea9b commit 881c2fc

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ and this project adheres to
88

99
## [Unreleased]
1010

11-
## Changed
11+
## [0.2.0] - 2023-03-20
1212

13-
- Completely new emulation's design and refactoring
13+
### Added
14+
15+
- Add GRISP 2 support
16+
17+
### Changed
1418

15-
## Fixed
19+
- New emulation's design and refactoring [grisp_emulation/#2](https://github.com/grisp/grisp_emulation/pull/2)
1620

1721
## [0.1.2] - 2020-07-02
1822

@@ -33,10 +37,11 @@ and this project adheres to
3337

3438
- Initial release
3539

36-
[Unreleased]: https://github.com/grisp/grisp_emulation/compare/v0.1.2...HEAD
37-
[0.1.2]: https://github.com/grisp/grisp_emulation/compare/v0.1.1...v0.1.2
38-
[0.1.1]: https://github.com/grisp/grisp_emulation/releases/tag/v0.1.0...v0.1.1
39-
[0.1.0]: https://github.com/grisp/grisp_emulation/releases/tag/v0.1.0
40+
[Unreleased]: https://github.com/grisp/grisp_emulation/compare/0.2.0...HEAD
41+
[0.2.0]: https://github.com/grisp/grisp_emulation/compare/0.1.2...0.2.0
42+
[0.1.2]: https://github.com/grisp/grisp_emulation/compare/v0.1.1...0.1.2
43+
[0.1.1]: https://github.com/grisp/grisp_emulation/compare/v0.1.0...v0.1.1
44+
[0.1.0]: https://github.com/grisp/grisp_emulation/releases/v0.1.0
4045

4146
[grisp/\#76]: https://github.com/grisp/grisp/issues/76
4247
[\#1]: https://github.com/grisp/grisp_emulation/pull/1

src/grisp_emulation.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, grisp_emulation, [
22
{description, "Hardware emulation layer for the GRiSP runtime"},
3-
{vsn, "0.1.2"},
3+
{vsn, "0.2.0"},
44
{registered, []},
55
{mod, {grisp_emulation, []}},
66
{applications, [

0 commit comments

Comments
 (0)