Skip to content

Commit 2cd297b

Browse files
committed
release - prepare for v0.5.0
1 parent 26d6e42 commit 2cd297b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.1
5-
date-released: 2021-07-02
4+
version: 0.5.0
5+
date-released: 2022-01-05
66
license: BSD-2-Clause
77
authors:
88
- family-names: Thompson

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.1"
4+
version = "0.5.0"
55

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

docs/src/release_notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ Current development includes:
66

77
Enhancements:
88

9+
Bugfixes:
10+
11+
## v0.5.0
12+
13+
This release include some minor fixes and some convenience utilities.
14+
15+
Breaking change:
16+
17+
* Kkeyword argument indicating quadrature point placement for Basis convenience constructors renamed.
18+
19+
Enhancements:
20+
921
* Added `computesymbolsoverrange` to facilitate common analysis.
1022

1123
Bugfixes:

0 commit comments

Comments
 (0)