diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e07eab..36d5e4b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased + ## [1.16.1] @@ -25,9 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `dot(::Tensor{D1}, ::Tensor{D2})` for (D1,D2) in ((3,1), (1,3), (2,3), (3,2)) -[Unreleased]: https://github.com/Ferrite-FEM/Tensors.jl/compare/v1.15.1...HEAD -[1.15.1]: https://github.com/Ferrite-FEM/Tensors.jl/compare/v1.15.0...v1.15.1 +[Unreleased]: https://github.com/Ferrite-FEM/Tensors.jl/compare/v1.16.1...HEAD +[1.16.1]: https://github.com/Ferrite-FEM/Tensors.jl/compare/v1.16.0...v1.16.1 +[1.16.0]: https://github.com/Ferrite-FEM/Tensors.jl/compare/v1.15.0...v1.16.0 [github-212]: https://github.com/Ferrite-FEM/Tensors.jl/pull/212 -[github-205]: https://github.com/Ferrite-FEM/Tensors.jl/pull/205 \ No newline at end of file +[github-205]: https://github.com/Ferrite-FEM/Tensors.jl/pull/205 diff --git a/docs/Manifest.toml b/docs/Manifest.toml index e724362b..efd38464 100644 --- a/docs/Manifest.toml +++ b/docs/Manifest.toml @@ -1,6 +1,6 @@ # This file is machine-generated - editing it directly is not advised -julia_version = "1.9.2" +julia_version = "1.9.3" manifest_format = "2.0" project_hash = "063b18da735845e327fc97d98706d227f804d89d" @@ -302,7 +302,7 @@ version = "1.10.0" deps = ["ForwardDiff", "LinearAlgebra", "PrecompileTools", "SIMD", "StaticArrays", "Statistics"] path = ".." uuid = "48a634ad-e948-5137-8d70-aa71f2a747f4" -version = "1.15.0" +version = "1.16.1" [[deps.Test]] deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]