Skip to content

Commit fceda77

Browse files
committed
v0.1.4 bump
1 parent e200d2c commit fceda77

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 16 additions & 9 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.4] - 2018-02-01
22+
### Added
923
- Support for all builtin Math functions https://www.arduino.cc/reference/en/
1024
- Support for all builtin Bits and Bytes functions https://www.arduino.cc/reference/en/
1125
- Support for GODMODE and time functions
@@ -22,14 +36,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2236
### Changed
2337
- Made `wget` have quieter output
2438

25-
### Deprecated
26-
27-
### Removed
28-
29-
### Fixed
30-
31-
### Security
32-
3339

3440
## [0.1.3] - 2018-01-25
3541
### Added
@@ -88,7 +94,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8894
- Skeleton for gem with working unit tests
8995

9096

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
9299
[0.1.3]: https://github.com/ifreecarve/arduino_ci/compare/v0.1.2...v0.1.3
93100
[0.1.2]: https://github.com/ifreecarve/arduino_ci/compare/v0.1.1...v0.1.2
94101
[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.3)
3+
[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/arduino_ci/0.1.4)
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.3".freeze
2+
VERSION = "0.1.4".freeze
33
end

0 commit comments

Comments
 (0)