From 5b650a378a330af72ac1ef5c09724fe8c77e88f9 Mon Sep 17 00:00:00 2001 From: TJ Date: Mon, 31 Jul 2023 16:18:30 -0700 Subject: [PATCH] Release v0.1.6 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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__"