Releases: yasuoza/switchbot-ble-go
v2.1.1
Changelog
- ec1dd1e Fix lint task
- 2f30860 Fix staticcheck references
- 610135d Merge pull request #46 from yasuoza/renovate/actions-setup-go-3.x
- 013b26b Merge pull request #48 from yasuoza/renovate/actions-checkout-3.x
- d26b8c4 Merge pull request #49 from yasuoza/renovate/honnef.co-go-tools-0.x
- 66e8582 Merge pull request #55 from yasuoza/renovate/github-codeql-action-2.x
- 65aa12d Remove make install step
- 52d09ef Update README.md
- 328c75c Update actions/checkout action to v3
- 99875b3 Update actions/checkout action to v3.0.1
- e2f02c6 Update actions/checkout action to v3.0.2
- 5854974 Update actions/setup-go action to v2.1.5
- 8ac9b21 Update actions/setup-go action to v2.2.0
- 5748efb Update actions/setup-go action to v3
- daf8f0b Update codeql analysis branches
- 8d3ed16 Update github/codeql-action action to v2
- 2d2980f Update goreleaser/goreleaser-action action to v2.8.1
- 852dafa Update goreleaser/goreleaser-action action to v2.9.0
- f8f224c Update goreleaser/goreleaser-action action to v2.9.1
- 9c223fa Update module github.com/cenkalti/backoff/v4 to v4.1.3
- 12c4e10 Update module github.com/mitchellh/cli to v1.1.3
- 4f0cfb9 Update module honnef.co/go/tools to v0.3.0
- e40ef09 Update module honnef.co/go/tools to v0.3.1
- 3641221 Update module tinygo.org/x/bluetooth to v0.5.0
- bf9b490 Update staticcheck
- 9bd568c Update tools task
- f05c2dc go mod for tools
- 6f292b4 run staticcheck directly
- 75ba132 tools
v2.1.0
v2.0.2
v2.0.1
Changelog
979125f Bump actions/checkout from 2 to 2.3.4
44e3e4b Bump goreleaser/goreleaser-action from 2.4.1 to 2.5.0
1f8d702 Create renovate.json5
5b2ec61 Delete dependabot.yml
2e48285 Install dependencies
35cc589 Merge pull request #22 from yasuoza/dependabot/github_actions/actions/checkout-2.3.4
6afd1f4 Merge pull request #23 from yasuoza/dependabot/github_actions/goreleaser/goreleaser-action-2.5.0
1299d45 Update action
55c1c7a Update action
9731262 Update actions
72dbda6 Update actions/checkout action to v2.3.5
065705f Update actions/checkout action to v2.4.0
31145c0 Update actions/setup-go action to v2.1.4
a9144b2 Update coverallsapp/github-action action to v1.1.3
c9e6868 Update docs
c5e7af3 Update goreleaser/goreleaser-action action to v2.8.0
eddbd98 Update module github.com/cenkalti/backoff/v4 to v4.1.1
91f0325 Update module github.com/olekukonko/tablewriter to v0.0.5
4c79439 Update release action
632f72b Update test for v2
e861bea Update test.yml
db6f715 Use latest bluetooth module
5edb556 staticcheck
28caaf6 v2 booting
v0.3.3
v0.3.2
Changelog
5c8972e Add Down and Up function
8e95bf1 Add mising error handling
0c72cd8 Bump goreleaser/goreleaser-action from v2.3.0 to v2.4.1
fb026af Generate binary at top of repository
081e76b Merge pull request #19 from yasuoza/dependabot/github_actions/goreleaser/goreleaser-action-v2.4.1
4401ba1 Print error message as specified format
154900f Remove unused codes
2b1e8be Revise error message
3be4355 Use Go 1.16
8eb68d8 go mod tidy
v0.3.1
Changelog
fe70bd7 Add max-retry option for info command
c50d002 Bump goreleaser/goreleaser-action from v2.2.1 to v2.3.0
95fc7fc Bump jandelgado/gcov2lcov-action from v1.0.7 to v1.0.8
660087b Consistent variable name
c7a4878 Merge pull request #16 from yasuoza/dependabot/github_actions/goreleaser/goreleaser-action-v2.3.0
4620f07 Merge pull request #17 from yasuoza/dependabot/github_actions/jandelgado/gcov2lcov-action-v1.0.8
v0.3.0
Changelog
3ef1df0 Add CodeQL badge
b427630 Adjust badge placement
e234b30 Bump actions/checkout from v2.3.1 to v2.3.2
10d1a0d Bump actions/setup-go from v2.1.1 to v2.1.2
400a9bb Bump actions/setup-go from v2.1.2 to v2.1.3
1d91ea1 Bump github.com/cenkalti/backoff/v4 from 4.0.2 to 4.1.0
98fc453 Bump github.com/mitchellh/cli from 1.1.1 to 1.1.2
6a30023 Bump goreleaser/goreleaser-action from v2.1.1 to v2.2.0
3ba518f Bump goreleaser/goreleaser-action from v2.2.0 to v2.2.1
cba9f6a Bump jandelgado/gcov2lcov-action from v1.0.2 to v1.0.4
ccb563d Bump jandelgado/gcov2lcov-action from v1.0.4 to v1.0.5
389ab31 Bump jandelgado/gcov2lcov-action from v1.0.5 to v1.0.7
2955795 Create codeql-analysis.yml
04efd9e Drop Go at 1.13 support
fc49213 Info command can output by json format
ea65203 Merge pull request #10 from yasuoza/dependabot/github_actions/goreleaser/goreleaser-action-v2.2.1
01b17b7 Merge pull request #11 from yasuoza/dependabot/github_actions/actions/setup-go-v2.1.3
cee9b6e Merge pull request #12 from yasuoza/dependabot/github_actions/jandelgado/gcov2lcov-action-v1.0.4
140fac5 Merge pull request #13 from yasuoza/dependabot/go_modules/github.com/cenkalti/backoff/v4-4.1.0
627a2c7 Merge pull request #14 from yasuoza/dependabot/github_actions/jandelgado/gcov2lcov-action-v1.0.5
395a014 Merge pull request #15 from yasuoza/dependabot/github_actions/jandelgado/gcov2lcov-action-v1.0.7
895e506 Merge pull request #5 from yasuoza/dependabot/github_actions/actions/checkout-v2.3.2
60b817b Merge pull request #6 from yasuoza/dependabot/github_actions/actions/setup-go-v2.1.2
a16f770 Merge pull request #7 from yasuoza/dependabot/github_actions/goreleaser/goreleaser-action-v2.2.0
d9fcf72 Merge pull request #8 from yasuoza/dependabot/github_actions/coverallsapp/github-action-v1.1.2
77162d8 Merge pull request #9 from yasuoza/dependabot/go_modules/github.com/mitchellh/cli-1.1.2
7f48314 Update coverallsapp/github-action requirement to v1.1.2
60220c7 Update go