diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ddc356..5c56d51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,12 @@ # CHANGES -## v1.3.0 - - type of `entries` of `FEVectorBlock` and `FEVector` is now a template parameter - -## v1.2.0 June 25, 2025 +## v1.2.0 July 07, 2025 - major documentation and docstring overhaul - improved show functions and constructors for FEMatrix, FEVector - added range check in getindex functions for FEVector - added slice views for FEVectorBlocks - added Array conversions for FEVector and FEVectorBlock + - type of `entries` of `FEVectorBlock` and `FEVector` is now a template parameter ## v1.1.1 June 16, 2025 - docstring improvements diff --git a/Project.toml b/Project.toml index c55333d..9beed4e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ExtendableFEMBase" uuid = "12fb9182-3d4c-4424-8fd1-727a0899810c" authors = ["Christian Merdon ", "Patrick Jaap "] -version = "1.3.0" +version = "1.2.0" [deps] DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"