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
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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

## [0.6.15](https://github.com/martinohmann/dts/compare/0.6.14..0.6.15) - 2026-06-02

### Bug Fixes

- **deps**: Update rust crate serde_qs to v1 ([#419](https://github.com/martinohmann/dts/pull/419)) - ([5f632e1](https://github.com/martinohmann/dts/commit/5f632e19eea163a800f83e84ef984a253794a9aa))

### Dependencies

- **deps**: Update rust crate toml to v0.9.12 ([#416](https://github.com/martinohmann/dts/pull/416)) - ([856ef5a](https://github.com/martinohmann/dts/commit/856ef5a3e62b57e8c7f9d8ef112de6e261be0bb1))
- **deps**: Update rust crate regex to v1.12.3 ([#415](https://github.com/martinohmann/dts/pull/415)) - ([5ad1d97](https://github.com/martinohmann/dts/commit/5ad1d97af8cb538f53b119bc7e75e00d549eac14))
- **deps**: Update rust crate predicates to v3.1.4 ([#414](https://github.com/martinohmann/dts/pull/414)) - ([b3dcbe1](https://github.com/martinohmann/dts/commit/b3dcbe1212a421ce32c0d08dfba65449b582d6b2))
- **deps**: Update rust crate json5 to v1.3.1 ([#413](https://github.com/martinohmann/dts/pull/413)) - ([cd9c41e](https://github.com/martinohmann/dts/commit/cd9c41ed9c350485d51cfea090ae9ed5fbc75ed7))
- **deps**: Update rust crate anyhow to v1.0.102 ([#410](https://github.com/martinohmann/dts/pull/410)) - ([fb6a12e](https://github.com/martinohmann/dts/commit/fb6a12efa88302c479ac64bb60317cafe9dd7eca))
- **deps**: Update clap group ([#400](https://github.com/martinohmann/dts/pull/400)) - ([8bbc649](https://github.com/martinohmann/dts/commit/8bbc64990ad8f8413f9abc01c44b297a26825216))
- **deps**: Update rust crate hcl-rs to v0.19.6 ([#412](https://github.com/martinohmann/dts/pull/412)) - ([78322cd](https://github.com/martinohmann/dts/commit/78322cd848cc190bc1a20e1267e00f1dc8f6e373))
- **deps**: Update rust crate assert_cmd to v2.2.0 ([#426](https://github.com/martinohmann/dts/pull/426)) - ([b9ff490](https://github.com/martinohmann/dts/commit/b9ff490a2958784495568d26b5c41d2d4caa48cf))
- **deps**: Update rust crate serde_qs to v1.1.0 ([#427](https://github.com/martinohmann/dts/pull/427)) - ([6d6c4a1](https://github.com/martinohmann/dts/commit/6d6c4a17d8201980d17f82584989b127ccac05a2))
- **deps**: Update clap group to v4.6.0 ([#425](https://github.com/martinohmann/dts/pull/425)) - ([63a0a07](https://github.com/martinohmann/dts/commit/63a0a07b0f1921f277ed98489c9a3ea64e133ae3))
- **deps**: Update rust crate once_cell to v1.21.4 ([#424](https://github.com/martinohmann/dts/pull/424)) - ([0b2051a](https://github.com/martinohmann/dts/commit/0b2051a8e90afbff385ed584511689e52f912ebe))
- **deps**: Update rust crate ureq to v3.3.0 ([#417](https://github.com/martinohmann/dts/pull/417)) - ([d34bae9](https://github.com/martinohmann/dts/commit/d34bae96ab7ea56c7d584fccba7a9fd66d390111))
- **deps**: Update rust crate criterion to v0.8.2 ([#411](https://github.com/martinohmann/dts/pull/411)) - ([608b1fb](https://github.com/martinohmann/dts/commit/608b1fbc1b68f19ca06b2ac95c63f5978b7df8eb))

<!-- generated by git-cliff -->

## [0.6.14](https://github.com/martinohmann/dts/compare/0.6.13..0.6.14) - 2026-01-02

### Miscellaneous Tasks
Expand Down
Loading
Loading