Skip to content

Commit e980ed0

Browse files
committed
Version bump and updated readme for v1.2.4.
1 parent 8906e8c commit e980ed0

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Build Status](https://travis-ci.org/gulrak/filesystem.svg?branch=master)](https://travis-ci.org/gulrak/filesystem)
33
[![Build status](https://ci.appveyor.com/api/projects/status/t07wp3k2cddo0hpo/branch/master?svg=true)](https://ci.appveyor.com/project/gulrak/filesystem)
44
[![Coverage Status](https://coveralls.io/repos/github/gulrak/filesystem/badge.svg?branch=master)](https://coveralls.io/github/gulrak/filesystem?branch=master)
5-
[![Latest Release Tag](https://img.shields.io/github/tag/gulrak/filesystem.svg)](https://github.com/gulrak/filesystem/tree/v1.2.2)
5+
[![Latest Release Tag](https://img.shields.io/github/tag/gulrak/filesystem.svg)](https://github.com/gulrak/filesystem/tree/v1.2.4)
66

77
# Filesystem
88

@@ -100,8 +100,8 @@ in the standard, and there might be issues in these implementations too.
100100

101101
### Downloads
102102

103-
The latest release version is [v1.2.2](https://github.com/gulrak/filesystem/tree/v1.2.2) and
104-
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.2.2).
103+
The latest release version is [v1.2.4](https://github.com/gulrak/filesystem/tree/v1.2.4) and
104+
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.2.4).
105105

106106
### Using it as Single-File-Header
107107

@@ -472,9 +472,11 @@ to the expected behavior.
472472
473473
## Release Notes
474474
475-
### v1.2.3 (wip)
475+
### [v1.2.4](https://github.com/gulrak/filesystem/releases/tag/v1.2.4)
476476
477-
* Enabled stronger warning switches and fixed issues on GCC and MinGW
477+
* Enabled stronger warning switches and resulting fixed issues on GCC and MinGW
478+
* Bugfix for #22, the `fs::copy_options` where not forwarded from `fs::copy` to
479+
`fs::copy_file` in one of the cases.
478480
479481
### [v1.2.2](https://github.com/gulrak/filesystem/releases/tag/v1.2.2)
480482

include/ghc/filesystem.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
173173

174174
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
175-
#define GHC_FILESYSTEM_VERSION 10203L
175+
#define GHC_FILESYSTEM_VERSION 10204L
176176

177177
namespace ghc {
178178
namespace filesystem {

0 commit comments

Comments
 (0)