Skip to content

Commit fc7c015

Browse files
committed
Move to version 1.0.1.
1 parent 32b3b5c commit fc7c015

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)