Version bump and updated release notes.

This commit is contained in:
Steffen Schuemann 2019-01-05 17:15:18 +01:00
parent e91c868e41
commit c8ab61dcf8
2 changed files with 2 additions and 2 deletions

View File

@ -345,7 +345,7 @@ to the expected behavior.
## Release Notes ## Release Notes
### v1.0.6 (wip) ### [v1.0.6]((https://github.com/gulrak/filesystem/releases/tag/v1.0.6)
* Bugfix for ([#4](https://github.com/gulrak/filesystem/issues/4)), missing error_code * Bugfix for ([#4](https://github.com/gulrak/filesystem/issues/4)), missing error_code
propagation in `ghc::filesystem::copy()` and `ghc::filesystem::remove_all` fixed. propagation in `ghc::filesystem::copy()` and `ghc::filesystem::remove_all` fixed.

View File

@ -104,7 +104,7 @@
#define LWG_2937_BEHAVIOUR #define LWG_2937_BEHAVIOUR
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch) // ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
#define GHC_FILESYSTEM_VERSION 10005L #define GHC_FILESYSTEM_VERSION 10006L
namespace ghc { namespace ghc {
namespace filesystem { namespace filesystem {