Skip to content

Commit 0f412a3

Browse files
committed
add news and bump version
1 parent 32d7a32 commit 0f412a3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Trixi.jl follows the interpretation of
55
used in the Julia ecosystem. Notable changes will be documented in this file
66
for human readability.
77

8+
9+
## Changes when updating to v0.13 from v0.12.x
10+
11+
#### Changed
12+
13+
- The `polyester` preference got merged with the `native_threading` preference and the `Trixi.set_polyester` function got renamed to `Trixi.set_threading_backend` ([#2476]).
14+
15+
#### Deprecated
16+
17+
#### Removed
18+
819
## Changes in the v0.12 lifecycle
920

1021
#### Added

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Trixi"
22
uuid = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"
33
authors = ["Michael Schlottke-Lakemper <[email protected]>", "Gregor Gassner <[email protected]>", "Hendrik Ranocha <[email protected]>", "Andrew R. Winters <[email protected]>", "Jesse Chan <[email protected]>", "Andrés Rueda-Ramírez <[email protected]>"]
4-
version = "0.12.8-DEV"
4+
version = "0.13.0-DEV"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"

0 commit comments

Comments
 (0)