Skip to content

Commit c0c5b7d

Browse files
authored
chore: release v0.1.9
1 parent c8e5693 commit c0c5b7d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## [0.1.9](https://github.com/oxibus/dbc-data/compare/v0.1.8...v0.1.9) - 2025-10-07
3+
4+
### Other
5+
6+
- split into modules, add enum declaration support ([#6](https://github.com/oxibus/dbc-data/pull/6))
7+
- fix some clippy lints ([#5](https://github.com/oxibus/dbc-data/pull/5))
8+
29
## 0.1.8
310
* Move repo to OxiBUS GitHub organization
411
* License change to MIT or Apache 2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dbc-data"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = ["Michael Fairman <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)