Skip to content

Commit d0bd1ee

Browse files
authored
Merge pull request #18 from hideakitai/chore/release-v0.7.0
chore: release v0.7.0
2 parents 991cd1a + 5c72f78 commit d0bd1ee

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ on:
66
paths-ignore:
77
- .git*
88
- '**.md'
9-
- '*.properties'
9+
- 'library.properties'
10+
- 'library.json'
1011
pull_request:
1112
branches:
1213
- main
1314
- develop
1415
paths-ignore:
1516
- .git*
1617
- '**.md'
17-
- '*.properties'
18+
- 'library.properties'
19+
- 'library.json'
1820

1921
jobs:
2022
build:

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/hideakitai",
1212
"maintainer": true
1313
},
14-
"version": "0.6.6",
14+
"version": "0.7.0",
1515
"license": "MIT",
1616
"frameworks": "*",
1717
"platforms": "*"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=DebugLog
2-
version=0.6.6
2+
version=0.7.0
33
author=hideakitai
44
maintainer=hideakitai
55
sentence=Logging library for Arduino that can output to both Serial and File with one line

0 commit comments

Comments
 (0)