Skip to content

Commit d3fe70c

Browse files
authored
chore: release (#245)
Signed-off-by: martinohmann <1335045+martinohmann@users.noreply.github.com> Co-authored-by: martinohmann <1335045+martinohmann@users.noreply.github.com>
1 parent 9dd7594 commit d3fe70c

File tree

3 files changed

+27
-25
lines changed

3 files changed

+27
-25
lines changed

CHANGELOG.md

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

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

5+
## [0.6.0](https://github.com/martinohmann/dts/compare/0.5.12..0.6.0) - 2024-04-09
6+
7+
### Bug Fixes
8+
9+
- [**breaking**] Box `Error::RequestError` variant - ([c77ee4c](https://github.com/martinohmann/dts/commit/c77ee4c0dc619ae99b3da27af964bb114a350611))
10+
11+
### Miscellaneous Tasks
12+
13+
- **clippy**: Address linting issues - ([9dd7594](https://github.com/martinohmann/dts/commit/9dd75944c50919ac73bb0a635816070110efdff3))
14+
15+
<!-- generated by git-cliff -->
516
## [0.5.12](https://github.com/martinohmann/dts/compare/0.5.11..0.5.12) - 2024-04-08
617

718
### Dependencies

Cargo.lock

Lines changed: 15 additions & 24 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.5.12"
3+
version = "0.6.0"
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)