diff --git a/CHANGELOG.md b/CHANGELOG.md index 2037885..ccb8155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,8 @@ Change Log -- `pathmatch` =================================================================================== -## 0.1.2-beta (_In Progress_) +## 0.1.1 (2017-10-08) + - First semver version. - Retargetted to Win10 - Fix crashing bug with patterns consisting only of slashes -## 0.1.1 (2017-04-05) - - First semver version. - diff --git a/ext/FileSystemProxy/FileSystemProxy-x64-dbg.lib b/ext/FileSystemProxy/FileSystemProxy-x64-dbg.lib index 6109d34..7937f5a 100644 Binary files a/ext/FileSystemProxy/FileSystemProxy-x64-dbg.lib and b/ext/FileSystemProxy/FileSystemProxy-x64-dbg.lib differ diff --git a/ext/FileSystemProxy/FileSystemProxy-x64.lib b/ext/FileSystemProxy/FileSystemProxy-x64.lib index fa7e67d..bca3664 100644 Binary files a/ext/FileSystemProxy/FileSystemProxy-x64.lib and b/ext/FileSystemProxy/FileSystemProxy-x64.lib differ diff --git a/src/pathmatch.cpp b/src/pathmatch.cpp index 03d610d..1a91bbc 100644 --- a/src/pathmatch.cpp +++ b/src/pathmatch.cpp @@ -14,7 +14,7 @@ using namespace std; using namespace PMatcher; using namespace FSProxy; -static const wstring version = L"0.1.2-beta"; +static const wstring version = L"0.1.1"; // Usage Information