Skip to content

Commit a86414f

Browse files
committed
Create a new release
Former-commit-id: 2d90217
1 parent 3e5d417 commit a86414f

File tree

4 files changed

+34
-4
lines changed

4 files changed

+34
-4
lines changed

.hdoc.toml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[project]
2+
name = "LibRapid"
3+
version = "v0.6.13"
4+
num_threads = 0
5+
6+
git_repo_url = "https://github.com/LibRapid/librapid/"
7+
git_default_branch = "master"
8+
9+
[paths]
10+
compile_commands = "build/compile_commands.json"
11+
output_dir = "docs/build/"
12+
13+
[pages]
14+
homepage = "docs/index.md"
15+
paths = [
16+
"docs/Getting Started.md",
17+
"docs/CMake Integration.md",
18+
"docs/Using LibRapid with CUDA.md",
19+
"docs/Caution.md"
20+
]
21+
22+
[ignore]
23+
# Symbols from any of the following path fragments will be ignored
24+
paths = [
25+
"test",
26+
"librapid/vendor",
27+
"librapid/cxxblas",
28+
"librapid/blas",
29+
"build/"
30+
]

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors:
55
- family-names: "Davis"
66
given-names: "Toby"
77
title: "LibRapid: Optimised Mathematics for C++"
8-
version: 0.6.12
9-
date-released: "2023-04-13"
8+
version: 0.6.13
9+
date-released: "2023-04-14"
1010
type: software
1111
url: "https://github.com/LibRapid/librapid"
1212
license: MIT

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "LibRapid"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v0.6.12
41+
PROJECT_NUMBER = v0.6.13
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
MAJOR 0
22
MINOR 6
3-
PATCH 12
3+
PATCH 13

0 commit comments

Comments
 (0)