Skip to content

Commit c52a7e1

Browse files
authored
Merge pull request #74 from jeremylt/jeremy/release
v0.6.1
2 parents 0c70da8 + 6962a12 commit c52a7e1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-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.6.0
5-
date-released: 2022-10-18
4+
version: 0.6.1
5+
date-released: 2023-01-02
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 = ["Jed Brown <jed@jedbrown.org>", "Adeleke Bankoe <AdelekeBankole@colorado.edu>", "Jeremy L Thompson <jeremy@jeremylt.org>"]
4-
version = "0.6.0"
4+
version = "0.6.1"
55

66
[deps]
77
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"

docs/src/release_notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
Current development includes:
66

7+
## v0.6.1
8+
9+
This release fixes static analysis warnings and minor style/formatting inconsistencies.
10+
11+
712
## v0.6.0
813

914
This release includes conformal maps for bases, new operator convenience constructors, and small internal improvements.

0 commit comments

Comments
 (0)