Skip to content

Commit

Permalink
chore(release): 0.39.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.39.0](Mahlet-Inc/hobbits@v0.38.1...v0.39.0) (2020-09-25)

### Bug Fixes

* [build] properly #include QPainterPath for Qt 5.15 for [#65](Mahlet-Inc/hobbits#65) ([2a66ed0](Mahlet-Inc/hobbits@2a66ed0))
* prevent spectrogram crash (caused by uninitialized values) ([8c60a16](Mahlet-Inc/hobbits@8c60a16))
* take skip bug in progress reports and output buffering ([92c8a29](Mahlet-Inc/hobbits@92c8a29))

### Features

* add packet capture importer ([4620445](Mahlet-Inc/hobbits@4620445))
* add preemptive size-limiting to UDP import ([9417f8e](Mahlet-Inc/hobbits@9417f8e))
  • Loading branch information
goldest-star committed Sep 25, 2020
1 parent 48d1edb commit 9de1d14
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.39.0](https://github.com/Mahlet-Inc/hobbits/compare/v0.38.1...v0.39.0) (2020-09-25)


### Bug Fixes

* [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))
* prevent spectrogram crash (caused by uninitialized values) ([8c60a16](https://github.com/Mahlet-Inc/hobbits/commit/8c60a16ac441d997465f3d5dd35d3cb55e19b2d1))
* take skip bug in progress reports and output buffering ([92c8a29](https://github.com/Mahlet-Inc/hobbits/commit/92c8a2980506cd88ecfaca95b6247357872f1010))


### Features

* add packet capture importer ([4620445](https://github.com/Mahlet-Inc/hobbits/commit/46204456690f43510aa0a9eb9877f949bf539c91))
* add preemptive size-limiting to UDP import ([9417f8e](https://github.com/Mahlet-Inc/hobbits/commit/9417f8e060d440a3ab4b73d57177d11fbcc927af))

## [0.38.1](https://github.com/Mahlet-Inc/hobbits/compare/v0.38.0...v0.38.1) (2020-09-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hobbits",
"version": "0.38.1",
"version": "0.39.0",
"private": true,
"config": {
"commitizen": {
Expand Down

0 comments on commit 9de1d14

Please sign in to comment.