apecs 0.5.1.1 → 0.6.0.0
raw patch · 2 files changed
+4/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- apecs.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,6 @@+## [0.6.0.0]+### Changed+- Nothing, but since 0.5.1 was API-breaking I've decided to bump to 0.6 ## [0.5.1.1] ### Changed - `Register` needs UndecidableInstances in GHC 8.6.2, I'm looking for a way around this. I've removed it for now.
apecs.cabal view
@@ -1,5 +1,5 @@ name: apecs-version: 0.5.1.1+version: 0.6.0.0 homepage: https://github.com/jonascarpay/apecs#readme license: BSD3 license-file: LICENSE