We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69eb869 commit 466ae46Copy full SHA for 466ae46
CHANGELOG.md
@@ -1,6 +1,11 @@
1
### Unreleased
2
3
* Update all dependencies ([PR #12], [PR #13], [PR #14], [PR #15])
4
+* Switch project layout to match my other projects ([PR #16])
5
+ * Sign all prebuilt binaries
6
+ * Use fat executables for macOS (x86_64 + aarch64)
7
+ * Add Android aarch64 builds
8
+ * Put changelog in `CHANGELOG.md` instead of Github Release metadata
9
10
### Version 0.1.10
11
@@ -89,3 +94,4 @@ Initial release
89
94
[PR #13]: https://github.com/chenxiaolong/ddns-updater/pull/13
90
95
[PR #14]: https://github.com/chenxiaolong/ddns-updater/pull/14
91
96
[PR #15]: https://github.com/chenxiaolong/ddns-updater/pull/15
97
+[PR #16]: https://github.com/chenxiaolong/ddns-updater/pull/16
0 commit comments