Skip to content

Commit

Permalink
Bump version to 0.4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenfontanella committed Jan 28, 2024
1 parent 4e45721 commit 3b93913
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions microlens-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# 0.4.3.5

* [#131](https://github.com/stevenfontanella/microlens/issues/131) Add `At` and `Ixed` instance for `HashSet`.

# 0.4.3.4

* [#171](https://github.com/stevenfontanella/microlens/pull/171) Support text 2.1
* [#171](https://github.com/stevenfontanella/microlens/pull/171) Support text 2.1.

# 0.4.3.3

* [#161](https://github.com/stevenfontanella/microlens/pull/161) Fix GHC 9.4 warning for using `~` without TypeOperators
* [#161](https://github.com/stevenfontanella/microlens/pull/161) Fix GHC 9.4 warning for using `~` without TypeOperators.

# 0.4.3.2

* [#156](https://github.com/stevenfontanella/microlens/pull/156) Add a missing upper bound for text dependency
* [#156](https://github.com/stevenfontanella/microlens/pull/156) Add a missing upper bound for text dependency.

# 0.4.3.1

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.4
version: 0.4.3.5
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

0 comments on commit 3b93913

Please sign in to comment.