File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file(see http://keepachangelog.com/ ).
3
3
4
4
## [ Unreleased]
5
+
6
+ ## [ 1.1.0] - 2016-07-22
5
7
### Added
6
8
- str: lowercase, uppercase, capitalize a string.
7
9
- str: case transform, trim methods accept const string.
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* libchen: A General Purpose C++ Toolkit
3
- * @version 1.0.1
3
+ * @version 1.1.0
4
4
* @author Jian Chen <admin@chensoft.com>
5
5
* @link http://chensoft.com
6
6
* @license Licensed under MIT license
10
10
11
11
// version
12
12
constexpr int CHEN_VERSION_MAJOR = 1 ;
13
- constexpr int CHEN_VERSION_MINOR = 0 ;
14
- constexpr int CHEN_VERSION_PATCH = 1 ;
13
+ constexpr int CHEN_VERSION_MINOR = 1 ;
14
+ constexpr int CHEN_VERSION_PATCH = 0 ;
15
15
16
- constexpr const char *CHEN_VERSION = " 1.0.1 " ;
16
+ constexpr const char *CHEN_VERSION = " 1.1.0 " ;
17
17
18
18
// include
19
19
#include < chen/base/any.hpp>
You can’t perform that action at this time.
0 commit comments