Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Feb 29, 2020
1 parent a894760 commit dcf84fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## v1.6.5

### New features

* [#112](https://github.com/tboox/tbox/issues/112): Support unix socket,thanks [@Codehz](https://github.com/codehz)
Expand All @@ -10,6 +12,7 @@
### Changes

* improve uuid and improve uuid v4
* support msys/mingw and cygwin/gcc toolchains

## v1.6.4

Expand Down Expand Up @@ -195,6 +198,8 @@

## master (开发中)

## v1.6.5

### 新特性

* [#112](https://github.com/tboox/tbox/issues/112): 新增unix socket支持,感谢[@Codehz](https://github.com/codehz)的贡献
Expand All @@ -203,6 +208,7 @@
### 改进

* 改进uuid生成,实现uuid v4
* 支持msys/mingw和cygwin/gcc上编译

## v1.6.4

Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set_project("tbox")
set_xmakever("2.2.5")

-- set project version
set_version("1.6.4", {build = "%Y%m%d%H%M"})
set_version("1.6.5", {build = "%Y%m%d%H%M"})

-- set warning all as error
set_warnings("all", "error")
Expand Down

0 comments on commit dcf84fd

Please sign in to comment.