Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kim-Butler committed Aug 26, 2022
1 parent 42f0f28 commit d1995ac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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 = "1.0.2"
version = "2.0.0"
authors = ["Eric Kim-Butler <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit d1995ac

Please sign in to comment.