Skip to content

Commit

Permalink
Update version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
akorb committed Dec 31, 2020
1 parent c76b535 commit e032d15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.3] - 2020-12-31

### Changed

- Fixed crash appearing in filtering when at least one packet did not contain a requested attribute.

## [0.0.2] - 2020-12-09

### Changed
Expand All @@ -20,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial version of the packet viewer for SecDev's Scapy
- Initial version of the CAN analysis custom view for the packet viewer

[unreleased]: https://github.com/emundo/scapy-packet_viewer/compare/v0.0.2...HEAD
[unreleased]: https://github.com/emundo/scapy-packet_viewer/compare/v0.0.3...HEAD
[0.0.3]: https://github.com/emundo/scapy-packet_viewer/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/emundo/scapy-packet_viewer/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/emundo/scapy-packet_viewer/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion scapy_packet_viewer/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only

__version__ = {}
__version__["short"] = "0.0.2"
__version__["short"] = "0.0.3"
__version__["tag"] = "alpha"
__version__["full"] = "{}-{}".format(__version__["short"], __version__["tag"])

0 comments on commit e032d15

Please sign in to comment.