-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare README for v0.5.0 release #532
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #532 +/- ##
=======================================
Coverage 92.19% 92.19%
=======================================
Files 102 102
Lines 16108 16108
=======================================
Hits 14850 14850
Misses 1258 1258
☔ View full report in Codecov by Sentry. |
This looks really amazing to me now! Thank you @sandreae for all of these good ideas for the README. |
Yeh, totally agree that it's weird to link out to other resources right away. I had the idea to add a new section near the end of the README titled |
I also want to add a section showing some GraphQL query examples. |
I'm really happy with it now!! Added a section on the query API and resources, made a few changes in other sections which I think improved clarity. |
Only thing I'm not sure about is that maybe the |
Aaaaaand actually I recon we need to beef up our doc strings in |
We can include the README there like this: |
Oh, that's pretty cool, examples in the included README are also run during tests (although it fails right now). |
I had do disable this feature for now cos there is required code setup which we can't do in the README 😅 |
* main: Minor README.md updates 0.5.0 Prepare README for v0.5.0 release (#532) Set unix cfg correctly Do only set permissions mode on unix Update RELEASE.md Improve log level user interface (#539) Move deserialization into `PeerMessage` to distinct variants correctly (#538) Bring back all connection handler logs to warn level again Add compiling windows binaries as well, remove macos universal one Adjust release profile Add checksum when releasing binaries Add v0.5.0 to CHANGELOG.md Add armv7-unknown-linux-gnueabihf target for cross compilation CI Add CI to compile and publish releases Make clippy happy Convert to ip addresses when logging multiaddr on info level Increase log level of handler errors to trace-level
Closes: #526