Skip to content

Commit cc8043d

Browse files
chore(release): 0.39.0 [skip ci]
# [0.39.0](v0.38.1...v0.39.0) (2020-09-25) ### Bug Fixes * [build] properly #include QPainterPath for Qt 5.15 for [#65](#65) ([2a66ed0](2a66ed0)) * prevent spectrogram crash (caused by uninitialized values) ([8c60a16](8c60a16)) * take skip bug in progress reports and output buffering ([92c8a29](92c8a29)) ### Features * add packet capture importer ([4620445](4620445)) * add preemptive size-limiting to UDP import ([9417f8e](9417f8e))
1 parent 4ccc492 commit cc8043d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.39.0](https://github.com/Mahlet-Inc/hobbits/compare/v0.38.1...v0.39.0) (2020-09-25)
2+
3+
4+
### Bug Fixes
5+
6+
* [build] properly #include QPainterPath for Qt 5.15 for [#65](https://github.com/Mahlet-Inc/hobbits/issues/65) ([2a66ed0](https://github.com/Mahlet-Inc/hobbits/commit/2a66ed0a7b2a177d799ddb3aa9427b6ebae6af2c))
7+
* prevent spectrogram crash (caused by uninitialized values) ([8c60a16](https://github.com/Mahlet-Inc/hobbits/commit/8c60a16ac441d997465f3d5dd35d3cb55e19b2d1))
8+
* take skip bug in progress reports and output buffering ([92c8a29](https://github.com/Mahlet-Inc/hobbits/commit/92c8a2980506cd88ecfaca95b6247357872f1010))
9+
10+
11+
### Features
12+
13+
* add packet capture importer ([4620445](https://github.com/Mahlet-Inc/hobbits/commit/46204456690f43510aa0a9eb9877f949bf539c91))
14+
* add preemptive size-limiting to UDP import ([9417f8e](https://github.com/Mahlet-Inc/hobbits/commit/9417f8e060d440a3ab4b73d57177d11fbcc927af))
15+
116
## [0.38.1](https://github.com/Mahlet-Inc/hobbits/compare/v0.38.0...v0.38.1) (2020-09-12)
217

318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hobbits",
3-
"version": "0.38.1",
3+
"version": "0.39.0",
44
"private": true,
55
"config": {
66
"commitizen": {

0 commit comments

Comments
 (0)