From c8ab61dcf8cc5141f12f0cf0c7dee66097b814bc Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Sat, 5 Jan 2019 17:15:18 +0100 Subject: [PATCH] Version bump and updated release notes. --- README.md | 2 +- filesystem.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cc24c9..6f57b39 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,7 @@ to the expected behavior. ## 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 propagation in `ghc::filesystem::copy()` and `ghc::filesystem::remove_all` fixed. diff --git a/filesystem.h b/filesystem.h index b430a8c..29650be 100644 --- a/filesystem.h +++ b/filesystem.h @@ -104,7 +104,7 @@ #define LWG_2937_BEHAVIOUR // ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch) -#define GHC_FILESYSTEM_VERSION 10005L +#define GHC_FILESYSTEM_VERSION 10006L namespace ghc { namespace filesystem {