We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f23968 commit 23d4a91Copy full SHA for 23d4a91
CHANGELOG.md
@@ -1,4 +1,15 @@
1
-v0.26 + 1
+v0.27 + 1
2
+---------
3
+
4
+### Changes or improvements
5
6
+### API additions
7
8
+### API removals
9
10
+### Breaking API changes
11
12
+v0.27
13
---------
14
15
### Changes or improvements
include/git2/version.h
@@ -7,12 +7,12 @@
#ifndef INCLUDE_git_version_h__
#define INCLUDE_git_version_h__
-#define LIBGIT2_VERSION "0.26.0"
+#define LIBGIT2_VERSION "0.27.0"
#define LIBGIT2_VER_MAJOR 0
-#define LIBGIT2_VER_MINOR 26
+#define LIBGIT2_VER_MINOR 27
#define LIBGIT2_VER_REVISION 0
#define LIBGIT2_VER_PATCH 0
16
-#define LIBGIT2_SOVERSION 26
+#define LIBGIT2_SOVERSION 27
17
18
#endif
0 commit comments