Skip to content

Commit c8ab61d

Browse files
committed
Version bump and updated release notes.
1 parent e91c868 commit c8ab61d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ to the expected behavior.
345345
346346
## Release Notes
347347
348-
### v1.0.6 (wip)
348+
### [v1.0.6]((https://github.com/gulrak/filesystem/releases/tag/v1.0.6)
349349
350350
* Bugfix for ([#4](https://github.com/gulrak/filesystem/issues/4)), missing error_code
351351
propagation in `ghc::filesystem::copy()` and `ghc::filesystem::remove_all` fixed.

filesystem.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
#define LWG_2937_BEHAVIOUR
105105

106106
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
107-
#define GHC_FILESYSTEM_VERSION 10005L
107+
#define GHC_FILESYSTEM_VERSION 10006L
108108

109109
namespace ghc {
110110
namespace filesystem {

0 commit comments

Comments
 (0)