Skip to content

Commit

Permalink
Release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbruno25 committed Aug 2, 2023
1 parent d207d2b commit 5b650a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---
## [0.1.6] - 2023-08-02

### Fixed

- Re-release with `ic_sim.log` included

---
## [0.1.5] - 2023-07-31

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "can-explorer"
version = "0.1.5"
version = "0.1.6"
description = "Visualize CAN bus payloads in real time"
license = "GPL-3.0-or-later"
authors = ["TJ <[email protected]>"]
Expand Down Expand Up @@ -31,4 +31,4 @@ build-backend = "poetry.core.masonry.api"
ignore_missing_imports = true

[tool.poetry.scripts]
can-explorer = "can_explorer.__main__:__main__"
can-explorer = "can_explorer.__main__:__main__"

0 comments on commit 5b650a3

Please sign in to comment.