Skip to content

Commit

Permalink
Bump the version to 0.6. (google#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 0b84247 commit 5272921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 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

0 comments on commit 5272921

Please sign in to comment.