Commit b9112e5
authored
Bump github.com/memsql/errors from 0.1.0 to 0.2.0 (#13)
Bumps [github.com/memsql/errors](https://github.com/memsql/errors) from
0.1.0 to 0.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/memsql/errors/releases">github.com/memsql/errors's
releases</a>.</em></p>
<blockquote>
<h2>memsql errors v0.2.0</h2>
<p>Introduces <code>errors.Annotate()</code> and
<code>errors.Annotation()</code>, to set an get "annotations"
respectively. Annotations are passed as args to capture handlers.</p>
<p>Introduces <code>errors.String.Wrap()</code> and
<code>errorString.Unwrap</code> (a bug fix).</p>
<h2>What's Changed</h2>
<ul>
<li>capture_test fixes by <a
href="https://github.com/dncohen"><code>@dncohen</code></a> in <a
href="https://redirect.github.com/memsql/errors/pull/14">memsql/errors#14</a></li>
<li>[feat+fix] add string wrap and unwrap by <a
href="https://github.com/muir"><code>@muir</code></a> in <a
href="https://redirect.github.com/memsql/errors/pull/15">memsql/errors#15</a></li>
<li>[feat] add error annotations by <a
href="https://github.com/muir"><code>@muir</code></a> in <a
href="https://redirect.github.com/memsql/errors/pull/16">memsql/errors#16</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/memsql/errors/compare/v0.1.0...v0.2.0">https://github.com/memsql/errors/compare/v0.1.0...v0.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/memsql/errors/commit/72ac8647925a996506f83eb70c4bdfc3aa16fd07"><code>72ac864</code></a>
add error annotations</li>
<li><a
href="https://github.com/memsql/errors/commit/23e9478a7ef5c03fb726c34a270a7c3bf945d8ce"><code>23e9478</code></a>
add string wrap and unwrap</li>
<li><a
href="https://github.com/memsql/errors/commit/27c7e857fec77cfed69223b87a358ff4c7794ba3"><code>27c7e85</code></a>
bump TestCaptureTimeout tolerance</li>
<li><a
href="https://github.com/memsql/errors/commit/f82c554fa357e1eda2b2091c0d026d239412b156"><code>f82c554</code></a>
linter fix in test</li>
<li>See full diff in <a
href="https://github.com/memsql/errors/compare/v0.1.0...v0.2.0">compare
view</a></li>
</ul>
</details>
<br />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent feaf618 commit b9112e5
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments