From 38e722d27fb3f1235cab82be523b3885e7f61d42 Mon Sep 17 00:00:00 2001 From: Eric Kim-Butler Date: Mon, 28 Nov 2022 10:53:12 +0100 Subject: [PATCH] Version 2.2.0 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3306890..95efa4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.2.0](https://github.com/notarize/qlc/compare/2.1.0...2.2.0) + +### Features + +- Fields deprecated in the schema are marked with `@deprecated` JSDoc +- "Variables" types now have sorted property names + +### Bugfixes + +- Fix an issue with root imports when `--root-dir-import-prefix` is empty string + ## [2.1.0](https://github.com/notarize/qlc/compare/2.0.0...2.1.0) ### Features diff --git a/Cargo.lock b/Cargo.lock index 54046db..854c46a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,7 +417,7 @@ dependencies = [ [[package]] name = "qlc" -version = "2.1.0" +version = "2.2.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index af5b3fb..9d88b41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qlc" -version = "2.1.0" +version = "2.2.0" authors = ["Eric Kim-Butler "] edition = "2021" license = "MIT"