Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeevdv committed May 28, 2022
1 parent 30dacfc commit dde7111
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Under development
-----------------

0.2.0 (2022-05-28)
-----------------
- [feature] Update vfs dependency. Use vfs-memory module (alexeevdv)

0.1.1 (2022-05-13)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(falltergeist_vfs_dat2 VERSION 0.1.1 DESCRIPTION "Virtual File System DAT2 module")
project(falltergeist_vfs_dat2 VERSION 0.2.0 DESCRIPTION "Virtual File System DAT2 module")

find_package(Git QUIET)
if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "falltergeist-vfs-dat2",
"version-string": "0.1.1`",
"version-string": "0.2.0",
"dependencies": [
"zlib"
]
Expand Down

0 comments on commit dde7111

Please sign in to comment.