-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add explicit dependency bounds and changelog (#18)
- Loading branch information
Showing
3 changed files
with
33 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
*~ | ||
.stack-work/ | ||
build/ | ||
dist/* | ||
examples/*py | ||
__pycache__ | ||
dist-newstyle | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
|
||
## 0.1.1.1 | ||
|
||
**11 Jan 2019 | ||
|
||
- Merge PR#13 (thanks @exarkun) | ||
- Merge PR#15 (thanks @exarkun) | ||
- Re-enable various failing tests | ||
- Clean-up quoting | ||
- Add CHANGELOG | ||
- Add specific dependency bounds | ||
|
||
## 0.1.1.0 | ||
|
||
**30 Nov 2018** | ||
|
||
- Merge PR#2 | ||
- Fix dependencies to more specific versions. | ||
- Bump Stackage to version LTS-12.20 and build against GHC 8.4.3 (using Cabal `new-build`) | ||
- Eliminate all the re-exports in Servant.PY.Internal (don't remember why I did this in the first place...) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters