Skip to content

Commit

Permalink
build: Prepare for release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mricefox committed Mar 1, 2023
1 parent b26b49c commit 4515c24
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.3.72"
ext.glog_version = '1.0.0'
ext.glog_version = '1.0.1'

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

Expand Down
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
Glog Change log

------
## Version 1.x.x

* 初始版本,仅支持全量归档
## Version 1.0.1

## Version 2.x.x
_2023-02-15_

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

## Version 3.x.x

* 添加日志加密功能

## Version 1.0.0

_2022-11-23_

* First stable version
2 changes: 1 addition & 1 deletion GlogCore.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

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

Expand Down
2 changes: 1 addition & 1 deletion Huolala-Glog.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

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

Expand Down

0 comments on commit 4515c24

Please sign in to comment.