File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
1010
1111### Added
12- - Initial version of enum_flags library.
1312
1413
1514### Changed
@@ -21,6 +20,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2120### Removed
2221
2322
23+ ## [ Version 1.0.1 * (2017-08-31)* ] ( https://github.com/lumik/enum_flags/compare/v1.0.0...v1.0.1 )
24+
25+
26+ ### Added
27+
28+ - ` make install ` possibility.
29+
30+
31+ ### Changed
32+
33+ - Third party libraries were moved to the ` third_party ` directory.
34+ - All tests are performed through the ` Makefile ` .
35+
36+
2437## Version 1.0.0 * (2017-08-17)*
2538
2639
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = enum_flags
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 1.0.0
41+ PROJECT_NUMBER = 1.0.1
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
You can’t perform that action at this time.
0 commit comments