Skip to content

Commit 9522377

Browse files
committed
docs: add docs and changelog generated by CI
1 parent 9275aa7 commit 9522377

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Global Changelog
22

3+
## [1.7.4](https://github.com/ipfs-shipyard/gomobile-ipfs/compare/v1.7.3...v1.7.4) (2022-09-06)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix to maven_format_core.py for Java > 1.8. ([1e16e72](https://github.com/ipfs-shipyard/gomobile-ipfs/commit/1e16e72b75fa62916fa2cb30babab7f1d361ee28))
9+
* In bledriver/Scanner.java, we don't need to check the build version. (Already done by the Manifest.) ([1d2941e](https://github.com/ipfs-shipyard/gomobile-ipfs/commit/1d2941e6a32868a9e627fb0446e5aee284bb559c))
10+
* In values/strings.xml, Lint says that "app_name" is unused, but it is. So ignore the warning. ([9537f9d](https://github.com/ipfs-shipyard/gomobile-ipfs/commit/9537f9d2fba35ebea36d780a349480d225a6ff59))
11+
* Indentation warnings from EditorConfig lint. ([19dab7a](https://github.com/ipfs-shipyard/gomobile-ipfs/commit/19dab7aca70d58eca2cfef7cdd4fcdffb58eb84f))
12+
* lint.yml: After installing sdkmanager, install Java 11. ([04571c7](https://github.com/ipfs-shipyard/gomobile-ipfs/commit/04571c7e0dff4b1d1e505c3d7d5d2d2d1e4c12b0))
13+
* Make static method StringUtil.format to avoid lint warnings for Locale with "%d". ([90c084d](https://github.com/ipfs-shipyard/gomobile-ipfs/commit/90c084d143fb9951f50ffa2bf721df2e789f2ddc))
14+
* Move Bluetooth permissions from android/app to android/bridge. ([f80d43e](https://github.com/ipfs-shipyard/gomobile-ipfs/commit/f80d43e50ab99b70e00355bf655f24bb368649f0))
15+
* node_test.go: Simplify tests. (Go lint) ([3ce9353](https://github.com/ipfs-shipyard/gomobile-ipfs/commit/3ce93534ef5f01e78ffd977f620e1fbf16bd7aca))
16+
* node.go: Remove unused imports and dead code, catch err in deferred func (Go lint) ([4342217](https://github.com/ipfs-shipyard/gomobile-ipfs/commit/4342217881d4a330a8e53fbb0e42fec2ee6e994a))
17+
* release.yml: Add starting space in comment (Yaml lint) ([113c9e2](https://github.com/ipfs-shipyard/gomobile-ipfs/commit/113c9e29fe79464feaf2d3071cf1cd738ed2900c))
18+
* Spacing warnings from Swift lint ([02edf1d](https://github.com/ipfs-shipyard/gomobile-ipfs/commit/02edf1d1f2b3399b85808cf751a90afa4410e7a2))
19+
* Wrap long lines (or ignore warning), fix indents (Yaml lint) ([640c556](https://github.com/ipfs-shipyard/gomobile-ipfs/commit/640c5563967ba9058c9437bdd043e229ed4839a9))
20+
321
## [1.7.3](https://github.com/ipfs-shipyard/gomobile-ipfs/compare/v1.7.2...v1.7.3) (2022-08-23)
422

523

0 commit comments

Comments
 (0)