Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinohmann committed Jun 2, 2024
1 parent 9cb5a24 commit 673a474
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.6.4](https://github.com/martinohmann/dts/compare/0.6.3..0.6.4) - 2024-06-02

### Features

- Add `--simplify` flag ([#266](https://github.com/martinohmann/dts/pull/266)) - ([9cb5a24](https://github.com/martinohmann/dts/commit/9cb5a242571b2faa2d0a70dbd7d3e5409a99a3d5))

### Miscellaneous Tasks

- Remove unused method `is_empty` from `ValueExt` trait - ([331caee](https://github.com/martinohmann/dts/commit/331caee8cdcfb686642a8d268a921b0b16ea90c6))

<!-- generated by git-cliff -->
## [0.6.3](https://github.com/martinohmann/dts/compare/0.6.2..0.6.3) - 2024-06-01

### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dts"
version = "0.6.3"
version = "0.6.4"
authors = ["Martin Ohmann <[email protected]>"]
license = "MIT"
description = "A tool to deserialize, transform and serialize data between different encodings"
Expand Down

0 comments on commit 673a474

Please sign in to comment.