File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
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.5] - 2018-03-05
22
+ ### Added
9
23
- Yaml files can have either ` .yml ` or ` .yaml ` extensions
10
24
- Yaml files support select/reject critera for paths of unit tests for targeted testing
11
25
- Pins now track history and can report it in Ascii (big- or little-endian) for digital sequences
@@ -110,8 +124,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
110
124
- Skeleton for gem with working unit tests
111
125
112
126
113
- [ Unreleased ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.4...HEAD
114
- [ 0.1.3 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.3...v0.1.4
127
+ [ Unreleased ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.5...HEAD
128
+ [ 0.1.5 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.4...v0.1.5
129
+ [ 0.1.4 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.3...v0.1.4
115
130
[ 0.1.3 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.2...v0.1.3
116
131
[ 0.1.2 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.1...v0.1.2
117
132
[ 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.4 )
3
+ [ ![ Documentation] ( http://img.shields.io/badge/docs-rdoc.info-blue.svg )] ( http://www.rubydoc.info/gems/arduino_ci/0.1.5 )
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.4 " . freeze
2
+ VERSION = "0.1.5 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments