Skip to content

Commit 38e722d

Browse files
author
Eric Kim-Butler
committed
Version 2.2.0
1 parent 73e5121 commit 38e722d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/notarize/qlc/compare/2.1.0...2.2.0)
4+
5+
### Features
6+
7+
- Fields deprecated in the schema are marked with `@deprecated` JSDoc
8+
- "Variables" types now have sorted property names
9+
10+
### Bugfixes
11+
12+
- Fix an issue with root imports when `--root-dir-import-prefix` is empty string
13+
314
## [2.1.0](https://github.com/notarize/qlc/compare/2.0.0...2.1.0)
415

516
### Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
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 = "qlc"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
authors = ["Eric Kim-Butler <eric.butler@notarize.com>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)