Skip to content

Commit 13db599

Browse files
relax BangBang compat (#99)
* relax BangBang compat * bump patch version * Update CHANGELOG.md --------- Co-authored-by: Mason Protter <[email protected]>
1 parent f704536 commit 13db599

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Version 0.5.1
66
- ![Feature][badge-feature] Within a parallel `@tasks` block one can now mark a region with `@one_by_one`. This region will be run by one task at a time ("critical region").
77
- ![Feature][badge-feature] Within a `@tasks` block one can now mark a region as with `@only_one`. This region will be run by a single parallel task only (other tasks will skip over it).
88
- ![Experimental][badge-experimental] Added tentative support for `@barrier` in `@tasks` blocks. See `?OhMyThreads.Tools.@barrier` for more information. Note that this feature is experimental and **not** part of the public API (i.e. doesn't fall under SemVer).
9+
- ![Info][badge-info] Compat bounds for [BangBang.jl](https://github.com/JuliaFolds2/BangBang.jl) have been relaxed to include v0.3.40
910

1011
Version 0.5.0
1112
-------------

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OhMyThreads"
22
uuid = "67456a42-1dca-4109-a031-0a68de7e3ad5"
33
authors = ["Carsten Bauer <[email protected]>", "Mason Protter <[email protected]>"]
4-
version = "0.5.0"
4+
version = "0.5.1"
55

66
[deps]
77
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
@@ -11,7 +11,7 @@ TaskLocalValues = "ed4db957-447d-4319-bfb6-7fa9ae7ecf34"
1111

1212
[compat]
1313
Aqua = "0.8"
14-
BangBang = "0.4"
14+
BangBang = "0.3.40, 0.4"
1515
ChunkSplitters = "2.4"
1616
StableTasks = "0.1.5"
1717
TaskLocalValues = "0.1"

0 commit comments

Comments
 (0)