mystro-client 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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:
|