Skip to content

Commit

Permalink
prep for v10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbrock committed Nov 10, 2022
1 parent b5cb22e commit efa531a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ Breaking changes:

New features:

Other improvements:

## [v10.1.0](https://github.com/purescript-contrib/purescript-parsing/releases/tag/v10.1.0) - 2022-11-10

Bugfixes:

Breaking changes:

New features:

- add `MonadAsk` and `MonadReader` instances (#208 by @bentongxyz)
- Add `Parsing.String.parseErrorHuman` (#209 by @jamesdbrock)
- Add `liftMaybe`, `liftEither`, `liftExceptT` (#212 by @jamesdbrock)
Expand All @@ -20,7 +30,7 @@ Other improvements:
- Docs for `region` (#213 by @jamesdbrock)
- README Recursion (#214 by @jamesdbrock)

## [v10.0.0](https://github.com/purescript-contrib/purescript-parsing/releases/tag/v9.1.0) - 2022-07-18
## [v10.0.0](https://github.com/purescript-contrib/purescript-parsing/releases/tag/v10.0.0) - 2022-07-18

Bugfixes:

Expand Down
14 changes: 7 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"output"
],
"dependencies": {
"purescript-arrays": "^v7.0.0",
"purescript-arrays": "^v7.1.0",
"purescript-control": "^v6.0.0",
"purescript-effect": "^v4.0.0",
"purescript-either": "^v6.0.0",
"purescript-enums": "^v6.0.0",
"purescript-either": "^v6.1.0",
"purescript-enums": "^v6.0.1",
"purescript-foldable-traversable": "^v6.0.0",
"purescript-functions": "^v6.0.0",
"purescript-identity": "^v6.0.0",
Expand All @@ -30,10 +30,10 @@
"purescript-nullable": "^v6.0.0",
"purescript-numbers": "^v9.0.0",
"purescript-partial": "^v4.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-st": "^v6.0.0",
"purescript-strings": "^v6.0.0",
"purescript-tailrec": "^v6.0.0",
"purescript-prelude": "^v6.0.1",
"purescript-st": "^v6.2.0",
"purescript-strings": "^v6.0.1",
"purescript-tailrec": "^v6.1.0",
"purescript-transformers": "^v6.0.0",
"purescript-tuples": "^v7.0.0",
"purescript-unfoldable": "^v6.0.0",
Expand Down
5 changes: 2 additions & 3 deletions packages.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220921/packages.dhall
sha256:169bd823a71ae033eaf4f77776e184f12c656163feae14e7f649a48932ca6ac0
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20221110/packages.dhall
sha256:55be93ee309eeb1b3a1d30c7b9fa5d18ffefa67f5fbeec1566b7b6a70b0ac218

in upstream
with minibench.version = "77329a816a4be933cd3c51cc8517608d5affb450"

0 comments on commit efa531a

Please sign in to comment.