From d1995ac0ddc347090bb936d4277604a37fbb3848 Mon Sep 17 00:00:00 2001 From: Eric Kim-Butler Date: Fri, 26 Aug 2022 16:17:48 +0200 Subject: [PATCH] Version 2.0.0 --- CHANGELOG.md | 14 +++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b53c98a..92693ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog -## [1.0.2](https://github.com/notarize/qlc/compare/1.0.0...1.0.1) +## [2.0.0](https://github.com/notarize/qlc/compare/1.0.2...2.0.0) + +### Features + +- **Breaking** References made to `globalTypes` are imported via type + only imports. This is a breaking change because a new minimum of + TypeScript 3.8 is required. + +### Chores + +- Upgrade dependencies + +## [1.0.2](https://github.com/notarize/qlc/compare/1.0.1...1.0.2) ### Chores diff --git a/Cargo.lock b/Cargo.lock index 5c56304..14d3bdd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -408,7 +408,7 @@ dependencies = [ [[package]] name = "qlc" -version = "1.0.2" +version = "2.0.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 1246396..87ff305 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qlc" -version = "1.0.2" +version = "2.0.0" authors = ["Eric Kim-Butler "] edition = "2021" license = "MIT"