Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kim-Butler committed Nov 28, 2022
1 parent 73e5121 commit 38e722d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 = "qlc"
version = "2.1.0"
version = "2.2.0"
authors = ["Eric Kim-Butler <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 38e722d

Please sign in to comment.