diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d28c2..61ce30e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] --- -## [0.1.0] - 2023-04-21 +## [0.1.2] - 2023-04-25 + +### Added + +- Alternate method to launch app via `python -m can_explorer` +- Light theme GUI setting + +--- +## [0.1.1] - 2023-04-21 ### Fixed -- Runtime errors when testing using ICSim +- Runtime errors encountered when testing app with `ICSim` ### Added diff --git a/pyproject.toml b/pyproject.toml index fe66cdf..75a741b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "can-explorer" -version = "0.1.1" +version = "0.1.2" description = "Visualize CAN bus payloads in real time" license = "GPL-3.0-or-later" authors = ["TJ "]