Skip to content
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

Update README.md for v2.5.0 #422

Merged
merged 2 commits into from Aug 13, 2023
Merged

Conversation

fxamacker
Copy link
Owner

@fxamacker fxamacker commented Aug 13, 2023

Changes:

  • Update Quick Start.
  • Update "Status" section.
  • Update "Acknowledgments" section.
  • Remove "Disclaimers" section.
  • OpenSSF Scorecard badge link goes to README section on fuzzing.

This PR and #421 closes #420

Remove "Disclaimers" section.
Update "Acknowledgments" section.
Update Quick Start.
@fxamacker fxamacker self-assigned this Aug 13, 2023
@fxamacker
Copy link
Owner Author

@x448 please take a look when you have a moment. 🙏

@@ -17,7 +17,7 @@ See [Quick Start](#quick-start).
[![CodeQL](https://github.com/fxamacker/cbor/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/fxamacker/cbor/actions/workflows/codeql-analysis.yml)
[![](https://img.shields.io/badge/fuzzing-passing-44c010)](#fuzzing-and-code-coverage)
[![Go Report Card](https://goreportcard.com/badge/github.com/fxamacker/cbor)](https://goreportcard.com/report/github.com/fxamacker/cbor)
[![](https://img.shields.io/ossf-scorecard/github.com/fxamacker/cbor?label=openssf%20scorecard)](#) <!-- Do not open PR for this. For now, don't go to detailed report. -->
[![](https://img.shields.io/ossf-scorecard/github.com/fxamacker/cbor?label=openssf%20scorecard)](https://github.com/fxamacker/cbor#fuzzing-and-code-coverage)
Copy link
Contributor

@x448 x448 Aug 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea.

README.md Outdated

## Acknowledgements
I'm extremely grateful for people who were supportive or contributed in the very early days:
- Stefan Tatschner, Yawning Angel, Jernej Kos, ZenGround0, Montgomery Edwards⁴⁴⁸, Jakob Borg
Copy link
Contributor

@x448 x448 Aug 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 😄 Feel free to use x448 if you want the text to be shorter.

README.md Outdated
@@ -352,7 +356,7 @@ Decoder checks for all required well-formedness errors, including all "subkinds"

After well-formedness is verified, basic validity errors are handled as follows:

* Invalid UTF-8 string: Decoder always checks and returns invalid UTF-8 string error.
* Invalid UTF-8 string: Decoder checks and returns invalid UTF-8 string error by default.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds a bit awkward because "by default" was added to the end.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

Copy link
Contributor

@x448 x448 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to update Status or doc.go?

@fxamacker
Copy link
Owner Author

@x448

Do you want to update Status or doc.go?

Good point.

  • Updated "Status" section.

  • Maybe not enough time to update doc.go today.

I want to release tag v2.5.0 today (Sunday, Aug 13).

Can you update benchmarks in the "Status" section today? If not, I can do that. This is not a blocker because it needs click to view.

@fxamacker fxamacker requested a review from x448 August 13, 2023 15:07
Copy link
Contributor

@x448 x448 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to merge! 🥇

I can do benchmarks today to compare 2.4 and 2.5.

@fxamacker fxamacker merged commit 5792a94 into master Aug 13, 2023
13 checks passed
@fxamacker fxamacker deleted the fxamacker/update-readme-for-v2.5.0 branch December 28, 2023 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

README can be more readable, useful, and less bloated
2 participants