Skip to content

Commit 61e87e3

Browse files
authored
chore: release (#265)
1 parent a8b286f commit 61e87e3

File tree

3 files changed

+39
-24
lines changed

3 files changed

+39
-24
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
## [0.6.3](https://github.com/martinohmann/dts/compare/0.6.2..0.6.3) - 2024-06-01
6+
7+
### Dependencies
8+
9+
- **deps**: Bump hcl-rs from 0.16.9 to 0.18.0 ([#260](https://github.com/martinohmann/dts/pull/260)) - ([7af8963](https://github.com/martinohmann/dts/commit/7af8963ddb82a75ce9d3e9bf846eaaa4e79bcecb))
10+
- **deps**: Bump serde from 1.0.202 to 1.0.203 ([#259](https://github.com/martinohmann/dts/pull/259)) - ([30c23ed](https://github.com/martinohmann/dts/commit/30c23ed51247b68ec80fed17b4d831830518f8bb))
11+
- **deps**: Bump anyhow from 1.0.85 to 1.0.86 ([#258](https://github.com/martinohmann/dts/pull/258)) - ([577c418](https://github.com/martinohmann/dts/commit/577c4184d50afc434bf49fceeab7711c6a360beb))
12+
- **deps**: Bump bat from 0.22.1 to 0.24.0 ([#256](https://github.com/martinohmann/dts/pull/256)) - ([08b619e](https://github.com/martinohmann/dts/commit/08b619e8fe9f2db7ccb659a8f8b4eb55ecb52cbc))
13+
- **deps**: Bump jaq-std from 0.10.0 to 1.4.0 ([#257](https://github.com/martinohmann/dts/pull/257)) - ([a8b286f](https://github.com/martinohmann/dts/commit/a8b286f19dc2db114c4fdc2ad84043d2075e4874))
14+
15+
### Features
16+
17+
- Add `--compact` support for HCL ([#263](https://github.com/martinohmann/dts/pull/263)) - ([50cc465](https://github.com/martinohmann/dts/commit/50cc465805f3513136d22969a9219c58f13aa05c))
18+
19+
<!-- generated by git-cliff -->
520
## [0.6.2](https://github.com/martinohmann/dts/compare/0.6.1..0.6.2) - 2024-05-17
621

722
### Bug Fixes

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dts"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
authors = ["Martin Ohmann <martinohmann@gmail.com>"]
55
license = "MIT"
66
description = "A tool to deserialize, transform and serialize data between different encodings"

0 commit comments

Comments
 (0)