Skip to content

Latest commit

 

History

History
100 lines (61 loc) · 4.08 KB

File metadata and controls

100 lines (61 loc) · 4.08 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.28 - 2026-04-15

Added

  • add several new UDS enums (#85)
  • add UDS AuthenticationSubFunction enum (#84)

Other

  • (deps) bump dependabot/fetch-metadata from 2 to 3 in the all-actions-version-updates group (#83)
  • use only first doc str for Display impl (#86)
  • (deps) bump codecov/codecov-action from 5 to 6 in the all-actions-version-updates group (#82)
  • (deps) bump the all-cargo-version-updates group across 1 directory with 2 updates (#76)
  • [pre-commit.ci] pre-commit autoupdate (#78)

0.1.27 - 2026-03-10

Other

  • Add bin-proto support (#77)
  • add license checker to deny, format toml (#79)
  • add license checker to deny/CI (#74)
  • [pre-commit.ci] pre-commit autoupdate (#73)
  • minor justfile fixes (#72)
  • optimize msrv in the justfile (#71)
  • add .editorconfig (#69)

0.1.26 - 2025-12-12

Other

All part of (#67):

  • include doip feature as part of the default
  • minor cleanup of the justfile recipes
  • bump pyo3 dep version
  • bump MSRV to 1.74

0.1.25 - 2025-10-10

Other

  • upgrade to pyo3 0.26 (#63)

0.1.24 - 2025-10-01

Other

  • revert to RELEASE_PLZ_TOKEN (#61)
  • use github tokens in release (#59)

0.1.23 - 2025-09-19

Other

  • migrate this project to OxiBUS GitHub organization
  • minor CI cleanups and improvements

0.1.22 - 2025-08-16

Other

  • Bump actions/checkout from 4 to 5 in the all-actions-version-updates group (#53)
  • [pre-commit.ci] pre-commit autoupdate (#52)
  • (ci) format Cargo.toml (#51)

0.1.21 - 2025-06-12

Fixed

  • ensure 2-digit hex formatting (#50), reported by @ColinFinck (#49)

Other

  • use release-plz token in dependabot ci

0.1.20 - 2025-06-08

Other

  • remove default ci perms
  • update deps on release

0.1.19 - 2025-06-08

Other

  • improve release-plz CI process

0.1.18 - 2025-06-06

  • refactored CI, enabled release automation