gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
MIT License
1.34k stars 173 forks source link

Please release a new version #182

Open ryandesign opened 5 months ago

ryandesign commented 5 months ago

The current version of ghc-filesystem, 1.5.14, does not work on macOS 10.12 or earlier because it uses utimensat which was introduced in macOS 10.13 (#168).

The PR that fixed (#167) this was merged nine months ago.

Please release a new version so users can benefit from this and other fixes you've made since the last release.

gulrak commented 5 months ago

Good point! I try to wrap up things for a release, this month.

gulrak commented 5 months ago

Hi, just want to add that I haven't forgotten to release, but I am still looking into some open issues. Have set me a deadline end of the week to release with or without those fixes. ;-)

Shebuka commented 1 month ago

Bump to this issue as I'm interested in a new version too 👍