Skip to content

Commit 74d518b

Browse files
committed
Moved version to 3.1.0
1 parent 39d8acb commit 74d518b

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2020
### Removed
2121

2222

23+
## [Version 3.1.0 *(2018-10-10)*](https://github.com/lumik/enum_flags/compare/v3.0.0...v3.1.0)
24+
25+
26+
### Added
27+
28+
- Importable doxygen documentation
29+
- Appveyor tests for MSVC and MinGW
30+
- Clang tests
31+
- Coverage tests
32+
- Badges
33+
34+
2335
## [Version 3.0.0 *(2018-10-01)*](https://github.com/lumik/enum_flags/compare/v2.1.2...v3.0.0)
2436

2537

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.1.3)
2-
project(enum_flags VERSION 3.0.0 LANGUAGES CXX)
2+
project(enum_flags VERSION 3.1.0 LANGUAGES CXX)
33

44
OPTION(ENUM_FLAGS_MAKE_TESTS
55
"Makes tests."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ parent directory, i.e. `enum_flags` project directory) which defaults to system
5555
options specifies test configuration. They defaults to `CMAKE_BUILD_TYPE=Debug` and `ENUM_FLAGS_MAKE_TEST=OFF` if
5656
omited. The last define `ENUM_FLAGS_VERSION_INSTALL_INCLUDE` specifies, if the installation destination directory will
5757
be in the for `lumik/enum_flags/enum_flags.h` (if switched `OFF`) or `enum_flags<version>/enum_flags.h` (`<version>`
58-
can stand for `2.1.2` for example). The default is `OFF`.
58+
can stand for `3.1.0` for example). The default is `OFF`.
5959

6060
Then you can install the library by issuing
6161
```

src/lumik/enum_flags/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ parent directory, i.e. `enum_flags` project directory) which defaults to system
5050
options specifies test configuration. They defaults to `CMAKE_BUILD_TYPE=Debug` and `ENUM_FLAGS_MAKE_TEST=OFF` if
5151
omited. The last define `ENUM_FLAGS_VERSION_INSTALL_INCLUDE` specifies, if the installation destination directory will
5252
be in the for `enum_flags/enum_flags.h` (if switched `OFF`) or `enum_flags<version>/enum_flags.h` (`<version>` can
53-
stand for `2.1.2` for example). The default is `OFF`.
53+
stand for `3.1.0` for example). The default is `OFF`.
5454

5555
Then you can install the library by issuing
5656
```

0 commit comments

Comments
 (0)