Skip to content

Commit 0bef8c2

Browse files
authored
Prepare for new version publish (#390)
Update changelogs and bump the versions wherever needed. This is related to #381.
1 parent 465f87f commit 0bef8c2

File tree

10 files changed

+24
-3
lines changed

10 files changed

+24
-3
lines changed

proto-lens-arbitrary/Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog for `proto-lens-arbitrary`
22

3+
## v0.1.2.9
4+
- Bump upper bound to allow base-4.14.
5+
36
## v0.1.2.8
47
- Bump lower bounds to base-4.10 (ghc-8.2).
58
- Bump upper bounds for proto-lens-0.6.

proto-lens-arbitrary/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: proto-lens-arbitrary
2-
version: "0.1.2.8"
2+
version: "0.1.2.9"
33
synopsis: Arbitrary instances for proto-lens.
44
description: >
55
The proto-lens-arbitrary allows generating arbitrary messages for

proto-lens-optparse/Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog for `proto-lens-optparse`
22

3+
## v0.1.1.7
4+
- Bump upper bound to allow base-4.14.
5+
36
## v0.1.1.6
47
- Bump lower bounds to base-4.10 (ghc-8.2).
58
- Support dependencies on base-4.13 (ghc-8.8) and optparse-applicative-0.15.

proto-lens-optparse/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: proto-lens-optparse
2-
version: '0.1.1.6'
2+
version: '0.1.1.7'
33
synopsis: Adapting proto-lens to optparse-applicative ReadMs.
44
description: >
55
A package adapting proto-lens to optparse-applicative ReadMs.

proto-lens-protobuf-types/Changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## v0.7.0.0
44
- Add the module `Data.ProtoLens.Descriptor`. It exposes `messageDescriptor`,
55
which makes it easier to get the descriptor proto for a given message type.
6+
- Bump upper bound to allow base-4.14.
67

78
## v0.6.0.0
89
- Bump lower bounds to base-4.10 (ghc-8.2).

proto-lens-protoc/Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog for `proto-lens-protoc`
22

33
## v0.7.0.0
4+
- Support GHC 8.10.
45
- Support `proto-lens` changes for the new method `packedMessageDescriptor`.
6+
- Bump upper bound to allow base-4.14.
7+
- Bump to ghc-source-gen-0.4.0.0.
58

69
### Breaking Changes
710
- Reexport transitive definitions from modules generated for `.proto` files

proto-lens-runtime/Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog for `proto-lens-runtime`
22

3+
## v0.7.0.0
4+
- Bump upper bound to allow base-4.14.
5+
36
## v0.6.0.0
47
- Bump lower bounds to base-4.10 (ghc-8.2).
58
- Support dependencies on base-4.13 (ghc-8.8) and lens-family-2.0.

proto-lens-setup/Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for `proto-lens-setup`
22

3+
## v0.4.0.4
4+
- Bump upper bound to allow base-4.14.
5+
- Bump upper bound to allow Cabal-3.2.
6+
37
## v0.4.0.3
48
- Bump lower bounds to base-4.10 (ghc-8.2) and Cabal-2.0.
59
- Support dependencies on base-4.13 (ghc-8.8) and Cabal-3.0.

proto-lens-setup/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: proto-lens-setup
2-
version: '0.4.0.3'
2+
version: '0.4.0.4'
33
synopsis: 'Cabal support for codegen with proto-lens.'
44
description: |
55
This package provides Cabal support for the @proto-lens@ package.

proto-lens/Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Changelog for `proto-lens`
22

33
## v0.7.0.0
4+
- Support GHC 8.10.
45
- Add a method to `Data.ProtoLens.Message` for getting the `DescriptorProto`
56
of a given message. For a simpler API, see `Data.ProtoLens.Descriptor`
67
from `proto-lens-protobuf-types`.
8+
- Bump ghc-source-gen to version 0.4.0.0.
9+
- Bump upper bound to allow base-4.14.
10+
- Bump upper bound to allow ghc-prim-0.6.
711

812
## v0.6.0.0
913

0 commit comments

Comments
 (0)