File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
-
5
4
## [ Unreleased]
6
5
### Enhancements
7
6
8
7
### Bug fixes
9
8
10
9
### Deprecations
11
10
11
+ ## [ 1.3.8] - 2018-04-12
12
+ ### Enhancements
13
+ - Make no-argument commands friendly for IDE
14
+
15
+ ### Bug fixes
16
+
17
+ ### Deprecations
18
+
12
19
## [ 1.3.7] - 2018-04-02
13
20
### Enhancements
14
21
- Only for ` ruby_lib_core ` internal process
Original file line number Diff line number Diff line change 1
1
module Appium
2
2
module Core
3
- VERSION = '1.3.7 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
- DATE = '2018-04-02 ' . freeze unless defined? ::Appium ::Core ::DATE
3
+ VERSION = '1.3.8 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
+ DATE = '2018-04-12 ' . freeze unless defined? ::Appium ::Core ::DATE
5
5
end
6
6
end
You can’t perform that action at this time.
0 commit comments