Skip to content

Commit 0abe3c2

Browse files
authored
Merge pull request #8 from DataAnalyticsEngineering/FANS-v0.1.1
Bugfix release v0.1.1
2 parents 2cf226a + be8601a commit 0abe3c2

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ PenaltyExcessCharacter: 1000000
9393
PenaltyReturnTypeOnItsOwnLine: 100
9494
PointerAlignment: Right
9595
ReflowComments: true
96-
SortIncludes: true
96+
SortIncludes: false
9797
SortUsingDeclarations: true
9898
SpaceAfterCStyleCast: true
9999
SpaceAfterTemplateKeyword: true

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# FANS Changelog
22

3+
## v0.1.1
4+
5+
- Disable sorting of includes in clang-format https://github.com/DataAnalyticsEngineering/FANS/pull/7
6+
37
## v0.1.0
48

59
- Add release guide and a Changelog file https://github.com/DataAnalyticsEngineering/FANS/pull/4

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.0...3.28)
55
# ##############################################################################
66

77
project(FANS
8-
VERSION 0.1.0
8+
VERSION 0.1.1
99
LANGUAGES C CXX
1010
)
1111

src/reader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include "reader.h"
21
#include "general.h"
2+
#include "reader.h"
33

44
#include "H5Cpp.h"
55
#include "fftw3-mpi.h"

0 commit comments

Comments
 (0)