Skip to content

Commit c2a77e5

Browse files
committed
chore: release v0.9.1
1 parent d81ca7e commit c2a77e5

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ The format is based on [Keep a Changelog][],
66
and this project adheres to [Semantic Versioning][].
77

88

9+
## [v0.9.1](https://github.com/mishamyrt/nuga-lib/releases/tag/v0.9.1) - 2024-05-27
10+
### Bug Fixes
11+
- avoid non-template keyboard parsing
12+
13+
### Features
14+
- improve effect parsing error handling
15+
- remove firmware version from dump
16+
17+
### Refactoring
18+
- rework cli utilities
19+
- use handler by interface
20+
21+
### Testing
22+
- check all simulations
23+
24+
925
## [v0.9.0](https://github.com/mishamyrt/nuga-lib/releases/tag/v0.9.0) - 2024-05-26
1026
### Bug Fixes
1127
- clarify device response check
@@ -231,7 +247,8 @@ and this project adheres to [Semantic Versioning][].
231247

232248
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
233249
[semantic versioning]: https://semver.org/spec/v2.0.0.html
234-
[Unreleased]: https://github.com/mishamyrt/nuga-lib/compare/v0.9.0...HEAD
250+
[Unreleased]: https://github.com/mishamyrt/nuga-lib/compare/v0.9.1...HEAD
251+
[v0.9.1]: https://github.com/mishamyrt/nuga-lib/compare/v0.9.0...v0.9.1
235252
[v0.9.0]: https://github.com/mishamyrt/nuga-lib/compare/v0.8.2...v0.9.0
236253
[v0.8.2]: https://github.com/mishamyrt/nuga-lib/compare/v0.8.1...v0.8.2
237254
[v0.8.1]: https://github.com/mishamyrt/nuga-lib/compare/v0.8.0...v0.8.1

0 commit comments

Comments
 (0)