Skip to content

Commit 1b50578

Browse files
committed
Set version to 9.0.507
1 parent 4ef9381 commit 1b50578

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog #
22

3-
## Version 9.0.xxx
3+
## Version 9.0.507
44

5-
- Fix `promesa.core/wrap`; it now only wraps if the value is not a promise instance
65
- Replace previously introduced `ConcurrencyLimiter` (java impl) with
76
`Bulkhead` (100% clojure impl; cljs not suported but contributions
87
welcome to port it to cljs if someone consider it can be useful).
8+
- Fix `promesa.core/wrap`; it now only wraps if the value is not a promise instance
99
- Add `promesa.exec/pmap`; a simplified `clojure.core/pmap` analogous
1010
function that allows use a user specified executor (thanks to the
1111
dynamic vars) (EXPERIMENTAL)

doc/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Leiningen:
1010
deps.edn:
1111

1212
```clojure
13-
funcool/promesa {:mvn/version "9.0.494"}
13+
funcool/promesa {:mvn/version "9.0.507"}
1414
```
1515

1616
```clojure
17-
[funcool/promesa "9.0.494"]
17+
[funcool/promesa "9.0.507"]
1818
```
1919

2020
## Introduction

0 commit comments

Comments
 (0)