mystro-client 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +5 -4
- data/lib/mystro/client/version.rb +1 -1
- metadata +1 -1
data/CHANGELOG.md
CHANGED
@@ -1,18 +1,19 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## v0.3.0:
|
4
|
+
* sync version with server
|
5
|
+
|
3
6
|
## v0.2.0:
|
4
7
|
* fixes for new mystro version
|
5
8
|
* orgs
|
6
9
|
* initial release
|
7
10
|
* update ruby version
|
8
11
|
* ruby version file
|
9
|
-
* add cssh support for linux users
|
10
|
-
|
11
|
-
## v0.1.0.rc2:
|
12
|
-
* add cssh support for linux users
|
13
12
|
|
14
13
|
## v0.1.0.rc3:
|
15
14
|
* add cssh support for linux users
|
15
|
+
|
16
|
+
## v0.1.0.rc2:
|
16
17
|
* fix mystro-common dependency
|
17
18
|
|
18
19
|
## v0.1.0.rc1:
|