From 4dea10e354316ed4187d96ab4e1aaff96154fb16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 10:00:12 +0100 Subject: [PATCH] chore(main): release 1.6.0 (#11) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a2b9c..4aa93c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.6.0](https://github.com/max397574/query-fmt.rs/compare/v1.5.1...v1.6.0) (2023-02-22) + + +### Features + +* **args:** add option to not print filename ([c1a0465](https://github.com/max397574/query-fmt.rs/commit/c1a0465a35c968de8eb4d3b63c0089f6048abcaa)) +* extract config into `Config` struct ([daf94fb](https://github.com/max397574/query-fmt.rs/commit/daf94fbb71ccbfda61af6db0a0aecfb21374c69e)) + ## [1.5.1](https://github.com/max397574/query-fmt.rs/compare/v1.5.0...v1.5.1) (2023-02-13)