Releases: awakesecurity/proto3-wire
Releases · awakesecurity/proto3-wire
1.4.3
What's Changed
- Bump upper bounds by @alexfmpe in #104
- v1.4.3: support GHC 9.6, 9.8 by @j6carey in #105
- Bump outdated bounds by @DrewFenwick in #106
New Contributors
- @alexfmpe made their first contribution in #104
- @DrewFenwick made their first contribution in #106
Full Changelog: 1.4.2...1.4.3
1.4.1
Changes since 1.4.0
-
Changed the upper bounds for
bytestring
from0.11.0
to0.12.0
in #88. -
Additional internals were exported from
Proto3.Wire.Reverse.Internal
in #89. -
Support for encoding and decoding
ShortText
was added in #90. -
Derived
Lift
instances for theFieldNumber
andWireType
types in #92. -
Derived
Data
andGeneric
instances for theFieldNumber
andWireType
types in #91. -
Changed the upper bounds for
vector
from0.13
to0.14
in #93. -
GitHub action versions in CI were updated in #94.
cachix/install-nix-action
was updated fromcachix/install-nix-action@v13
tocachix/install-nix-action@v20
.cachix/cachix-action
was updated fromcachix/cachix-action@v10
tocachix/cachix-action@v12
.
-
Updated nixpkgs version from
21.05
to21.11
in #95. -
Add
source-repository
stanza to the cabal file in #96.
1.4.0
Small fixes to `proto3-wire.cabal` (#87) These were the changes I had to made for Hackage to accept the package upload