Skip to content

Commit e705832

Browse files
committed
release - prepare for v0.4.1
1 parent e3cf43d commit e705832

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.1.0
22
title: "LFAToolkit.jl"
33
message: "Please cite the following works when using this software."
4-
version: 0.4.0
4+
version: 0.4.1
55
date-released: 2021-07-02
66
license: BSD-2-Clause
77
authors:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LFAToolkit"
22
uuid = "3f92b583-c0aa-4596-8bdf-f02f6c0a52df"
33
authors = ["Jeremy L Thompson <thompson.jeremy.luke@gmail.com>"]
4-
version = "0.4.0"
4+
version = "0.4.1"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

docs/src/release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Enhancements:
88

99
Bugfixes:
1010

11+
## v0.4.1
12+
13+
This release includes a small fix for properly handling stretched meshes, such as when `dx != dy`.
14+
1115
## v0.4.0
1216

1317
This release includes improved functionality and bugfixes.

0 commit comments

Comments
 (0)