From e980ed0dc40a2e5050e61d455ba3c69162c9ba55 Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Sun, 11 Aug 2019 09:53:36 +0200 Subject: [PATCH] Version bump and updated readme for v1.2.4. --- README.md | 12 +++++++----- include/ghc/filesystem.hpp | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dc9e793..469e254 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/gulrak/filesystem.svg?branch=master)](https://travis-ci.org/gulrak/filesystem) [![Build status](https://ci.appveyor.com/api/projects/status/t07wp3k2cddo0hpo/branch/master?svg=true)](https://ci.appveyor.com/project/gulrak/filesystem) [![Coverage Status](https://coveralls.io/repos/github/gulrak/filesystem/badge.svg?branch=master)](https://coveralls.io/github/gulrak/filesystem?branch=master) -[![Latest Release Tag](https://img.shields.io/github/tag/gulrak/filesystem.svg)](https://github.com/gulrak/filesystem/tree/v1.2.2) +[![Latest Release Tag](https://img.shields.io/github/tag/gulrak/filesystem.svg)](https://github.com/gulrak/filesystem/tree/v1.2.4) # Filesystem @@ -100,8 +100,8 @@ in the standard, and there might be issues in these implementations too. ### Downloads -The latest release version is [v1.2.2](https://github.com/gulrak/filesystem/tree/v1.2.2) and -source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.2.2). +The latest release version is [v1.2.4](https://github.com/gulrak/filesystem/tree/v1.2.4) and +source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.2.4). ### Using it as Single-File-Header @@ -472,9 +472,11 @@ to the expected behavior. ## Release Notes -### v1.2.3 (wip) +### [v1.2.4](https://github.com/gulrak/filesystem/releases/tag/v1.2.4) -* Enabled stronger warning switches and fixed issues on GCC and MinGW +* Enabled stronger warning switches and resulting fixed issues on GCC and MinGW +* Bugfix for #22, the `fs::copy_options` where not forwarded from `fs::copy` to + `fs::copy_file` in one of the cases. ### [v1.2.2](https://github.com/gulrak/filesystem/releases/tag/v1.2.2) diff --git a/include/ghc/filesystem.hpp b/include/ghc/filesystem.hpp index df3c1e7..77451b4 100644 --- a/include/ghc/filesystem.hpp +++ b/include/ghc/filesystem.hpp @@ -172,7 +172,7 @@ //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch) -#define GHC_FILESYSTEM_VERSION 10203L +#define GHC_FILESYSTEM_VERSION 10204L namespace ghc { namespace filesystem {