Skip to content

Commit 27b5f72

Browse files
committed
v0.1.0 bump
1 parent dd062fd commit 27b5f72

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

CHANGELOG.md

+16-7
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.0] - 2018-01-24
22+
### Added
923
- Unit testing support
1024
- Documentation for all Ruby methods
1125
- `ArduinoInstallation` class for managing lib / executable paths
@@ -23,21 +37,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2337
### Changed
2438
- `DisplayManger.with_display` doesn't `disable` if the display was enabled prior to starting the block
2539

26-
### Deprecated
27-
28-
### Removed
29-
3040
### Fixed
3141
- Built gems are `.gitignore`d
3242
- Updated gems based on Github's security advisories
3343

34-
### Security
35-
3644

3745
## [0.0.1] - 2018-01-10
3846
### Added
3947
- Skeleton for gem with working unit tests
4048

4149

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
4352
[0.0.1]: https://github.com/ifreecarve/arduino_ci/compare/v0.0.0...v0.0.1

README.md

+1-1
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/)
3+
[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/arduino_ci/0.1.0)
44

55
# ArduinoCI Ruby gem (`arduino_ci`)
66

lib/arduino_ci/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ArduinoCI
2-
VERSION = "0.0.1".freeze
2+
VERSION = "0.1.0".freeze
33
end

0 commit comments

Comments
 (0)