Skip to content

Commit

Permalink
build: v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prlanzarin committed Dec 8, 2023
1 parent fb4219e commit c310584
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

All notable changes to this project will be documented in this file.

### v0.5.2

* fix: lock EBML write and close ops
- Fixes a crash
* build(docker): separate build and run stages, add APP version arg

### v0.5.1

fix: add onStart param to Subscribe call in http module
* fix: add onStart param to Subscribe call in http module

### v0.5.0

Expand All @@ -14,7 +20,7 @@ fix: add onStart param to Subscribe call in http module

* fix: change file mode of rec dir in nfpm scripts to 0700
* fix: change to working env prefix BBBRECORDER_, add docs on env vars
* fix: split dir and file modes, make the configs string
* fix: split dir and file modes, make the configs string

### v0.4.0

Expand All @@ -28,10 +34,9 @@ fix: add onStart param to Subscribe call in http module
### v0.3.0

* feat: add basic Prometheus instrumentation
* fix: CPU lock when reading packets from JB
* fix: CPU lock when reading packets from JB
* build: add basic Dockerfile


### v0.2.0

* First release
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1 1
0.5.2 1

0 comments on commit c310584

Please sign in to comment.