We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91c868 commit c8ab61dCopy full SHA for c8ab61d
README.md
@@ -345,7 +345,7 @@ to the expected behavior.
345
346
## Release Notes
347
348
-### v1.0.6 (wip)
+### [v1.0.6]((https://github.com/gulrak/filesystem/releases/tag/v1.0.6)
349
350
* Bugfix for ([#4](https://github.com/gulrak/filesystem/issues/4)), missing error_code
351
propagation in `ghc::filesystem::copy()` and `ghc::filesystem::remove_all` fixed.
filesystem.h
@@ -104,7 +104,7 @@
104
#define LWG_2937_BEHAVIOUR
105
106
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
107
-#define GHC_FILESYSTEM_VERSION 10005L
+#define GHC_FILESYSTEM_VERSION 10006L
108
109
namespace ghc {
110
namespace filesystem {
0 commit comments