diff --git a/proto-lens-arbitrary/Changelog.md b/proto-lens-arbitrary/Changelog.md index 458e2197..4bd9e852 100644 --- a/proto-lens-arbitrary/Changelog.md +++ b/proto-lens-arbitrary/Changelog.md @@ -1,5 +1,8 @@ # Changelog for `proto-lens-arbitrary` +## v0.1.2.9 +- Bump upper bound to allow base-4.14. + ## v0.1.2.8 - Bump lower bounds to base-4.10 (ghc-8.2). - Bump upper bounds for proto-lens-0.6. diff --git a/proto-lens-arbitrary/package.yaml b/proto-lens-arbitrary/package.yaml index ce8a3d9b..4b160833 100644 --- a/proto-lens-arbitrary/package.yaml +++ b/proto-lens-arbitrary/package.yaml @@ -1,5 +1,5 @@ name: proto-lens-arbitrary -version: "0.1.2.8" +version: "0.1.2.9" synopsis: Arbitrary instances for proto-lens. description: > The proto-lens-arbitrary allows generating arbitrary messages for diff --git a/proto-lens-optparse/Changelog.md b/proto-lens-optparse/Changelog.md index 035600c2..4533c913 100644 --- a/proto-lens-optparse/Changelog.md +++ b/proto-lens-optparse/Changelog.md @@ -1,5 +1,8 @@ # Changelog for `proto-lens-optparse` +## v0.1.1.7 +- Bump upper bound to allow base-4.14. + ## v0.1.1.6 - Bump lower bounds to base-4.10 (ghc-8.2). - Support dependencies on base-4.13 (ghc-8.8) and optparse-applicative-0.15. diff --git a/proto-lens-optparse/package.yaml b/proto-lens-optparse/package.yaml index 4828e345..03635f01 100644 --- a/proto-lens-optparse/package.yaml +++ b/proto-lens-optparse/package.yaml @@ -1,5 +1,5 @@ name: proto-lens-optparse -version: '0.1.1.6' +version: '0.1.1.7' synopsis: Adapting proto-lens to optparse-applicative ReadMs. description: > A package adapting proto-lens to optparse-applicative ReadMs. diff --git a/proto-lens-protobuf-types/Changelog.md b/proto-lens-protobuf-types/Changelog.md index ef1f3ebf..0bb57274 100644 --- a/proto-lens-protobuf-types/Changelog.md +++ b/proto-lens-protobuf-types/Changelog.md @@ -3,6 +3,7 @@ ## v0.7.0.0 - Add the module `Data.ProtoLens.Descriptor`. It exposes `messageDescriptor`, which makes it easier to get the descriptor proto for a given message type. +- Bump upper bound to allow base-4.14. ## v0.6.0.0 - Bump lower bounds to base-4.10 (ghc-8.2). diff --git a/proto-lens-protoc/Changelog.md b/proto-lens-protoc/Changelog.md index 4c4f9998..9a46afbd 100644 --- a/proto-lens-protoc/Changelog.md +++ b/proto-lens-protoc/Changelog.md @@ -1,7 +1,10 @@ # Changelog for `proto-lens-protoc` ## v0.7.0.0 +- Support GHC 8.10. - Support `proto-lens` changes for the new method `packedMessageDescriptor`. +- Bump upper bound to allow base-4.14. +- Bump to ghc-source-gen-0.4.0.0. ### Breaking Changes - Reexport transitive definitions from modules generated for `.proto` files diff --git a/proto-lens-runtime/Changelog.md b/proto-lens-runtime/Changelog.md index 308d3b9f..b4c755f7 100644 --- a/proto-lens-runtime/Changelog.md +++ b/proto-lens-runtime/Changelog.md @@ -1,5 +1,8 @@ # Changelog for `proto-lens-runtime` +## v0.7.0.0 +- Bump upper bound to allow base-4.14. + ## v0.6.0.0 - Bump lower bounds to base-4.10 (ghc-8.2). - Support dependencies on base-4.13 (ghc-8.8) and lens-family-2.0. diff --git a/proto-lens-setup/Changelog.md b/proto-lens-setup/Changelog.md index fe9da5c2..977081f1 100644 --- a/proto-lens-setup/Changelog.md +++ b/proto-lens-setup/Changelog.md @@ -1,5 +1,9 @@ # Changelog for `proto-lens-setup` +## v0.4.0.4 +- Bump upper bound to allow base-4.14. +- Bump upper bound to allow Cabal-3.2. + ## v0.4.0.3 - Bump lower bounds to base-4.10 (ghc-8.2) and Cabal-2.0. - Support dependencies on base-4.13 (ghc-8.8) and Cabal-3.0. diff --git a/proto-lens-setup/package.yaml b/proto-lens-setup/package.yaml index 26e54f75..65701033 100644 --- a/proto-lens-setup/package.yaml +++ b/proto-lens-setup/package.yaml @@ -1,5 +1,5 @@ name: proto-lens-setup -version: '0.4.0.3' +version: '0.4.0.4' synopsis: 'Cabal support for codegen with proto-lens.' description: | This package provides Cabal support for the @proto-lens@ package. diff --git a/proto-lens/Changelog.md b/proto-lens/Changelog.md index 6176642c..4134ce12 100644 --- a/proto-lens/Changelog.md +++ b/proto-lens/Changelog.md @@ -1,9 +1,13 @@ # Changelog for `proto-lens` ## v0.7.0.0 +- Support GHC 8.10. - Add a method to `Data.ProtoLens.Message` for getting the `DescriptorProto` of a given message. For a simpler API, see `Data.ProtoLens.Descriptor` from `proto-lens-protobuf-types`. +- Bump ghc-source-gen to version 0.4.0.0. +- Bump upper bound to allow base-4.14. +- Bump upper bound to allow ghc-prim-0.6. ## v0.6.0.0