Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions and changelogs. #498

Merged
merged 1 commit into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions discrimination-ieee754/discrimination-ieee754.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.1.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

name: discrimination-ieee754
version: 0.1.0.4
version: 0.1.0.5
synopsis: Discrimination of floating-point numbers via their IEEE754 representation.
description: Support for sorting/grouping by floating-point numbers. Uses the technique described by http://stereopsis.com/radix.html.
category: Data
Expand Down
2 changes: 1 addition & 1 deletion discrimination-ieee754/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: discrimination-ieee754
version: '0.1.0.4'
version: '0.1.0.5'
synopsis: Discrimination of floating-point numbers via their IEEE754 representation.
description: >
Support for sorting/grouping by floating-point numbers.
Expand Down
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.14
- Relax upper bounds for ghc-9.10.

## v0.1.2.11
- Relax upper bounds for ghc-9.2

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.13"
version: "0.1.2.14"
synopsis: Arbitrary instances for proto-lens.
description: >
The proto-lens-arbitrary allows generating arbitrary messages for
Expand Down
4 changes: 2 additions & 2 deletions proto-lens-arbitrary/proto-lens-arbitrary.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.1.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

name: proto-lens-arbitrary
version: 0.1.2.13
version: 0.1.2.14
synopsis: Arbitrary instances for proto-lens.
description: The proto-lens-arbitrary allows generating arbitrary messages for use with QuickCheck.
category: Data
Expand Down
2 changes: 1 addition & 1 deletion proto-lens-discrimination/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: proto-lens-discrimination
version: '0.1.1.4'
version: '0.1.1.5'
synopsis: Support for using proto-lens types with http://hackage.haskell.org/package/discrimination.
description: >
Reflection-based implementations of Sort for proto-lens'
Expand Down
4 changes: 2 additions & 2 deletions proto-lens-discrimination/proto-lens-discrimination.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 2.0

-- This file has been generated from package.yaml by hpack version 0.36.1.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

name: proto-lens-discrimination
version: 0.1.1.4
version: 0.1.1.5
synopsis: Support for using proto-lens types with http://hackage.haskell.org/package/discrimination.
description: Reflection-based implementations of Sort for proto-lens' generated types.
category: Data
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.13
- Bump upper bound for ghc-9.10.

## v0.1.1.9
- Bump some bounds for ghc-9.2.2 compatibility.

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.12'
version: '0.1.1.13'
synopsis: Adapting proto-lens to optparse-applicative ReadMs.
description: >
A package adapting proto-lens to optparse-applicative ReadMs.
Expand Down
4 changes: 2 additions & 2 deletions proto-lens-optparse/proto-lens-optparse.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.1.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

name: proto-lens-optparse
version: 0.1.1.12
version: 0.1.1.13
synopsis: Adapting proto-lens to optparse-applicative ReadMs.
description: A package adapting proto-lens to optparse-applicative ReadMs. This gives an easy way to define options and arguments for text-format protobuf types.
category: Data
Expand Down
3 changes: 3 additions & 0 deletions proto-lens-protobuf-types/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for `proto-lens-protobuf-types`

## v0.7.2.2
- Bump upper bounds for ghc-9.10.

## v0.7.2.0
- Add support for additional well known types

Expand Down
2 changes: 1 addition & 1 deletion 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.7.2.1'
version: '0.7.2.2'
synopsis: Basic protocol buffer message types.
description: >
This package provides bindings standard protocol message types,
Expand Down
4 changes: 2 additions & 2 deletions proto-lens-protobuf-types/proto-lens-protobuf-types.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 2.0

-- This file has been generated from package.yaml by hpack version 0.36.1.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

name: proto-lens-protobuf-types
version: 0.7.2.1
version: 0.7.2.2
synopsis: Basic protocol buffer message types.
description: This package provides bindings standard protocol message types, for use with the proto-lens library.
category: Data
Expand Down
4 changes: 4 additions & 0 deletions proto-lens-protoc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for `proto-lens-protoc`

## v0.9.0.0
- Support Protobuf Editions 2023 and 2024.
- Update bootstrap protobuf bindings to protobuf v28.0.
- Relax upper bounds for ghc-9.10.

