Skip to content

Commit

Permalink
Bump the version to 0.6. (#359)
Browse files Browse the repository at this point in the history
Packages like proto-lens-optparse and proto-lens-arbitrary that
are compatible with the older versions only get a minor bump.
  • Loading branch information
judah authored Oct 27, 2019
1 parent 9a21cf7 commit 3190437
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 26 deletions.
3 changes: 2 additions & 1 deletion proto-lens-arbitrary/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog for `proto-lens-arbitrary`

## Pending
## v0.1.2.8
- Bump lower bounds to base-4.10 (ghc-8.2).
- Bump upper bounds for proto-lens-0.6.
- Support dependencies on base-4.13 (ghc-8.8) and lens-family-2.0.

## v0.1.2.7
Expand Down
4 changes: 2 additions & 2 deletions 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.7"
version: "0.1.2.8"
synopsis: Arbitrary instances for proto-lens.
description: >
The proto-lens-arbitrary allows generating arbitrary messages for
Expand All @@ -14,7 +14,7 @@ extra-source-files:
- Changelog.md

dependencies:
- proto-lens >= 0.4 && < 0.6
- proto-lens >= 0.4 && < 0.7
- base >= 4.10 && < 4.14
- bytestring == 0.10.*
- containers >= 0.5 && < 0.7
Expand Down
4 changes: 2 additions & 2 deletions proto-lens-discrimination/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ dependencies:
- discrimination >= 0.3 && < 0.5
- discrimination-ieee754 == 0.1.*
- lens-family == 1.2.*
- proto-lens == 0.5.*
- proto-lens-runtime == 0.5.*
- proto-lens == 0.6.*
- proto-lens-runtime == 0.6.*
- text == 1.2.*

library:
Expand Down
3 changes: 2 additions & 1 deletion proto-lens-optparse/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog for `proto-lens-optparse`

## Pending
## 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.
- Bump upper bounds for proto-lens-0.6.


## v0.1.1.5
Expand Down
4 changes: 2 additions & 2 deletions 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.5'
version: '0.1.1.6'
synopsis: Adapting proto-lens to optparse-applicative ReadMs.
description: >
A package adapting proto-lens to optparse-applicative ReadMs.
Expand All @@ -15,7 +15,7 @@ extra-source-files:
- Changelog.md

dependencies:
- proto-lens >= 0.1 && < 0.6
- proto-lens >= 0.1 && < 0.7
- base >= 4.10 && < 4.14
- optparse-applicative >= 0.13 && < 0.16
- text == 1.2.*
Expand Down
2 changes: 1 addition & 1 deletion proto-lens-protobuf-types/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for `proto-lens-protobuf-types`

## Pending
## 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.
- Add new bindings `Proto.Google.Protobuf.Descriptor` and
Expand Down
6 changes: 3 additions & 3 deletions proto-lens-protobuf-types/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: proto-lens-protobuf-types
version: '0.5.0.0'
version: '0.6.0.0'
synopsis: Basic protocol buffer message types.
description: >
This package provides bindings standard protocol message types,
Expand Down Expand Up @@ -31,8 +31,8 @@ build-tools: proto-lens-protoc:proto-lens-protoc
dependencies:
- base >= 4.10 && < 4.14
- lens-family >= 1.2 && < 2.1
- proto-lens == 0.5.*
- proto-lens-runtime == 0.5.*
- proto-lens == 0.6.*
- proto-lens-runtime == 0.6.*
- text == 1.2.*

library:
Expand Down
2 changes: 1 addition & 1 deletion proto-lens-protoc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for `proto-lens-protoc`

## Pending
## v0.6.0.0

### Breaking Changes
- Reexport transitive definitions from modules generated for `.proto` files
Expand Down
6 changes: 3 additions & 3 deletions proto-lens-protoc/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: proto-lens-protoc
version: '0.5.0.0'
version: '0.6.0.0'
synopsis: Protocol buffer compiler for the proto-lens library.
description: >
Turn protocol buffer files (.proto) into Haskell files (.hs) which
Expand Down Expand Up @@ -37,7 +37,7 @@ executables:
- ghc-source-gen == 0.3.*
- lens-family >= 1.2 && < 2.1
- pretty == 1.1.*
- proto-lens == 0.5.*
- proto-lens == 0.6.*
- proto-lens-protoc
- proto-lens-runtime == 0.5.*
- proto-lens-runtime == 0.6.*
- text == 1.2.*
3 changes: 2 additions & 1 deletion proto-lens-runtime/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog for `proto-lens-runtime`

## Pending
## 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.
- Bump upper bounds to proto-lens-0.6.

## v0.5.0.0
- Export more modules from proto-lens, to support generated encoding/decoding
Expand Down
4 changes: 2 additions & 2 deletions proto-lens-runtime/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: proto-lens-runtime
version: '0.5.0.0'
version: '0.6.0.0'
author: Judah Jacobson
maintainer: [email protected]
github: google/proto-lens/proto-lens-runtime
Expand All @@ -22,7 +22,7 @@ library:
- deepseq == 1.4.*
- filepath >= 1.4 && < 1.6
- lens-family >= 1.2 && < 2.1
- proto-lens == 0.5.*
- proto-lens == 0.6.*
- text == 1.2.*
- vector >= 0.11 && < 0.13

Expand Down
3 changes: 2 additions & 1 deletion proto-lens-setup/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog for `proto-lens-setup`

## Pending
## 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.
- Bump upper bounds to proto-lens-0.6.

## v0.4.0.2
- Bump upper bounds to support `proto-lens-0.5.*`.
Expand Down
4 changes: 2 additions & 2 deletions 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.2'
version: '0.4.0.3'
synopsis: 'Cabal support for codegen with proto-lens.'
description: |
This package provides Cabal support for the @proto-lens@ package.
Expand Down Expand Up @@ -61,7 +61,7 @@ library:
# Depend transitively on the binary.
# TODO: once there's sufficient support from Stack and Cabal,
# make this a build-tool dependency.
- proto-lens-protoc >= 0.4 && < 0.6
- proto-lens-protoc >= 0.4 && < 0.7
- temporary >= 1.2 && < 1.4
- text == 1.2.*
exposed-modules:
Expand Down
4 changes: 2 additions & 2 deletions proto-lens/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for `proto-lens`

## Pending
## v0.6.0.0

### Breaking Changes
- Bump lower bounds to base-4.10 (ghc-8.2).
Expand All @@ -9,7 +9,7 @@
package.

### Backwards-Compatible Changes
- Bump upper bound to allo profunctors-5.5.
- Bump upper bound to allow profunctors-5.5.
- Support dependencies on base-4.13 (ghc-8.8) and lens-family-2.0.

## v0.5.1.0
Expand Down
2 changes: 1 addition & 1 deletion proto-lens/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: proto-lens
version: "0.5.1.0"
version: "0.6.0.0"
synopsis: A lens-based implementation of protocol buffers in Haskell.
description: >
The proto-lens library provides an API for protocol buffers using modern
Expand Down
2 changes: 1 addition & 1 deletion travis-cabal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ chmod +x $HOME/.local/bin/hpack
PACKAGES_TO_INSTALL="
discrimination-ieee754
proto-lens
proto-lens-protoc
proto-lens-runtime
proto-lens-protoc
proto-lens-setup
proto-lens-protobuf-types
proto-lens-arbitrary
Expand Down

0 comments on commit 3190437

Please sign in to comment.