From 52729216b61743657475af5b74840965dcffe497 Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Sat, 26 Oct 2019 19:01:54 -0700 Subject: [PATCH] Bump the version to 0.6. (#359) Packages like proto-lens-optparse and proto-lens-arbitrary that are compatible with the older versions only get a minor bump. --- Changelog.md | 4 ++-- package.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index ec56f513..a3c39a09 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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). @@ -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 diff --git a/package.yaml b/package.yaml index 49654493..32c43ebe 100644 --- a/package.yaml +++ b/package.yaml @@ -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