Skip to content

Commit c046014

Browse files
authored
chore: release v0.1.28 (#81)
## 🤖 New release * `automotive_diag`: 0.1.27 -> 0.1.28 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.28](v0.1.27...v0.1.28) - 2026-04-15 ### Added - add several new UDS enums ([#85](#85)) - add UDS `AuthenticationSubFunction` enum ([#84](#84)) ### Other - *(deps)* bump dependabot/fetch-metadata from 2 to 3 in the all-actions-version-updates group ([#83](#83)) - use only first doc str for Display impl ([#86](#86)) - *(deps)* bump codecov/codecov-action from 5 to 6 in the all-actions-version-updates group ([#82](#82)) - *(deps)* bump the all-cargo-version-updates group across 1 directory with 2 updates ([#76](#76)) - [pre-commit.ci] pre-commit autoupdate ([#78](#78)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent fb24623 commit c046014

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.28](https://github.com/oxibus/automotive_diag/compare/v0.1.27...v0.1.28) - 2026-04-15
11+
12+
### Added
13+
14+
- add several new UDS enums ([#85](https://github.com/oxibus/automotive_diag/pull/85))
15+
- add UDS `AuthenticationSubFunction` enum ([#84](https://github.com/oxibus/automotive_diag/pull/84))
16+
17+
### Other
18+
19+
- *(deps)* bump dependabot/fetch-metadata from 2 to 3 in the all-actions-version-updates group ([#83](https://github.com/oxibus/automotive_diag/pull/83))
20+
- use only first doc str for Display impl ([#86](https://github.com/oxibus/automotive_diag/pull/86))
21+
- *(deps)* bump codecov/codecov-action from 5 to 6 in the all-actions-version-updates group ([#82](https://github.com/oxibus/automotive_diag/pull/82))
22+
- *(deps)* bump the all-cargo-version-updates group across 1 directory with 2 updates ([#76](https://github.com/oxibus/automotive_diag/pull/76))
23+
- [pre-commit.ci] pre-commit autoupdate ([#78](https://github.com/oxibus/automotive_diag/pull/78))
24+
1025
## [0.1.27](https://github.com/oxibus/automotive_diag/compare/v0.1.26...v0.1.27) - 2026-03-10
1126

1227
### 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 = "automotive_diag"
3-
version = "0.1.27"
3+
version = "0.1.28"
44
description = "Unified Diagnostic Services/UDS (ISO-14229-1), KWP2000 (ISO-142330), OBD-II (ISO-9141), and DoIP (ISO-13400) definitions to communicate with the road vehicle ECUs in Rust."
55
authors = [
66
"Yuri Astrakhan <YuriAstrakhan@gmail.com>",

0 commit comments

Comments
 (0)