Releases: shogo82148/androidbinary
Releases · shogo82148/androidbinary
v1.0.5
What's Changed
- FuzzNewXMLFile in the package github.com/shogo82148/androidbinary failed by @github-actions in #79
- Bump actions/setup-go from 4 to 5 by @dependabot in #84
- Parse compile SDK properties from manifest by @oskarwojciski in #85
New Contributors
- @github-actions made their first contribution in #79
- @oskarwojciski made their first contribution in #85
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- bump actions/checkout v3 by @shogo82148 in #53
- bump actions/setup-go v3 by @shogo82148 in #54
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #55
- add Go 1.18 to the build matrix by @shogo82148 in #56
- Bump github/codeql-action from 1 to 2 by @dependabot in #58
- bump gopkg.in/yaml.v3 by @shogo82148 in #59
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #60
- Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 by @dependabot in #61
- Bump github.com/stretchr/testify from 1.7.3 to 1.7.4 by @dependabot in #62
- Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #63
- Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #64
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #65
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #66
- Bump actions/setup-go from 3 to 4 by @dependabot in #67
- add Go 1.20 the build matrix by @shogo82148 in #68
- do not use github.com/stretchr/testify by @shogo82148 in #71
- Bump actions/checkout from 3 to 4 by @dependabot in #72
- fix panics in XMLFile.readElement by @shogo82148 in #74
- add Go 1.21 to the build matrix by @shogo82148 in #75
- Introduce fuzz testing by @shogo82148 in #76
- introduce shogo82148/actions-go-fuzz by @shogo82148 in #77
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 by @dependabot in #47
- Go1.17 is released by @shogo82148 in #48
- bug fix: namespace deleted by mistake by @zinego in #52
New Contributors
- @dependabot made their first contribution in #47
- @zinego made their first contribution in #52
Full Changelog: v1.0.2...v1.0.3
v1.0.2: Merge pull request #46 from tonywang/feature/support-uses-permission
- Add uses-permission support #46
v1.0.1: Merge pull request #35 from shogo82148/fix-broken-example-test
- add ScreenOrientation for AppActivity #34
v1.0.0: Merge pull request #33 from shogo82148/hello-github-action
Hello GitHub Action
First release
Merge pull request #21 from shogo82148/drop-go17-support Drop Go 1.7 support, no need to fallback SeekStart.