Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lucas <[email protected]>
  • Loading branch information
Xavier Lucas committed Jun 16, 2016
1 parent 0d6c7c5 commit 7403ab6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Changelog

### FEATURES :
### BUGFIXES :

- [#68] Support container creation and removal.
- [#69] Support hard links.
- [#70] Support read-only access.
- [#72] Pseudo display in Horizon.
- [#74] Crash on concurrent map write.

### IMPROVEMENT :

- [#71] Support file times set by synchronization clients for hubic.
- [#73] Pseudo directory times.
2 changes: 1 addition & 1 deletion svfs/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package svfs

// Version is the current SVFS version
const Version = "0.7.0"
const Version = "0.7.1"

0 comments on commit 7403ab6

Please sign in to comment.