Unverified Commit 70acd5f8 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

Bump version: v0.4.0

parent 6fc0b826
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]
## [Unreleased]


## [0.4.0] - 2019-04-18
First GekkoFS pubblic release

This version provides a client library that uses GLibC I/O function interception.

## [0.3.1] - 2018-03-04
## [0.3.1] - 2018-03-04
### Changed
### Changed
- Read-write process improved. @Marc vef
- Read-write process improved. @Marc vef
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.6)


project(
project(
    GekkoFS
    GekkoFS
    VERSION 0.3.1
    VERSION 0.4.0
)
)