Skip to content

Commit

Permalink
Prepare for new version publish (#390)
Browse files Browse the repository at this point in the history
Update changelogs and bump the versions wherever needed.

This is related to #381.
  • Loading branch information
jinwoo authored Jun 3, 2020
1 parent 465f87f commit 0bef8c2
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 3 deletions.
3 changes: 3 additions & 0 deletions proto-lens-arbitrary/Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion proto-lens-arbitrary/package.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions proto-lens-optparse/Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion proto-lens-optparse/package.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions proto-lens-protobuf-types/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
3 changes: 3 additions & 0 deletions proto-lens-protoc/Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions proto-lens-runtime/Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions proto-lens-setup/Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion proto-lens-setup/package.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions proto-lens/Changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 0bef8c2

Please sign in to comment.