File tree Expand file tree Collapse file tree 3 files changed +18
-11
lines changed Expand file tree Collapse file tree 3 files changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
### Added
9
+
10
+ ### Changed
11
+
12
+ ### Deprecated
13
+
14
+ ### Removed
15
+
16
+ ### Fixed
17
+
18
+ ### Security
19
+
20
+
21
+ ## [ 0.1.4] - 2018-02-01
22
+ ### Added
9
23
- Support for all builtin Math functions https://www.arduino.cc/reference/en/
10
24
- Support for all builtin Bits and Bytes functions https://www.arduino.cc/reference/en/
11
25
- Support for GODMODE and time functions
@@ -22,14 +36,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
22
36
### Changed
23
37
- Made ` wget ` have quieter output
24
38
25
- ### Deprecated
26
-
27
- ### Removed
28
-
29
- ### Fixed
30
-
31
- ### Security
32
-
33
39
34
40
## [ 0.1.3] - 2018-01-25
35
41
### Added
@@ -88,7 +94,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
94
- Skeleton for gem with working unit tests
89
95
90
96
91
- [ Unreleased ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.3...HEAD
97
+ [ Unreleased ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.4...HEAD
98
+ [ 0.1.3 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.3...v0.1.4
92
99
[ 0.1.3 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.2...v0.1.3
93
100
[ 0.1.2 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.1...v0.1.2
94
101
[ 0.1.1 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change 1
1
[ ![ Gem Version] ( https://badge.fury.io/rb/arduino_ci.svg )] ( https://rubygems.org/gems/arduino_ci )
2
2
[ ![ Build Status] ( https://travis-ci.org/ifreecarve/arduino_ci.svg )] ( https://travis-ci.org/ifreecarve/arduino_ci )
3
- [ ![ Documentation] ( http://img.shields.io/badge/docs-rdoc.info-blue.svg )] ( http://www.rubydoc.info/gems/arduino_ci/0.1.3 )
3
+ [ ![ Documentation] ( http://img.shields.io/badge/docs-rdoc.info-blue.svg )] ( http://www.rubydoc.info/gems/arduino_ci/0.1.4 )
4
4
5
5
# ArduinoCI Ruby gem (` arduino_ci ` )
6
6
Original file line number Diff line number Diff line change 1
1
module ArduinoCI
2
- VERSION = "0.1.3 " . freeze
2
+ VERSION = "0.1.4 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments