Skip to content

Commit 0903493

Browse files
chore(release): 0.52.0 [skip ci]
# [0.52.0](v0.51.1...v0.52.0) (2021-10-07) ### Bug Fixes * code quality improvements ([a44f957](a44f957)) * fixing macOs build issues, removing outdated code ([fc602c2](fc602c2)) * idk why this wont work anymore ([c6c86be](c6c86be)) * libusb import headers may have been causing the centOS build to fail ([ff05cf0](ff05cf0)) * more centOS fixes ([3385239](3385239)) * more code quality improvements ([e51252e](e51252e)) * more readability changes ([001e772](001e772)) * reimplementing the libusb-1.0 into the include statement ([e5a2a61](e5a2a61)) * removed libusb-1.0/ from the .h files as that was causing problems too ([14c5dc9](14c5dc9)) * removing the plaeholder text in usb reader ([4f89aab](4f89aab)) * removing trouble causing lines in USBreader ([94e6151](94e6151)) * resolve parser class names for kaitai specs with underscores ([33613e9](33613e9)) ### Features * add USB reader importer plugin ([65ce534](65ce534)) * UI for USB reader plugin is almost done ([495ffb1](495ffb1)) * USB reader plugin, device, interface, alternate setting, and endpoint selectors ([7e415c7](7e415c7))
1 parent f309c6a commit 0903493

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [0.52.0](https://github.com/Mahlet-Inc/hobbits/compare/v0.51.1...v0.52.0) (2021-10-07)
2+
3+
4+
### Bug Fixes
5+
6+
* code quality improvements ([a44f957](https://github.com/Mahlet-Inc/hobbits/commit/a44f9573e6f38191de5137455613a3b56cc41869))
7+
* fixing macOs build issues, removing outdated code ([fc602c2](https://github.com/Mahlet-Inc/hobbits/commit/fc602c273698da7ba8fb22f8e05c518031011762))
8+
* idk why this wont work anymore ([c6c86be](https://github.com/Mahlet-Inc/hobbits/commit/c6c86be29c02daeee353b2e209efe6cec5218bbe))
9+
* libusb import headers may have been causing the centOS build to fail ([ff05cf0](https://github.com/Mahlet-Inc/hobbits/commit/ff05cf04e3f99183eeeb18569f897a6d546e1b40))
10+
* more centOS fixes ([3385239](https://github.com/Mahlet-Inc/hobbits/commit/338523938f6e22fddf0436f0af3291d632c7c9bc))
11+
* more code quality improvements ([e51252e](https://github.com/Mahlet-Inc/hobbits/commit/e51252e189d554614281c75ff608741b8f2a6697))
12+
* more readability changes ([001e772](https://github.com/Mahlet-Inc/hobbits/commit/001e772ebce20c7d4528a9ac39c1f2ca622f8b48))
13+
* reimplementing the libusb-1.0 into the include statement ([e5a2a61](https://github.com/Mahlet-Inc/hobbits/commit/e5a2a6116902f3ba8a81184507dbf7ccf8fe068e))
14+
* removed libusb-1.0/ from the .h files as that was causing problems too ([14c5dc9](https://github.com/Mahlet-Inc/hobbits/commit/14c5dc9e1d3f5999004dea45e07e28be3fa38921))
15+
* removing the plaeholder text in usb reader ([4f89aab](https://github.com/Mahlet-Inc/hobbits/commit/4f89aaba13af59a3db003c34b8d9472dd55578d5))
16+
* removing trouble causing lines in USBreader ([94e6151](https://github.com/Mahlet-Inc/hobbits/commit/94e6151b49f434e70ce46f46946d820e3229674a))
17+
* resolve parser class names for kaitai specs with underscores ([33613e9](https://github.com/Mahlet-Inc/hobbits/commit/33613e926c8c452fb1d52cce22da97a06fb33d9b))
18+
19+
20+
### Features
21+
22+
* add USB reader importer plugin ([65ce534](https://github.com/Mahlet-Inc/hobbits/commit/65ce534e33176371faa2877ab726eb200b72fdf3))
23+
* UI for USB reader plugin is almost done ([495ffb1](https://github.com/Mahlet-Inc/hobbits/commit/495ffb1f4552d0969b7bf0d554bca84949c0ac80))
24+
* USB reader plugin, device, interface, alternate setting, and endpoint selectors ([7e415c7](https://github.com/Mahlet-Inc/hobbits/commit/7e415c7c3ddf59f75752c2dd6600bd89ed3211f2))
25+
126
## [0.51.1](https://github.com/Mahlet-Inc/hobbits/compare/v0.51.0...v0.51.1) (2021-08-24)
227

328

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hobbits",
3-
"version": "0.51.1",
3+
"version": "0.52.0",
44
"private": true,
55
"config": {
66
"commitizen": {

0 commit comments

Comments
 (0)