Skip to content

Commit 3133d4c

Browse files
Release 0.7.0.2
2 parents 9c25fb7 + 02bc4e5 commit 3133d4c

29 files changed

+589
-178
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.7']
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.7']
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: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,28 @@ following conventions:
2424

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

27-
## 0.7.0.1 (2021-10-10)
27+
## 0.7.0.2 (2022-03-02)
2828

2929
### Non-Breaking
3030

31-
* Add dependency bounds
31+
* Bump `text` dependency version upper bound
32+
* Bump `optparse-applicative` dependency version upper bound
3233

33-
## 0.7.0.0 (2021-06-25)
34+
## 0.7.0.1 (2021-10-10)
3435

3536
### Non-Breaking
3637

37-
* Use TTC 1.1.0.1
38+
* Add dependency bounds
39+
40+
## 0.7.0.0 (2021-06-25)
3841

3942
### Breaking
4043

4144
* Fix `--help` when using `optparse-applicative` `0.16`
4245

4346
### Non-Breaking
4447

48+
* Use TTC 1.1.0.1
4549
* Refactor Nix configuration
4650

4751
## 0.6.0.0 (2021-05-27)

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)