You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-5
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [Unreleased]
9
9
### Added
10
+
11
+
### Changed
12
+
13
+
### Deprecated
14
+
15
+
### Removed
16
+
17
+
### Fixed
18
+
19
+
### Security
20
+
21
+
22
+
## [1.3.0] - 2021-01-13
23
+
### Added
10
24
- Better indications of the build phases in the test runner `arduino_ci.rb`
11
25
- Better indications of which example sketch is being compiled as part of testing
12
26
13
27
### Changed
14
28
- Topmost installtion instructions now suggest `gem install arduino_ci` instead of using a `Gemfile`. Reasons for using a `Gemfile` are listed and discussed separately further down the README.
15
29
16
-
### Deprecated
17
-
18
30
### Removed
19
31
- scanning of `library.properties`; this can and should now be performed by the standalone [`arduino-lint` tool](https://arduino.github.io/arduino-lint).
20
32
@@ -24,8 +36,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
24
36
- A style error whose "fix" caused an _actual_ error.
25
37
- Proper installation order for NetworkLib in CI workflow configuration
26
38
27
-
### Security
28
-
29
39
30
40
## [1.2.0] - 2021-01-06
31
41
### Added
@@ -508,7 +518,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
0 commit comments