Skip to content

Commit

Permalink
Bump patch versions after #182
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenfontanella committed Dec 17, 2024
1 parent b4d5db8 commit f0a5354
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions microlens-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.3.6

* [#182](https://github.com/stevenfontanella/microlens/pull/182) Support GHC 9.12.

# 0.4.3.5

* [#131](https://github.com/stevenfontanella/microlens/issues/131) Add `At` and `Ixed` instance for `HashSet`.
Expand Down
2 changes: 1 addition & 1 deletion microlens-platform/microlens-platform.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: microlens-platform
version: 0.4.3.5
version: 0.4.3.6
synopsis: microlens + all batteries included (best for apps)
description:
This package exports a module which is the recommended starting point for using <http://hackage.haskell.org/package/microlens microlens> if you aren't trying to keep your dependencies minimal. By importing @Lens.Micro.Platform@ you get all functions and instances from <http://hackage.haskell.org/package/microlens microlens>, <http://hackage.haskell.org/package/microlens-th microlens-th>, <http://hackage.haskell.org/package/microlens-mtl microlens-mtl>, <http://hackage.haskell.org/package/microlens-ghc microlens-ghc>, as well as instances for @Vector@, @Text@, and @HashMap@.
Expand Down
4 changes: 4 additions & 0 deletions microlens-pro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.0.2

* [#182](https://github.com/stevenfontanella/microlens/pull/182) Support GHC 9.12.

# 0.2.0.1

* [#180](https://github.com/stevenfontanella/microlens/pull/180) [#181](https://github.com/stevenfontanella/microlens/pull/181) Support GHC 9.10.
Expand Down
2 changes: 1 addition & 1 deletion microlens-pro/microlens-pro.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: microlens-pro
version: 0.2.0.1
version: 0.2.0.2
synopsis: Prisms and isomorphisms for microlens
description:
This package provides lens-compatible 'Prism' and 'Iso'. Consequently, it
Expand Down
4 changes: 4 additions & 0 deletions microlens-th/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.3.16

* [#182](https://github.com/stevenfontanella/microlens/pull/182) Support GHC 9.12.

# 0.4.3.15

* [#180](https://github.com/stevenfontanella/microlens/pull/180) [#181](https://github.com/stevenfontanella/microlens/pull/181) Support GHC 9.10.
Expand Down
2 changes: 1 addition & 1 deletion microlens-th/microlens-th.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: microlens-th
version: 0.4.3.15
version: 0.4.3.16
synopsis: Automatic generation of record lenses for microlens
description:
This package lets you automatically generate lenses for data types; code was extracted from the lens package, and therefore generated lenses are fully compatible with ones generated by lens (and can be used both from lens and microlens).
Expand Down

0 comments on commit f0a5354

Please sign in to comment.