File tree 3 files changed +18
-9
lines changed
3 files changed +18
-9
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.3] - 2018-01-25
22
+ ### Added
9
23
- C++ functions for ` assure ` ; ` assert ` s will run tests and continue, ` assure ` s will abort on failures
10
24
- Missing dotfiles in the ` DoSomething ` project have been committed
11
25
@@ -14,18 +28,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
28
- ` arduino_ci_remote.rb ` does unit tests first
15
29
- ` unittest_main() ` is now the macro for the ` int main() ` of test files
16
30
17
- ### Deprecated
18
-
19
- ### Removed
20
-
21
31
### Fixed
22
32
- All test files were reporting "not ok" in TAP output. Now they are OK iff all asserts pass.
23
33
- Directories with a C++ extension in their name could cause problems. Now they are ignored.
24
34
- ` CppLibrary ` had trouble with symlinks. It shoudn't anymore.
25
35
- ` CppLibrary ` had trouble with vendor bundles. It might in the future, but I have a better fix ready to go if it's an issue.
26
36
27
- ### Security
28
-
29
37
30
38
## [ 0.1.2] - 2018-01-25
31
39
@@ -67,7 +75,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
67
75
- Skeleton for gem with working unit tests
68
76
69
77
70
- [ Unreleased ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.2...HEAD
78
+ [ Unreleased ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.3...HEAD
79
+ [ 0.1.3 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.2...v0.1.3
71
80
[ 0.1.2 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.1...v0.1.2
72
81
[ 0.1.1 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.0...v0.1.1
73
82
[ 0.1.0 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.0.1...v0.1.0
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.2 )
3
+ [ ![ Documentation] ( http://img.shields.io/badge/docs-rdoc.info-blue.svg )] ( http://www.rubydoc.info/gems/arduino_ci/0.1.3 )
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.2 " . freeze
2
+ VERSION = "0.1.3 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments