freckle-exception 0.0.0.1 → 0.0.0.2
raw patch · 3 files changed
+12/−8 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−2
- freckle-exception.cabal +4/−4
- package.yaml +2/−2
CHANGELOG.md view
@@ -1,8 +1,12 @@-## [_Unreleased_](https://github.com/freckle/freckle-exception/compare/freckle-exception-v0.0.0.1...main)+## [_Unreleased_](https://github.com/freckle/freckle-exception/compare/freckle-exception-v0.0.0.2...main) -## [v0.0.0.1](https://github.com/freckle/freckle-app/tree/freckle-exception-v0.0.0.1/freckle-exception)+## [v0.0.0.2](https://github.com/freckle/freckle-exception/compare/v0.0.0.1...v0.0.0.2) Metadata change only; moved source repository.++## [v0.0.0.1](https://github.com/freckle/freckle-app/tree/freckle-exception-v0.0.0.1/freckle-exception)++No visible change ## [v0.0.0.0](https://github.com/freckle/freckle-app/tree/freckle-exception-v0.0.0.0/freckle-exception)
freckle-exception.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.18 name: freckle-exception-version: 0.0.0.1+version: 0.0.0.2 license: MIT license-file: LICENSE maintainer: Freckle Education-homepage: https://github.com/freckle/freckle-app#readme-bug-reports: https://github.com/freckle/freckle-app/issues+homepage: https://github.com/freckle/freckle-exception#readme+bug-reports: https://github.com/freckle/freckle-exception/issues synopsis: Some extensions to the annotated-exception library description: Please see README.md category: Exceptions@@ -17,7 +17,7 @@ source-repository head type: git- location: https://github.com/freckle/freckle-app+ location: https://github.com/freckle/freckle-exception library exposed-modules:
package.yaml view
@@ -1,8 +1,8 @@ name: freckle-exception-version: 0.0.0.1+version: 0.0.0.2 maintainer: Freckle Education category: Exceptions-github: freckle/freckle-app+github: freckle/freckle-exception synopsis: Some extensions to the annotated-exception library description: Please see README.md