Skip to content

Commit efa531a

Browse files
committed
prep for v10.1.0
1 parent b5cb22e commit efa531a

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ Breaking changes:
1010

1111
New features:
1212

13+
Other improvements:
14+
15+
## [v10.1.0](https://github.com/purescript-contrib/purescript-parsing/releases/tag/v10.1.0) - 2022-11-10
16+
17+
Bugfixes:
18+
19+
Breaking changes:
20+
21+
New features:
22+
1323
- add `MonadAsk` and `MonadReader` instances (#208 by @bentongxyz)
1424
- Add `Parsing.String.parseErrorHuman` (#209 by @jamesdbrock)
1525
- Add `liftMaybe`, `liftEither`, `liftExceptT` (#212 by @jamesdbrock)
@@ -20,7 +30,7 @@ Other improvements:
2030
- Docs for `region` (#213 by @jamesdbrock)
2131
- README Recursion (#214 by @jamesdbrock)
2232

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

2535
Bugfixes:
2636

bower.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"output"
1515
],
1616
"dependencies": {
17-
"purescript-arrays": "^v7.0.0",
17+
"purescript-arrays": "^v7.1.0",
1818
"purescript-control": "^v6.0.0",
1919
"purescript-effect": "^v4.0.0",
20-
"purescript-either": "^v6.0.0",
21-
"purescript-enums": "^v6.0.0",
20+
"purescript-either": "^v6.1.0",
21+
"purescript-enums": "^v6.0.1",
2222
"purescript-foldable-traversable": "^v6.0.0",
2323
"purescript-functions": "^v6.0.0",
2424
"purescript-identity": "^v6.0.0",
@@ -30,10 +30,10 @@
3030
"purescript-nullable": "^v6.0.0",
3131
"purescript-numbers": "^v9.0.0",
3232
"purescript-partial": "^v4.0.0",
33-
"purescript-prelude": "^v6.0.0",
34-
"purescript-st": "^v6.0.0",
35-
"purescript-strings": "^v6.0.0",
36-
"purescript-tailrec": "^v6.0.0",
33+
"purescript-prelude": "^v6.0.1",
34+
"purescript-st": "^v6.2.0",
35+
"purescript-strings": "^v6.0.1",
36+
"purescript-tailrec": "^v6.1.0",
3737
"purescript-transformers": "^v6.0.0",
3838
"purescript-tuples": "^v7.0.0",
3939
"purescript-unfoldable": "^v6.0.0",

packages.dhall

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
let upstream =
2-
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220921/packages.dhall
3-
sha256:169bd823a71ae033eaf4f77776e184f12c656163feae14e7f649a48932ca6ac0
2+
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20221110/packages.dhall
3+
sha256:55be93ee309eeb1b3a1d30c7b9fa5d18ffefa67f5fbeec1566b7b6a70b0ac218
44

55
in upstream
6-
with minibench.version = "77329a816a4be933cd3c51cc8517608d5affb450"

0 commit comments

Comments
 (0)