Skip to content

Commit 78e129c

Browse files
authored
chore: release v0.8.1
1 parent bbf5f6b commit 78e129c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.1](https://github.com/oxibus/can-dbc-pest/compare/v0.8.0...v0.8.1) - 2026-06-08
11+
12+
### Other
13+
14+
- *(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))
15+
1016
## [0.8.0](https://github.com/oxibus/can-dbc-pest/compare/v0.7.2...v0.8.0) - 2026-05-11
1117

1218
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "can-dbc-pest"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "A Pest-based parser for the DBC format. The DBC format is used to exchange CAN network data."
55
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
66
categories = ["embedded", "encoding", "parsing"]

0 commit comments

Comments
 (0)