# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.1](https://github.com/oxibus/rrdbc/compare/v0.2.0...v0.2.1) - 2025-10-08
### Added
- use shared test files and update snapshots ([#17](https://github.com/oxibus/rrdbc/pull/17))
- add `decode_cp1252` and snapshot tests ([#16](https://github.com/oxibus/rrdbc/pull/16))
## [0.2.0](https://github.com/oxibus/rrdbc/compare/v0.1.0...v0.2.0) - 2025-10-03
### Added
- change lincese from mit to mit and apache2
- add tool gbk2utf8 utf82gbk
- update signal multiplexer
- add tool dbcfmt
- add tool json to dbc
- add parser dbc file
- add tool toutf8
- add encoding
- update char string
- update char string
- update char string
- update char string
- update char string
- update char string
- update char string
- update char string
- add char string
- update char_string and value description
### Other
- update README with new project name and add badges ([#10](https://github.com/oxibus/rrdbc/pull/10))
- gramar and spelink ([#11](https://github.com/oxibus/rrdbc/pull/11))
- fix clippy lints ([#9](https://github.com/oxibus/rrdbc/pull/9))
- reformat code ([#8](https://github.com/oxibus/rrdbc/pull/8))
- fix CI ([#6](https://github.com/oxibus/rrdbc/pull/6))
- add CI and justfile recipes ([#4](https://github.com/oxibus/rrdbc/pull/4))
- re-license code as MIT OR Apache2
- upgrade to nom 8, thiserror 2