File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ The format is based on [Keep a Changelog][],
6
6
and this project adheres to [ Semantic Versioning] [ ] .
7
7
8
8
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
+
9
25
## [ v0.9.0] ( https://github.com/mishamyrt/nuga-lib/releases/tag/v0.9.0 ) - 2024-05-26
10
26
### Bug Fixes
11
27
- clarify device response check
@@ -231,7 +247,8 @@ and this project adheres to [Semantic Versioning][].
231
247
232
248
[ keep a changelog ] : https://keepachangelog.com/en/1.0.0/
233
249
[ 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
235
252
[ v0.9.0 ] : https://github.com/mishamyrt/nuga-lib/compare/v0.8.2...v0.9.0
236
253
[ v0.8.2 ] : https://github.com/mishamyrt/nuga-lib/compare/v0.8.1...v0.8.2
237
254
[ v0.8.1 ] : https://github.com/mishamyrt/nuga-lib/compare/v0.8.0...v0.8.1
You can’t perform that action at this time.
0 commit comments