This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository evisum.

View the commit online.

commit 5a3c2c4879fcd151cf8a5b3d2228bb7cc78c5ebf
Author: Alastair Poole <m...@alastairpoole.com>
AuthorDate: Tue Mar 25 17:57:22 2025 +0000

    VERSION: Bump up.
---
 .clang-format | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS          |  6 +++++
 VERSION       |  2 +-
 meson.build   |  2 +-
 4 files changed, 80 insertions(+), 2 deletions(-)

diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..009675b
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,72 @@
+---
+Language: Cpp
+BasedOnStyle: GNU
+AccessModifierOffset: -4
+AlignArrayOfStructures: Left
+AlignConsecutiveAssignments: false
+AlignConsecutiveBitFields: Consecutive
+AlignConsecutiveDeclarations: false
+AlignConsecutiveMacros: 
+  Enabled: True
+  AcrossEmptyLines: False
+  AcrossComments: True
+  AlignCompound: false
+  PadOperators: false
+AlignEscapedNewlines: Left
+AlignOperands: true
+AlignTrailingComments: false
+AllowAllParametersOfDeclarationOnNextLine: True
+AllowShortIfStatementsOnASingleLine: AllIfsAndElse
+AllowShortLoopsOnASingleLine: True
+AlwaysBreakAfterReturnType: None
+AlwaysBreakTemplateDeclarations: Yes
+BraceWrapping: 
+  AfterCaseLabel: false
+  AfterClass: false
+  AfterControlStatement: false
+  AfterEnum: false
+  AfterFunction: false
+  AfterNamespace: false
+  AfterStruct: false
+  AfterUnion: false
+  AfterExternBlock: false
+  BeforeCatch: false
+  BeforeElse: false
+  BeforeLambdaBody: false
+  BeforeWhile: false
+  SplitEmptyFunction: true
+  SplitEmptyRecord: true
+  SplitEmptyNamespace: true
+BreakBeforeBraces: Custom
+BreakConstructorInitializers: AfterColon
+BreakConstructorInitializersBeforeComma: false
+ColumnLimit: 120
+ConstructorInitializerAllOnOneLineOrOnePerLine: false
+ContinuationIndentWidth: 8
+IncludeCategories: 
+  - Regex: '^<.*'
+    Priority: 1
+  - Regex: '^".*'
+    Priority: 2
+  - Regex: '.*'
+    Priority: 3
+IncludeIsMainRegex: '([-_](test|unittest))?$'
+IndentCaseLabels: true
+IndentWidth: 4
+InsertNewlineAtEOF: true
+MacroBlockBegin: ''
+MacroBlockEnd: ''
+MaxEmptyLinesToKeep: 2
+NamespaceIndentation: All
+SortIncludes: Never
+SpaceAfterCStyleCast: true
+SpaceAfterTemplateKeyword: false
+SpaceBeforeParens: ControlStatements
+SpaceBeforeRangeBasedForLoopColon: false
+SpaceInEmptyParentheses: false
+SpacesInAngles: false
+SpacesInConditionalStatement: false
+SpacesInCStyleCastParentheses: false
+SpacesInParentheses: false
+TabWidth: 4
+...
diff --git a/NEWS b/NEWS
index 8748661..0c5d832 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+============
+Evisum 0.6.5
+============
+
+  * Remove status line on process stats.
+
 ============
 Evisum 0.6.4
 ============
diff --git a/VERSION b/VERSION
index d2b13eb..ef5e445 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.6.4
+0.6.5
diff --git a/meson.build b/meson.build
index 959f1b9..596b356 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 ##### Project
 project('evisum', 'c',
-        version       : '0.6.4',
+        version       : '0.6.5',
         meson_version : '>= 0.56.0')
 
 efl_version = '>= 1.27.0'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to