Skip to content

Commit 128d134

Browse files
committed
v0.1.5 bump
1 parent ee61841 commit 128d134

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88
### 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
923
- Yaml files can have either `.yml` or `.yaml` extensions
1024
- Yaml files support select/reject critera for paths of unit tests for targeted testing
1125
- 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/).
110124
- Skeleton for gem with working unit tests
111125

112126

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
115130
[0.1.3]: https://github.com/ifreecarve/arduino_ci/compare/v0.1.2...v0.1.3
116131
[0.1.2]: https://github.com/ifreecarve/arduino_ci/compare/v0.1.1...v0.1.2
117132
[0.1.1]: https://github.com/ifreecarve/arduino_ci/compare/v0.1.0...v0.1.1

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.4)
3+
[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/arduino_ci/0.1.5)
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.4".freeze
2+
VERSION = "0.1.5".freeze
33
end

0 commit comments

Comments
 (0)