Skip to content

Commit

Permalink
Bumped version to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oshaked1 committed Jun 10, 2024
1 parent 6b308f4 commit 039a7a3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
TRACEESHARK_VERSION=0.2.1
TRACEESHARK_VERSION=0.2.2
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
tag_name: ${{ github.event.inputs.tag }}
release_name: ${{ github.event.inputs.tag }}
body: ${{ github.event.inputs.release_body }}
draft: true
prerelease: true
outputs:
upload_url: ${{ steps.create-release.outputs.upload_url }}

Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v0.2.2

Added:

- Live capture

- Remove container from previous run

- Add configuration for capturing artifacts

- Added toolbar for controlling the capture

- Remote capture - copy artifacts from remote machine on demand and on capture stop

- Inject captured packets into event stream on demand, periodically, and on capture stop

- Added GitHub workflow for automatic builds across all platforms

Fixed:

- Live capture bugfixes

## v0.2.1

Changed:
Expand Down

0 comments on commit 039a7a3

Please sign in to comment.