Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump github.com/celestiaorg/go-square from 1.0.0-rc0 to …
…1.0.0 (celestiaorg#3153) Bumps [github.com/celestiaorg/go-square](https://github.com/celestiaorg/go-square) from 1.0.0-rc0 to 1.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/celestiaorg/go-square/releases">github.com/celestiaorg/go-square's releases</a>.</em></p> <blockquote> <h2>v1.0.0</h2> <h2>What's Changed</h2> <ul> <li>chore: enhance clarity in comment for function name by <a href="https://github.com/hoank101"><code>@hoank101</code></a> in <a href="https://redirect.github.com/celestiaorg/go-square/pull/23">celestiaorg/go-square#23</a></li> <li>chore(linter): enable go-critic by <a href="https://github.com/00x-dx"><code>@00x-dx</code></a> in <a href="https://redirect.github.com/celestiaorg/go-square/pull/28">celestiaorg/go-square#28</a></li> <li>docs: fix link to specs by <a href="https://github.com/rootulp"><code>@rootulp</code></a> in <a href="https://redirect.github.com/celestiaorg/go-square/pull/22">celestiaorg/go-square#22</a></li> <li>chore: add Apache License 2.0 by <a href="https://github.com/rootulp"><code>@rootulp</code></a> in <a href="https://redirect.github.com/celestiaorg/go-square/pull/27">celestiaorg/go-square#27</a></li> <li>chore(makefile): add lint, test, & benchmark commands. by <a href="https://github.com/00x-dx"><code>@00x-dx</code></a> in <a href="https://redirect.github.com/celestiaorg/go-square/pull/29">celestiaorg/go-square#29</a></li> <li>chore(deps): bump celestiaorg/.github from 0.3.0 to 0.3.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/celestiaorg/go-square/pull/24">celestiaorg/go-square#24</a></li> <li>chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/celestiaorg/go-square/pull/31">celestiaorg/go-square#31</a></li> <li>refactor(shares): use more efficient make([]byte, N) not bytes.Repeat([]byte{0}, N) by <a href="https://github.com/odeke-em"><code>@odeke-em</code></a> in <a href="https://redirect.github.com/celestiaorg/go-square/pull/42">celestiaorg/go-square#42</a></li> <li>docs: improve README with package comments by <a href="https://github.com/rootulp"><code>@rootulp</code></a> in <a href="https://redirect.github.com/celestiaorg/go-square/pull/34">celestiaorg/go-square#34</a></li> <li>chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/celestiaorg/go-square/pull/46">celestiaorg/go-square#46</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hoank101"><code>@hoank101</code></a> made their first contribution in <a href="https://redirect.github.com/celestiaorg/go-square/pull/23">celestiaorg/go-square#23</a></li> <li><a href="https://github.com/00x-dx"><code>@00x-dx</code></a> made their first contribution in <a href="https://redirect.github.com/celestiaorg/go-square/pull/28">celestiaorg/go-square#28</a></li> <li><a href="https://github.com/odeke-em"><code>@odeke-em</code></a> made their first contribution in <a href="https://redirect.github.com/celestiaorg/go-square/pull/42">celestiaorg/go-square#42</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/celestiaorg/go-square/compare/v1.0.0-rc0...v1.0.0">https://github.com/celestiaorg/go-square/compare/v1.0.0-rc0...v1.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/celestiaorg/go-square/commit/a84173978ed29049469dc5e84b4a58cfece98401"><code>a841739</code></a> chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (<a href="https://redirect.github.com/celestiaorg/go-square/issues/46">#46</a>)</li> <li><a href="https://github.com/celestiaorg/go-square/commit/4e84d80f3e55ac3093005c8089186d68ee62541d"><code>4e84d80</code></a> docs: improve README with package comments (<a href="https://redirect.github.com/celestiaorg/go-square/issues/34">#34</a>)</li> <li><a href="https://github.com/celestiaorg/go-square/commit/c20eda971e90d33bd45fd44ca12ba9a9da7cf2d2"><code>c20eda9</code></a> refactor(shares): use more efficient make([]byte, N) not bytes.Repeat([]byte{...</li> <li><a href="https://github.com/celestiaorg/go-square/commit/4135f359b20ddd97b6cb74ecc831f70ffb73f8a5"><code>4135f35</code></a> chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (<a href="https://redirect.github.com/celestiaorg/go-square/issues/31">#31</a>)</li> <li><a href="https://github.com/celestiaorg/go-square/commit/cd8e5d1065842d958f11d85e8a2ad73cbce252b0"><code>cd8e5d1</code></a> chore(deps): bump celestiaorg/.github from 0.3.0 to 0.3.1 (<a href="https://redirect.github.com/celestiaorg/go-square/issues/24">#24</a>)</li> <li><a href="https://github.com/celestiaorg/go-square/commit/be1a47d0f273428d0a92014481c782706c1f3e90"><code>be1a47d</code></a> chore(makefile): add lint, test, & benchmark commands. (<a href="https://redirect.github.com/celestiaorg/go-square/issues/29">#29</a>)</li> <li><a href="https://github.com/celestiaorg/go-square/commit/1e9e439f803c1d205f3f6e0c33e443ff6c6949ec"><code>1e9e439</code></a> chore: add Apache License 2.0 (<a href="https://redirect.github.com/celestiaorg/go-square/issues/27">#27</a>)</li> <li><a href="https://github.com/celestiaorg/go-square/commit/298f7bde9964f0b4d57a96b23275a6fd933579c0"><code>298f7bd</code></a> docs: fix link to specs (<a href="https://redirect.github.com/celestiaorg/go-square/issues/22">#22</a>)</li> <li><a href="https://github.com/celestiaorg/go-square/commit/70a96174aa212aeebdcacd30a320efc3faa30776"><code>70a9617</code></a> chore(linter): enable go-critic (<a href="https://redirect.github.com/celestiaorg/go-square/issues/28">#28</a>)</li> <li><a href="https://github.com/celestiaorg/go-square/commit/ad044a70e7fc583ea26e665b88bdaf13740b8405"><code>ad044a7</code></a> chore: enhance clarity in comment for function name (<a href="https://redirect.github.com/celestiaorg/go-square/issues/23">#23</a>)</li> <li>See full diff in <a href="https://github.com/celestiaorg/go-square/compare/v1.0.0-rc0...v1.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/celestiaorg/go-square&package-manager=go_modules&previous-version=1.0.0-rc0&new-version=1.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information