Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## [0.1.9](https://github.com/oxibus/dbc-data/compare/v0.1.8...v0.1.9) - 2025-10-07

### Other
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to have the commit messages categorized - does release-plz use the conventional commits format? I typically title the commits with a prefix such as refactor: etc. but that did not seem to be recognized.


- split into modules, add enum declaration support ([#6](https://github.com/oxibus/dbc-data/pull/6))
- fix some clippy lints ([#5](https://github.com/oxibus/dbc-data/pull/5))

## 0.1.8
* Move repo to OxiBUS GitHub organization
* License change to MIT or Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dbc-data"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
authors = ["Michael Fairman <[email protected]>"]
readme = "README.md"
Expand Down