Skip to content

Commit 466af6e

Browse files
authored
Fix release errors in v0.1.0.
2 parents ab4c347 + 4f7874d commit 466af6e

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

NEWS.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ GeometricAlgebra.jl Release Notes
22
=================================
33

44
-------------------------------------------------------------------------------
5-
0.1.0 (2022-03-DD)
6-
==================
5+
v0.1.1 (2022-05-26)
6+
===================
7+
* Update release notes.
8+
9+
-------------------------------------------------------------------------------
10+
v0.1.0 (2022-05-26)
11+
===================
712
* Initial version of package.
813

914
-------------------------------------------------------------------------------

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GeometricAlgebra"
22
uuid = "7adf08e9-5ce8-4ef7-b490-37ded1c6a328"
33
authors = ["Kevin Chu <kevin@velexi.com> and contributors"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
@@ -13,4 +13,4 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1313
julia = "1.6, 1.7"
1414
BenchmarkTools = "1"
1515
DataStructures = "0.18"
16-
Documenter = "0.27"
16+
Documenter = "0.27"

0 commit comments

Comments
 (0)