Skip to content

Commit d88aea7

Browse files
Release 0.4.0.0
2 parents c7b3eca + 44ed19f commit d88aea7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2805
-726
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
ghc: ['8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.4', '9.0.1']
16+
ghc: ['8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.1']
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
35-
ghc: ['8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.4']
35+
ghc: ['8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2']
3636
steps:
3737
- name: Checkout
3838
uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ following conventions:
2424

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

27+
## 0.4.0.0 (2022-03-02)
28+
29+
### Breaking
30+
31+
* Rewrite using a library
32+
* Add `--lenient` flag, with strict behavior by default
33+
* Reset colors on exceptions, including Control+C
34+
35+
### Non-Breaking
36+
37+
* Add tests
38+
* Bump `optparse-applicative` dependency version upper bound
39+
2740
## 0.3.0.0 (2021-06-25)
2841

2942
### Breaking

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2020-2021 Travis Cardwell
3+
Copyright (c) 2020-2022 Travis Cardwell
44

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

0 commit comments

Comments
 (0)