diff --git a/CHANGELOG.md b/CHANGELOG.md index e3796bf..ba019b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 246ac81..6af3096 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] @@ -31,4 +31,4 @@ build-backend = "poetry.core.masonry.api" ignore_missing_imports = true [tool.poetry.scripts] -can-explorer = "can_explorer.__main__:__main__" \ No newline at end of file +can-explorer = "can_explorer.__main__:__main__"