Skip to content

Commit 2fa3685

Browse files
committed
v0.3.0 bump
1 parent bce5e4d commit 2fa3685

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99
### Added
10-
- Unit testing configuration now allows `exclude_dirs` to be set, which prevents stray source files from as part of unit testing allows
1110

1211
### Changed
1312

@@ -20,6 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2019
### Security
2120

2221

22+
## [0.3.0] - 2019-09-03
23+
### Added
24+
- Unit testing configuration now allows `exclude_dirs` to be set, which prevents stray source files from as part of unit testing allows
25+
26+
2327
## [0.2.1] - 2019-08-12
2428
### Added
2529
- Minimal Wire mocks. Will not provide support for unit testing I2C communication yet, but will allow compilation of libraries that use I2C.
@@ -382,7 +386,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
382386
- Skeleton for gem with working unit tests
383387

384388

385-
[Unreleased]: https://github.com/ianfixes/arduino_ci/compare/v0.2.1...HEAD
389+
[Unreleased]: https://github.com/ianfixes/arduino_ci/compare/v0.3.0...HEAD
390+
[0.3.0]: https://github.com/ianfixes/arduino_ci/compare/v0.2.1...v0.3.0
386391
[0.2.1]: https://github.com/ianfixes/arduino_ci/compare/v0.2.0...v0.2.1
387392
[0.2.0]: https://github.com/ianfixes/arduino_ci/compare/v0.1.21...v0.2.0
388393
[0.1.21]: https://github.com/ianfixes/arduino_ci/compare/v0.1.20...v0.1.21

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# ArduinoCI Ruby gem (`arduino_ci`) [![Gem Version](https://badge.fury.io/rb/arduino_ci.svg)](https://rubygems.org/gems/arduino_ci) [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/arduino_ci/0.2.1)
2+
# ArduinoCI Ruby gem (`arduino_ci`) [![Gem Version](https://badge.fury.io/rb/arduino_ci.svg)](https://rubygems.org/gems/arduino_ci) [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/arduino_ci/0.3.0)
33

44
You want to run tests on your Arduino library (bonus: without hardware present), but the IDE doesn't support that. Arduino CI provides that ability.
55

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.2.1".freeze
2+
VERSION = "0.3.0".freeze
33
end

0 commit comments

Comments
 (0)