job 0.1 → 0.1.1
raw patch · 2 files changed
+4/−25 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−24
- job.cabal +1/−1
CHANGELOG.md view
@@ -1,29 +1,8 @@-# Version 0.1--* CHANGED the type of `encodeAeson` and `encodeBinary`.--* Added `hinput`, `houtput`, `encodeNS`, `decodeNS`, `encodeAeson'`,- `encodeBinary'`.--* Added `Contravariant` `Rep` instance for `Encode` and `Input`.--* Added `InputDefault`, `OutputDefault` and related instances.--* Added `EncodeDefault` instances for `aeson`'s `Encoding and `Value`,- and for `binary`'s `Put`.--* Export `BindingName` constructor.---# Version 0.0.2--* Added `FromJSON`, `ToJSON` instances for `Name`.--* Improved type-parameter order in `zero`, `one`, `foldM` and similar.+# Version 0.1.1 -* Added manual transactional migrations suport.+* Fixed CHANGELOG file -# Version 0.0.1+# Version 0.1 * Initial version.
job.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: job-version: 0.1+version: 0.1.1 license: Apache-2.0 license-file: LICENSE extra-source-files: README.md CHANGELOG.md