Skip to content

Commit

Permalink
Release 0.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCardwell committed Mar 2, 2022
2 parents c7b3eca + 44ed19f commit d88aea7
Show file tree
Hide file tree
Showing 42 changed files with 2,805 additions and 726 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.4', '9.0.1']
ghc: ['8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.1']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.4']
ghc: ['8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ following conventions:

[KaC]: <https://keepachangelog.com/en/1.0.0/>

## 0.4.0.0 (2022-03-02)

### Breaking

* Rewrite using a library
* Add `--lenient` flag, with strict behavior by default
* Reset colors on exceptions, including Control+C

### Non-Breaking

* Add tests
* Bump `optparse-applicative` dependency version upper bound

## 0.3.0.0 (2021-06-25)

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2020-2021 Travis Cardwell
Copyright (c) 2020-2022 Travis Cardwell

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit d88aea7

Please sign in to comment.