Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 3b350a3

Browse files
committed
prepare for v0.0.2
1 parent 93d8057 commit 3b350a3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
## rmapi master
1+
## rmapi 0.0.2 (February 25, 2018)
22

33
* Fix directory creation (fixes #6)
44

55
* Add stat command to show entry's metadata
66

7+
*Javier Uruen Val*
8+
79
## rmapi 0.0.1 (February 24, 2018)
810

911
* Initial release with support for most of the API and autocompletion.

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const Version = "0.0.1"
3+
const Version = "0.0.2"

0 commit comments

Comments
 (0)