From bf650bba165eb970824e2c4d3cb3eabd27fd4f69 Mon Sep 17 00:00:00 2001 From: Petr Krysl Date: Sat, 4 Jan 2025 08:56:25 -0800 Subject: [PATCH] add version --- Project.toml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7444d99..5e19e66 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FinEtoolsFlexStructures" uuid = "723391e6-6814-4d1d-921c-018f691214d8" authors = ["Petr Krysl "] -version = "3.0.6" +version = "3.0.7" [deps] Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97" diff --git a/README.md b/README.md index 08f746b..11cc63e 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ ## News +- 01/04/2024: Add a Riks path-tracing solver. +- 01/01/2024: Add a nonlinear corotational truss element. - 12/22/2024: Add vibration examples for angle-ply laminated composites. - 12/19/2024: Add benchmark examples for laminated composites. - 12/19/2024: Fix transformation bug in composite implementation.