Skip to content

Commit

Permalink
Version and changelog bumps in preparation of release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Henkes committed Dec 9, 2020
1 parent 564a346 commit 5ed20f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.1] - 2020-10-24
## [0.0.2] - 2020-12-09

### Changed

- bug fixed in the EditView

## [0.0.1] - 2020-12-02

### Added

- 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/TH-eMundo/scapy-packet_viewer/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/TH-eMundo/scapy-packet_viewer/releases/tag/v0.0.1
[unreleased]: https://github.com/emundo/scapy-packet_viewer/compare/v0.0.2...HEAD
[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.1"
__version__["short"] = "0.0.2"
__version__["tag"] = "alpha"
__version__["full"] = "{}-{}".format(__version__["short"], __version__["tag"])

0 comments on commit 5ed20f4

Please sign in to comment.