Skip to content

Commit f7ad504

Browse files
committed
Version 0.2.2
1 parent f02025c commit f7ad504

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.2.2] - 2024-06-29
12+
13+
### Fixed
14+
15+
- Fix race condition in EEPROM emulation
16+
1117
## [0.2.1] - 2024-06-29
1218

1319
### Added
@@ -47,8 +53,9 @@ and this project adheres to
4753

4854
- Initial release
4955

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
56+
[Unreleased]: https://github.com/grisp/grisp_emulation/compare/0.2.2...HEAD
57+
[0.2.2]: https://github.com/grisp/grisp_emulation/compare/0.2.1...0.2.2
58+
[0.2.1]: https://github.com/grisp/grisp_emulation/compare/0.2.0...0.2.1
5259
[0.2.0]: https://github.com/grisp/grisp_emulation/compare/0.1.2...0.2.0
5360
[0.1.2]: https://github.com/grisp/grisp_emulation/compare/v0.1.1...0.1.2
5461
[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.1"},
3+
{vsn, "0.2.2"},
44
{registered, []},
55
{mod, {grisp_emulation, []}},
66
{applications, [

0 commit comments

Comments
 (0)