Skip to content

Commit fc52eda

Browse files
committed
Version 0.2.1
1 parent 07ed58b commit fc52eda

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.2.1] - 2024-06-29
12+
13+
### Added
14+
15+
- Add EEPROM emulation
16+
17+
### Fixed
18+
19+
- Fix GPIO emulation bug
20+
1121
## [0.2.0] - 2023-03-20
1222

1323
### Added
@@ -37,7 +47,8 @@ and this project adheres to
3747

3848
- Initial release
3949

40-
[Unreleased]: https://github.com/grisp/grisp_emulation/compare/0.2.0...HEAD
50+
[Unreleased]: https://github.com/grisp/grisp_emulation/compare/0.2.1...HEAD
51+
[0.2.1]: https://github.com/grisp/grisp_emulation/compare/0.2.0...0.1.2
4152
[0.2.0]: https://github.com/grisp/grisp_emulation/compare/0.1.2...0.2.0
4253
[0.1.2]: https://github.com/grisp/grisp_emulation/compare/v0.1.1...0.1.2
4354
[0.1.1]: https://github.com/grisp/grisp_emulation/compare/v0.1.0...v0.1.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.2.0"},
3+
{vsn, "0.2.1"},
44
{registered, []},
55
{mod, {grisp_emulation, []}},
66
{applications, [

0 commit comments

Comments
 (0)