Skip to content

Commit

Permalink
Bump Version Number
Browse files Browse the repository at this point in the history
Former-commit-id: e5c99c7
  • Loading branch information
Pencilcaseman committed Mar 1, 2023
1 parent faae0fc commit 2bbd61a
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 13 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.9"
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.8
date-released: "2023-02-21"
version: 0.6.9
date-released: "2023-03-01"
type: software
url: "https://github.com/LibRapid/librapid"
license: MIT
Expand Down
14 changes: 4 additions & 10 deletions 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.8
PROJECT_NUMBER = v0.6.9

# 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 All @@ -58,7 +58,7 @@ PROJECT_LOGO = img/LR_icon.png
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.

OUTPUT_DIRECTORY = ./docs/
OUTPUT_DIRECTORY = ./docBuild

# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
Expand Down Expand Up @@ -162,7 +162,7 @@ FULL_PATH_NAMES = YES
# will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.

STRIP_FROM_PATH = ../..
STRIP_FROM_PATH =

# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which
Expand Down Expand Up @@ -963,9 +963,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.

EXCLUDE = librapid/blas \
librapid/cxxblas \
librapid/vendor
EXCLUDE =

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
Expand Down Expand Up @@ -2299,10 +2297,6 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = LIBRAPID_USE_MULTIPREC=\
LIBRAPID_HAS_CUDA=\
LIBRAPID_HAS_OMP=\
LIBRAPID_NODISCARD=\
LIBRAPID_ALWAYS_INLINE=\
LIBRAPID_INLINE=\
LIBRAPID_RELEASE_NOEXCEPT=

# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
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 8
PATCH 9

0 comments on commit 2bbd61a

Please sign in to comment.