Skip to content

Commit

Permalink
Set version to 9.0.507
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Nov 6, 2022
1 parent 4ef9381 commit 1b50578
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog #

## Version 9.0.xxx
## Version 9.0.507

- Fix `promesa.core/wrap`; it now only wraps if the value is not a promise instance
- Replace previously introduced `ConcurrencyLimiter` (java impl) with
`Bulkhead` (100% clojure impl; cljs not suported but contributions
welcome to port it to cljs if someone consider it can be useful).
- Fix `promesa.core/wrap`; it now only wraps if the value is not a promise instance
- Add `promesa.exec/pmap`; a simplified `clojure.core/pmap` analogous
function that allows use a user specified executor (thanks to the
dynamic vars) (EXPERIMENTAL)
Expand Down
4 changes: 2 additions & 2 deletions doc/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Leiningen:
deps.edn:

```clojure
funcool/promesa {:mvn/version "9.0.494"}
funcool/promesa {:mvn/version "9.0.507"}
```

```clojure
[funcool/promesa "9.0.494"]
[funcool/promesa "9.0.507"]
```

## Introduction
Expand Down

0 comments on commit 1b50578

Please sign in to comment.