Skip to content

Commit

Permalink
release - prepare for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Jan 5, 2022
1 parent 26d6e42 commit 2cd297b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
@@ -1,8 +1,8 @@
cff-version: 1.1.0
title: "LFAToolkit.jl"
message: "Please cite the following works when using this software."
version: 0.4.1
date-released: 2021-07-02
version: 0.5.0
date-released: 2022-01-05
license: BSD-2-Clause
authors:
- family-names: Thompson
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "LFAToolkit"
uuid = "3f92b583-c0aa-4596-8bdf-f02f6c0a52df"
authors = ["Jeremy L Thompson <thompson.jeremy.luke@gmail.com>"]
version = "0.4.1"
version = "0.5.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
12 changes: 12 additions & 0 deletions docs/src/release_notes.md
Expand Up @@ -6,6 +6,18 @@ Current development includes:

Enhancements:

Bugfixes:

## v0.5.0

This release include some minor fixes and some convenience utilities.

Breaking change:

* Kkeyword argument indicating quadrature point placement for Basis convenience constructors renamed.

Enhancements:

* Added `computesymbolsoverrange` to facilitate common analysis.

Bugfixes:
Expand Down

0 comments on commit 2cd297b

Please sign in to comment.