diff --git a/CHANGELOG.md b/CHANGELOG.md index b56ae96..1283bda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.1](https://github.com/oxibus/can-dbc-pest/compare/v0.8.0...v0.8.1) - 2026-06-08 + +### Other + +- *(deps)* bump codecov/codecov-action from 6 to 7 in the all-actions-version-updates group ([#40](https://github.com/oxibus/can-dbc-pest/pull/40)) + ## [0.8.0](https://github.com/oxibus/can-dbc-pest/compare/v0.7.2...v0.8.0) - 2026-05-11 ### Other diff --git a/Cargo.toml b/Cargo.toml index 45a0a7b..a347e13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "can-dbc-pest" -version = "0.8.0" +version = "0.8.1" description = "A Pest-based parser for the DBC format. The DBC format is used to exchange CAN network data." authors = ["Yuri Astrakhan "] categories = ["embedded", "encoding", "parsing"]