Releases: ariel-os/sbd
Releases · ariel-os/sbd
v0.1.11
v0.1.10
Other
- (deps) bump yaml-hash from 0.5.1 to 0.6.1
- (deps) bump syn from 2.0.108 to 2.0.110
- (deps) bump insta from 1.43.2 to 1.44.0
- (deps) bump serde_with from 3.15.1 to 3.16.0
- (deps) bump indexmap from 2.11.4 to 2.12.0
- Acknowledge recent change in output data
- Generated Rust files: Exempt from rustfmt
- Accept Clippy fix
- (deps) bump lazy-regex from 3.4.1 to 3.4.2
- (deps) bump yaml-hash from 0.5.0 to 0.5.1
- (deps) bump syn from 2.0.107 to 2.0.108
- (deps) bump serde_with from 3.15.0 to 3.15.1
- (deps) bump syn from 2.0.106 to 2.0.107
- (deps) bump toml from 0.9.7 to 0.9.8
v0.1.9
Fixed
- (ariel) don't create
todo!()in cfg-if macro case
v0.1.8
Fixed
- (ariel) don't emit doc comments
v0.1.7
Fixed
- (ariel) fix cfg-if board dispatch
- (gen) add newline to
.sbd-gentag file
v0.1.6
Added
- (ariel) add @generated comment to Cargo.toml
- (ariel) format Rust code with prettyplease
- (cli) add
--version, handle no subcommand
Other
- (sbd) drop file-level
descriptionfield - (ariel) drop some manual .rs formatting
- (deps) bump serde_with from 3.14.1 to 3.15.0
- (deps) bump serde_with from 3.14.0 to 3.14.1
- (deps) bump camino from 1.2.0 to 1.2.1
- (deps) bump serde from 1.0.227 to 1.0.228
v0.1.5
Fixed
- (ariel) drop context conditionals in per-board files
- make pin2tuple regex lazy
v0.1.4
Fixed
- uninlined-format-args in anyhow use
- don't consider tagfile as extra file
Other
- (ariel) clarify
--modeoptions - (deps) bump anyhow from 1.0.99 to 1.0.100
- (deps) bump yaml-hash from 0.4.5 to 0.5.0
- (deps) bump camino from 1.1.11 to 1.2.0
- (deps) bump regex from 1.11.2 to 1.11.3
- (deps) bump toml from 0.9.5 to 0.9.7
v0.1.3
Fixed
- remove debug leftovers
- typos sbg -> sbd
Other
- more cleanup
v0.1.2
Added
- add snapshot tests
Fixed
- (ariel) use BTreeMap for crate Manifest tables