Skip to content

Commit

Permalink
Release 1.16.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Oct 31, 2023
1 parent 40ad096 commit 66441c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!-- ## Unreleased -->

## [1.16.1]

Expand All @@ -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))

<!-- Release links -->
[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 pull request/issue links -->
[github-212]: https://github.com/Ferrite-FEM/Tensors.jl/pull/212
[github-205]: https://github.com/Ferrite-FEM/Tensors.jl/pull/205
[github-205]: https://github.com/Ferrite-FEM/Tensors.jl/pull/205
4 changes: 2 additions & 2 deletions docs/Manifest.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -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"]
Expand Down

2 comments on commit 66441c0

@fredrikekre
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/94521

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.16.1 -m "<description of version>" 66441c0b39085d5244aba7ebf77ccaf6824c99c3
git push origin v1.16.1

Please sign in to comment.