Skip to content

Commit 358381b

Browse files
committed
v0.1.7 bump
1 parent 286c0c1 commit 358381b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
### Added
99

1010
### Changed
11-
- Queue and Table are now ArduinoCIQueue and ArduinoCITable to avoid name collisions
1211

1312
### Deprecated
1413

@@ -19,6 +18,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1918
### Security
2019

2120

21+
## [0.1.7] - 2018-03-07
22+
### Changed
23+
- Queue and Table are now ArduinoCIQueue and ArduinoCITable to avoid name collisions
24+
25+
2226
## [0.1.6] - 2018-03-07
2327
### Added
2428
- `CppLibrary` can now report `gcc_version`
@@ -137,7 +141,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
137141
- Skeleton for gem with working unit tests
138142

139143

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
141146
[0.1.6]: https://github.com/ifreecarve/arduino_ci/compare/v0.1.5...v0.1.6
142147
[0.1.5]: https://github.com/ifreecarve/arduino_ci/compare/v0.1.4...v0.1.5
143148
[0.1.4]: https://github.com/ifreecarve/arduino_ci/compare/v0.1.3...v0.1.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Gem Version](https://badge.fury.io/rb/arduino_ci.svg)](https://rubygems.org/gems/arduino_ci)
22
[![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)
44

55
# ArduinoCI Ruby gem (`arduino_ci`)
66

lib/arduino_ci/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ArduinoCI
2-
VERSION = "0.1.6".freeze
2+
VERSION = "0.1.7".freeze
33
end

0 commit comments

Comments
 (0)