## v0.8.0.0
- Relax upper bounds for ghc-9.6
Expand Down
2 changes: 1 addition & 1 deletion 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.8.0.1'
version: '0.9.0.0'
synopsis: Protocol buffer compiler for the proto-lens library.
description: >
Turn protocol buffer files (.proto) into Haskell files (.hs) which
Expand Down
4 changes: 2 additions & 2 deletions proto-lens-protoc/proto-lens-protoc.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.1.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

name: proto-lens-protoc
version: 0.8.0.1
version: 0.9.0.0
synopsis: Protocol buffer compiler for the proto-lens library.
description: Turn protocol buffer files (.proto) into Haskell files (.hs) which can be used with the proto-lens package.
The library component of this package contains compiler code (namely Data.ProtoLens.Compiler.*) is not guaranteed to have stable APIs.'
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.7
- Relax upper bounds for ghc-9.10.

## v0.7.0.3
- Support GHC 9.4

Expand Down
2 changes: 1 addition & 1 deletion 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.7.0.6'
version: '0.7.0.7'
author: Judah Jacobson
maintainer: [email protected]
github: google/proto-lens/proto-lens-runtime
Expand Down
4 changes: 2 additions & 2 deletions proto-lens-runtime/proto-lens-runtime.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.22

-- This file has been generated from package.yaml by hpack version 0.36.1.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

name: proto-lens-runtime
version: 0.7.0.6
version: 0.7.0.7
description: Modules that are needed by the Haskell files generated by proto-lens-protoc. For forwards compatibility, we reexport them as new module names so that other packages don't accidentally write non-generated code that relies on these modules being reexported by this package.
homepage: https://github.com/google/proto-lens#readme
bug-reports: https://github.com/google/proto-lens/issues
Expand Down
3 changes: 3 additions & 0 deletions proto-lens-setup/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for `proto-lens-setup`

## v0.4.0.9
- Relax upper bounds for ghc-9.10.

## v0.4.0.6
- Relax upper bounds for ghc-9.2

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.8'
version: '0.4.0.9'
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.9
- proto-lens-protoc >= 0.4 && < 0.10
- temporary >= 1.2 && < 1.4
- text >= 1.2 && < 2.2
exposed-modules:
Expand Down
6 changes: 3 additions & 3 deletions proto-lens-setup/proto-lens-setup.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.1.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

name: proto-lens-setup
version: 0.4.0.8
version: 0.4.0.9
synopsis: Cabal support for codegen with proto-lens.
description: This package provides Cabal support for the @proto-lens@ package.
It automatically generates Haskell source files from protocol buffer
Expand Down Expand Up @@ -76,7 +76,7 @@ library
, directory >=1.2 && <1.4
, filepath >=1.4 && <1.6
, process >=1.2 && <1.7
, proto-lens-protoc >=0.4 && <0.9
, proto-lens-protoc >=0.4 && <0.10
, temporary >=1.2 && <1.4
, text >=1.2 && <2.2
default-language: Haskell2010
2 changes: 1 addition & 1 deletion proto-lens-tests/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: proto-lens-tests
version: '0.1.0.1'
version: '0.1.0.2'
synopsis: Unit tests for proto-lens
description: This package contains a set of test suites for proto-lens.
category: Data
Expand Down
2 changes: 1 addition & 1 deletion proto-lens-tests/proto-lens-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.0
-- see: https://github.com/sol/hpack

name: proto-lens-tests
version: 0.1.0.1
version: 0.1.0.2
synopsis: Unit tests for proto-lens
description: This package contains a set of test suites for proto-lens.
category: Data
Expand Down
2 changes: 1 addition & 1 deletion proto-lens-tutorial/coffee-order/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: coffee-order
version: 0.1.0.1
version: 0.1.0.2
homepage: https://github.com/google/proto-tutorial/coffee-order#readme
license: BSD3
author: Fintan Halpenny
Expand Down
2 changes: 2 additions & 0 deletions proto-lens/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog for `proto-lens`

## v0.7.1.7
- Relax upper bounds for ghc-9.10.

## v0.7.1.2
- Support GHC 9.4
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.7.1.5"
version: "0.7.1.6"
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
4 changes: 2 additions & 2 deletions proto-lens/proto-lens.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.1.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

name: proto-lens
version: 0.7.1.5
version: 0.7.1.6
synopsis: A lens-based implementation of protocol buffers in Haskell.
description: The proto-lens library provides an API for protocol buffers using modern Haskell language and library patterns. Specifically, it provides:
.
Expand Down
Loading