Skip to content

Commit 7912151

Browse files
committed
chore: release v0.9.0
1 parent caa30ac commit 7912151

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

CHANGELOG.md

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

88

9+
## [v0.9.0](https://github.com/mishamyrt/nuga-lib/releases/tag/v0.9.0) - 2024-05-26
10+
### Bug Fixes
11+
- clarify device response check
12+
- improve simulation error handling
13+
- avoid backlight colors out of bounds
14+
- avoid possible custom color out of bounds
15+
- correctly set win keys on simulation
16+
17+
### CI
18+
- ignore examples
19+
20+
### Features
21+
- validate response length
22+
- update simulation
23+
- update default dumps
24+
- add response heading assertion
25+
- format bytes to uppercase
26+
- refactor features dumping
27+
- replace keymap apply with bytes dumper
28+
- allow variable length codes slice
29+
30+
### Refactoring
31+
- clarify backlight colors payload size
32+
33+
### Testing
34+
- avoid out of bounds on keymap serialization
35+
36+
937
## [v0.8.2](https://github.com/mishamyrt/nuga-lib/releases/tag/v0.8.2) - 2024-05-05
1038
### Bug Fixes
1139
- correctly set none action type
@@ -203,7 +231,8 @@ and this project adheres to [Semantic Versioning][].
203231

204232
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
205233
[semantic versioning]: https://semver.org/spec/v2.0.0.html
206-
[Unreleased]: https://github.com/mishamyrt/nuga-lib/compare/v0.8.2...HEAD
234+
[Unreleased]: https://github.com/mishamyrt/nuga-lib/compare/v0.9.0...HEAD
235+
[v0.9.0]: https://github.com/mishamyrt/nuga-lib/compare/v0.8.2...v0.9.0
207236
[v0.8.2]: https://github.com/mishamyrt/nuga-lib/compare/v0.8.1...v0.8.2
208237
[v0.8.1]: https://github.com/mishamyrt/nuga-lib/compare/v0.8.0...v0.8.1
209238
[v0.8.0]: https://github.com/mishamyrt/nuga-lib/compare/v0.7.5...v0.8.0

0 commit comments

Comments
 (0)