Skip to content

Commit cd4d3cd

Browse files
committed
Add CHANGELOG entry and bump compats
1 parent d37331b commit cd4d3cd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## next version
44

5+
## v1.0.0 April 7, 2025
6+
7+
### Changed
8+
9+
- `solve` uses now the residual equation for the linear systems.
10+
511
## v0.9.0 March 22, 2025
612

713
### Added

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"
33
authors = ["Christian Merdon <merdon@wias-berlin.de>", "Patrick Jaap <patrick.jaap@wias-berlin.de>"]
4-
version = "0.9.1"
4+
version = "1.0.0"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
@@ -28,7 +28,7 @@ DiffResults = "1"
2828
DocStringExtensions = "0.8,0.9"
2929
ExampleJuggler = "2.2.1"
3030
ExplicitImports = "1"
31-
ExtendableFEMBase = "0.8"
31+
ExtendableFEMBase = "1"
3232
ExtendableGrids = "1.10.3"
3333
ExtendableSparse = "1.5.3"
3434
ForwardDiff = "0.10.35,1"

0 commit comments

Comments
 (0)