File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
### Added
9
9
10
10
### Changed
11
- - Queue and Table are now ArduinoCIQueue and ArduinoCITable to avoid name collisions
12
11
13
12
### Deprecated
14
13
@@ -19,6 +18,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
19
18
### Security
20
19
21
20
21
+ ## [ 0.1.7] - 2018-03-07
22
+ ### Changed
23
+ - Queue and Table are now ArduinoCIQueue and ArduinoCITable to avoid name collisions
24
+
25
+
22
26
## [ 0.1.6] - 2018-03-07
23
27
### Added
24
28
- ` CppLibrary ` can now report ` gcc_version `
@@ -137,7 +141,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
137
141
- Skeleton for gem with working unit tests
138
142
139
143
140
- [ Unreleased ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.6...HEAD
144
+ [ Unreleased ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.7...HEAD
145
+ [ 0.1.7 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.6...v0.1.7
141
146
[ 0.1.6 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.5...v0.1.6
142
147
[ 0.1.5 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.4...v0.1.5
143
148
[ 0.1.4 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.3...v0.1.4
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.6 )
3
+ [ ![ Documentation] ( http://img.shields.io/badge/docs-rdoc.info-blue.svg )] ( http://www.rubydoc.info/gems/arduino_ci/0.1.7 )
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.6 " . freeze
2
+ VERSION = "0.1.7 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments