From 02d6fae4c384b0eb0381ded9eb2f09312c62c28e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 03:27:07 +0100 Subject: [PATCH] chore(main): release 0.1.5 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a35fe3a..b9943c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/DamianoPellegrini/nom-teltonika/compare/v0.1.4...v0.1.5) (2024-01-13) + + +### Bug Fixes + +* bug when reading gps coordinates in the southern and eastern hemispheres ([8e16afb](https://github.com/DamianoPellegrini/nom-teltonika/commit/8e16afb3491531dfe3c60668d79b4b57bbac319f)) + ## [0.1.4](https://github.com/DamianoPellegrini/nom-teltonika/compare/v0.1.3...v0.1.4) (2023-07-14) diff --git a/Cargo.toml b/Cargo.toml index 2390bb2..91c20b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nom-teltonika" -version = "0.1.4" +version = "0.1.5" edition = "2021" description = "Teltonika protocol parser" readme = "README.md"