Skip to content

Commit 4515c24

Browse files
committed
build: Prepare for release 1.0.1
1 parent b26b49c commit 4515c24

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

Android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
ext.kotlin_version = "1.3.72"
4-
ext.glog_version = '1.0.0'
4+
ext.glog_version = '1.0.1'
55

66
println '=== root project glog_version:' + glog_version
77

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
Glog Change log
22

33
------
4-
## Version 1.x.x
54

6-
* 初始版本,仅支持全量归档
5+
## Version 1.0.1
76

8-
## Version 2.x.x
7+
_2023-02-15_
98

10-
* 添加增量归档功能
9+
* Fix(c++): close fd while flushing in incremental mode
1110

12-
## Version 3.x.x
1311

14-
* 添加日志加密功能
12+
13+
## Version 1.0.0
14+
15+
_2022-11-23_
16+
17+
* First stable version

GlogCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "GlogCore"
4-
s.version = "1.0.0"
4+
s.version = "1.0.1"
55
s.summary = "Glog is a cross platform high-performance log storage framework developed by Huolala."
66
s.author = { 'issac.zeng' => '[email protected]' }
77

Huolala-Glog.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Huolala-Glog"
4-
s.version = "1.0.0"
4+
s.version = "1.0.1"
55
s.summary = "Glog is a cross platform high-performance log storage framework developed by Huolala."
66
s.author = { 'issac.zeng' => '[email protected]' }
77

0 commit comments

Comments
 (0)