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.0] - 2018-01-24
22
+ ### Added
9
23
- Unit testing support
10
24
- Documentation for all Ruby methods
11
25
- ` ArduinoInstallation ` class for managing lib / executable paths
@@ -23,21 +37,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
23
37
### Changed
24
38
- ` DisplayManger.with_display ` doesn't ` disable ` if the display was enabled prior to starting the block
25
39
26
- ### Deprecated
27
-
28
- ### Removed
29
-
30
40
### Fixed
31
41
- Built gems are ` .gitignore ` d
32
42
- Updated gems based on Github's security advisories
33
43
34
- ### Security
35
-
36
44
37
45
## [ 0.0.1] - 2018-01-10
38
46
### Added
39
47
- Skeleton for gem with working unit tests
40
48
41
49
42
- [ Unreleased ] : https://github.com/ifreecarve/arduino_ci/compare/v0.0.1...HEAD
50
+ [ Unreleased ] : https://github.com/ifreecarve/arduino_ci/compare/v0.1.0...HEAD
51
+ [ 0.1.0 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.0.1...v0.1.0
43
52
[ 0.0.1 ] : https://github.com/ifreecarve/arduino_ci/compare/v0.0.0...v0.0.1
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/ )
3
+ [ ![ Documentation] ( http://img.shields.io/badge/docs-rdoc.info-blue.svg )] ( http://www.rubydoc.info/gems/arduino_ci/0.1.0 )
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.0.1 " . freeze
2
+ VERSION = "0.1.0 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments