Skip to content

Commit

Permalink
Create a new release
Browse files Browse the repository at this point in the history
Former-commit-id: 2d90217
  • Loading branch information
Pencilcaseman committed Apr 14, 2023
1 parent 3e5d417 commit a86414f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
30 changes: 30 additions & 0 deletions .hdoc.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[project]
name = "LibRapid"
version = "v0.6.13"
num_threads = 0

git_repo_url = "https://github.com/LibRapid/librapid/"
git_default_branch = "master"

[paths]
compile_commands = "build/compile_commands.json"
output_dir = "docs/build/"

[pages]
homepage = "docs/index.md"
paths = [
"docs/Getting Started.md",
"docs/CMake Integration.md",
"docs/Using LibRapid with CUDA.md",
"docs/Caution.md"
]

[ignore]
# Symbols from any of the following path fragments will be ignored
paths = [
"test",
"librapid/vendor",
"librapid/cxxblas",
"librapid/blas",
"build/"
]
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ authors:
- family-names: "Davis"
given-names: "Toby"
title: "LibRapid: Optimised Mathematics for C++"
version: 0.6.12
date-released: "2023-04-13"
version: 0.6.13
date-released: "2023-04-14"
type: software
url: "https://github.com/LibRapid/librapid"
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "LibRapid"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v0.6.12
PROJECT_NUMBER = v0.6.13

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MAJOR 0
MINOR 6
PATCH 12
PATCH 13

0 comments on commit a86414f

Please sign in to comment.