Skip to content

Commit

Permalink
upgrade version code
Browse files Browse the repository at this point in the history
  • Loading branch information
pippocao committed Dec 3, 2024
1 parent 7d0fb1f commit 5fa4b80
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Changelog
## [v1.4.7] - 2024-11-15
- **Bug fix**: [Enabling mmap on Android Devices May Cause Freezes or Crashes](https://github.com/Tencent/BqLog/issues/34), mmap recover feature is reopen.

# Changelog
## [v1.4.6] - 2024-11-15
- **Bug fix**: [mmap is not working on linux](https://github.com/Tencent/BqLog/issues/25)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BqLog(扁鹊日志)(V 1.4.6) ([ChangeLog](/CHANGELOG.md))
# BqLog(扁鹊日志)(V 1.4.7) ([ChangeLog](/CHANGELOG.md))
[![license](https://img.shields.io/badge/license-APACHE2.0-brightgreen.svg?style=flat)](https://github.com/Tencent/BqLog/blob/main/LICENSE.txt)
[![Release Version](https://img.shields.io/badge/release-1.4.6-red.svg)](https://github.com/Tencent/BqLog/releases)
[![Release Version](https://img.shields.io/badge/release-1.4.7-red.svg)](https://github.com/Tencent/BqLog/releases)
> [中文文档](./README_CHS.md)
> BqLog is a lightweight, high-performance logging system used in projects such as "Honor of Kings," and it has been successfully deployed and is running smoothly.
> ***Version 1.5.x of BqLog is on its way! Originating from mobile clients, this new version of BqLog can achieve more than double the performance on desktop and server devices by lifting some memory usage restrictions.***
Expand Down
4 changes: 2 additions & 2 deletions README_CHS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BqLog(扁鹊日志)(V 1.4.6) ([ChangeLog](/CHANGELOG.md))
# BqLog(扁鹊日志)(V 1.4.7) ([ChangeLog](/CHANGELOG.md))
[![license](https://img.shields.io/badge/license-APACHE2.0-brightgreen.svg?style=flat)](https://github.com/Tencent/BqLog/blob/main/LICENSE.txt)
[![Release Version](https://img.shields.io/badge/release-1.4.6-red.svg)](https://github.com/Tencent/BqLog/releases)
[![Release Version](https://img.shields.io/badge/release-1.4.7-red.svg)](https://github.com/Tencent/BqLog/releases)
> BqLog是一个轻量级,高性能日志系统,应用于《Honor Of Kings》等项目,已经上线并良好运行
> ***BqLog的1.5.x版本正在路上,BqLog源自移动客户端,在桌面和服务器设备上,该新版本BqLog可以通过放开部分内存使用限制达到成倍以上的性能提高。***
## 支持平台
Expand Down
2 changes: 1 addition & 1 deletion src/bq_log/api/bq_log_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace bq {

BQ_API const char* __api_get_log_version()
{
return "1.4.6";
return "1.4.7";
}

#if BQ_POSIX
Expand Down

0 comments on commit 5fa4b80

Please sign in to comment.