Skip to content

Commit

Permalink
feat: update version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
motchy869 authored Jun 18, 2022
1 parent bb59893 commit 2737fba
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v0.9.0] - 2022-06-18

- Added
- More data type flexibility of `addDiag()`; Different data types are allowed for vector and matrix.
Expand Down
2 changes: 1 addition & 1 deletion include/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
#pragma once
#define MATH_LIB_VER_MAJOR 0
#define MATH_LIB_VER_MINOR 8
#define MATH_LIB_VER_MINOR 9
#define MATH_LIB_VER_PATCH 0
#define MATH_LIB_VER_ALPHA 0 // 0 if release version, 1 if alpha version
#define MATH_LIB_ENABLE_CANARY_MODE false
Expand Down
Empty file modified scripts/doDebugBuild.sh
100644 → 100755
Empty file.
Empty file modified scripts/doTest.sh
100644 → 100755
Empty file.

0 comments on commit 2737fba

Please sign in to comment.