Skip to content

Commit d19db59

Browse files
committed
bump version
1 parent 6154a21 commit d19db59

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ SPDX-License-Identifier: BSD-3-Clause
88

99
All notable changes to this project will be documented in this file.
1010

11+
## [2.0.0] - 2025-03-27
12+
13+
### Added
14+
15+
- Correspondence Stiffness matrix #322
16+
- Gyan reduction #323
17+
- Rigid body material #253
18+
- Bond Force calculation in matrix linear static #339
19+
- Aniso damage for 3D #337
20+
21+
### Fixed
22+
23+
- Numerical Damping in Verlet
24+
25+
### Changed
26+
27+
- Optimized matrix assembly #336
28+
- MPI Optimization
29+
- Tests optimized
30+
- Stability and Perfomance improvements
31+
1132
## [1.5.2] - 2025-12-08
1233

1334
### Added
@@ -20,7 +41,6 @@ All notable changes to this project will be documented in this file.
2041

2142
- Zero bond length input handling
2243

23-
2444
## [1.5.1] - 2025-11-27
2545

2646
### Added
@@ -45,7 +65,6 @@ All notable changes to this project will be documented in this file.
4565
- Module names streamlined
4666
- TimerOutputs is now using the default timer
4767

48-
4968
## [1.4.10] - 2025-10-06
5069

5170
### Added

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "PeriLab"
22
uuid = "2ecefcea-59f0-46dd-9cfd-1d2b8cc5f112"
3-
version = "1.5.3"
3+
version = "2.0.0"
44
authors = ["Christian Willberg <christian.willberg@dlr.de>", "Jan-Timo Hesse <jan-timo.hesse@dlr.de>"]
55

66
[deps]

src/PeriLab.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import .Logging_Module
5959
import .IO
6060
using .Solver_Manager
6161

62-
PERILAB_VERSION = "1.5.3"
62+
PERILAB_VERSION = "2.0.0"
6363

6464
export main
6565

0 commit comments

Comments
 (0)