Skip to content

Commit 388e6ee

Browse files
authored
Merge pull request #37 from WIAS-PDELib/version/0.9.0
Add myself to authors and bump version to 0.9.0
2 parents 7524eea + 6f1f005 commit 388e6ee

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
## next version
44

5+
## v0.9.0 March 22, 2025
6+
57
### Added
68

79
- tests for explicit imports and undocumented names
810
- Runic.jl code formatting
911
- new operators `symgrad_Voigt` and `εV` for symmetric gradients in Voigt notation
1012
- new periodic boundary matrix assembler `get_periodic_coupling_matrix`
11-
- new `CombineDofs` operator accepting a periodic`coupling_matrix`
13+
- new `CombineDofs` operator accepting a periodic `coupling_matrix`
1214

1315
## v0.8 November 1, 2024
1416
- started changelog

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExtendableFEM"
22
uuid = "a722555e-65e0-4074-a036-ca7ce79a4aed"
3-
authors = ["Christian Merdon <[email protected]>"]
4-
version = "0.8.1"
3+
authors = ["Christian Merdon <[email protected]>", "Patrick Jaap <[email protected]>"]
4+
version = "0.9.0"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"

0 commit comments

Comments
 (0)