chore(deps): bump github.com/sparetimecoders/goamqp from 0.1.1 to 0.1.3 #11

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-sparetimecoders-goamqp-0.1.3 into main 2022-12-16 15:49:11 +00:00
argoyle commented 2022-12-16 13:33:41 +00:00 (Migrated from gitlab.com)

Bumps github.com/sparetimecoders/goamqp from 0.1.1 to 0.1.3.

Release notes

Sourced from github.com/sparetimecoders/goamqp's releases.

v0.1.3

What's Changed

Full Changelog: https://github.com/sparetimecoders/goamqp/compare/v0.1.2...v0.1.3

v0.1.2

What's Changed

New Contributors

Full Changelog: https://github.com/sparetimecoders/goamqp/compare/v0.1.1...v0.1.2

Commits
  • df1ed8c feat: expose URI for AMQP Connection. (#8)
  • 0c3625f chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#7)
  • c45fc92 chore: use Context with Publisher (#6)
  • 452b695 chore(deps): bump codecov/codecov-action from 2 to 3 (#4)
  • 5107658 chore: rename actions
  • 2cf83aa chore(deps): bump actions/checkout from 2 to 3 (#5)
  • 50b95e9 chore: add dependabot check for github-actions
  • 44182bf Context (#3)
  • e0b96b0 chore(deps): bump github.com/rabbitmq/amqp091-go from 1.4.0 to 1.5.0 (#2)
  • 336e30a chore: add CODEOWNERS file
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/sparetimecoders/goamqp](https://github.com/sparetimecoders/goamqp) from 0.1.1 to 0.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sparetimecoders/goamqp/releases">github.com/sparetimecoders/goamqp's releases</a>.</em></p> <blockquote> <h2>v0.1.3</h2> <h2>What's Changed</h2> <ul> <li>feat: expose URI for AMQP Connection. by <a href="https://github.com/peter-svensson"><code>@​peter-svensson</code></a> in <a href="https://github.com/sparetimecoders/goamqp/pull/8">sparetimecoders/goamqp#8</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sparetimecoders/goamqp/compare/v0.1.2...v0.1.3">https://github.com/sparetimecoders/goamqp/compare/v0.1.2...v0.1.3</a></p> <h2>v0.1.2</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): bump github.com/rabbitmq/amqp091-go from 1.3.4 to 1.4.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github.com/sparetimecoders/goamqp/pull/1">sparetimecoders/goamqp#1</a></li> <li>chore(deps): bump github.com/rabbitmq/amqp091-go from 1.4.0 to 1.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github.com/sparetimecoders/goamqp/pull/2">sparetimecoders/goamqp#2</a></li> <li>Context by <a href="https://github.com/peter-svensson"><code>@​peter-svensson</code></a> in <a href="https://github.com/sparetimecoders/goamqp/pull/3">sparetimecoders/goamqp#3</a></li> <li>chore(deps): bump actions/checkout from 2 to 3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github.com/sparetimecoders/goamqp/pull/5">sparetimecoders/goamqp#5</a></li> <li>chore(deps): bump codecov/codecov-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github.com/sparetimecoders/goamqp/pull/4">sparetimecoders/goamqp#4</a></li> <li>chore: use Context with Publisher by <a href="https://github.com/peter-svensson"><code>@​peter-svensson</code></a> in <a href="https://github.com/sparetimecoders/goamqp/pull/6">sparetimecoders/goamqp#6</a></li> <li>chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github.com/sparetimecoders/goamqp/pull/7">sparetimecoders/goamqp#7</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a> made their first contribution in <a href="https://github.com/sparetimecoders/goamqp/pull/1">sparetimecoders/goamqp#1</a></li> <li><a href="https://github.com/peter-svensson"><code>@​peter-svensson</code></a> made their first contribution in <a href="https://github.com/sparetimecoders/goamqp/pull/3">sparetimecoders/goamqp#3</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sparetimecoders/goamqp/compare/v0.1.1...v0.1.2">https://github.com/sparetimecoders/goamqp/compare/v0.1.1...v0.1.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sparetimecoders/goamqp/commit/df1ed8c04d289eb2554e028ea1ca741ec1fc724e"><code>df1ed8c</code></a> feat: expose URI for AMQP Connection. (<a href="https://github.com/sparetimecoders/goamqp/issues/8">#8</a>)</li> <li><a href="https://github.com/sparetimecoders/goamqp/commit/0c3625f57b0448b7fc2859dbe00cd0e16d410dc2"><code>0c3625f</code></a> chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (<a href="https://github.com/sparetimecoders/goamqp/issues/7">#7</a>)</li> <li><a href="https://github.com/sparetimecoders/goamqp/commit/c45fc921816e6132f8e142becab1ff7d06193e87"><code>c45fc92</code></a> chore: use Context with Publisher (<a href="https://github.com/sparetimecoders/goamqp/issues/6">#6</a>)</li> <li><a href="https://github.com/sparetimecoders/goamqp/commit/452b695ed3120a6a2d97ab15a9b37f7eef3de030"><code>452b695</code></a> chore(deps): bump codecov/codecov-action from 2 to 3 (<a href="https://github.com/sparetimecoders/goamqp/issues/4">#4</a>)</li> <li><a href="https://github.com/sparetimecoders/goamqp/commit/5107658d2f11dbdd6ee5de506796ed64f70b8753"><code>5107658</code></a> chore: rename actions</li> <li><a href="https://github.com/sparetimecoders/goamqp/commit/2cf83aacd42f65e4be361093fbff7c311bb891c7"><code>2cf83aa</code></a> chore(deps): bump actions/checkout from 2 to 3 (<a href="https://github.com/sparetimecoders/goamqp/issues/5">#5</a>)</li> <li><a href="https://github.com/sparetimecoders/goamqp/commit/50b95e9bf4d4b65732472ac25d9b1cb6ea8aec0f"><code>50b95e9</code></a> chore: add dependabot check for github-actions</li> <li><a href="https://github.com/sparetimecoders/goamqp/commit/44182bfe9cbf0ef4cbea2a70f84665f8a1369910"><code>44182bf</code></a> Context (<a href="https://github.com/sparetimecoders/goamqp/issues/3">#3</a>)</li> <li><a href="https://github.com/sparetimecoders/goamqp/commit/e0b96b0dd8b11c6deb62d74f8fed95a0e00c85b6"><code>e0b96b0</code></a> chore(deps): bump github.com/rabbitmq/amqp091-go from 1.4.0 to 1.5.0 (<a href="https://github.com/sparetimecoders/goamqp/issues/2">#2</a>)</li> <li><a href="https://github.com/sparetimecoders/goamqp/commit/336e30a17246320c2a5be3ee6b8775e4878c6cb4"><code>336e30a</code></a> chore: add CODEOWNERS file</li> <li>Additional commits viewable in <a href="https://github.com/sparetimecoders/goamqp/compare/v0.1.1...v0.1.3">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2022-12-16 13:40:53 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 93162e03 - 1 commit from branch main
  • a1ff12a0 - chore(deps): bump github.com/sparetimecoders/goamqp from 0.1.1 to 0.1.3

Compare with previous version

added 2 commits <ul><li>93162e03 - 1 commit from branch <code>main</code></li><li>a1ff12a0 - chore(deps): bump github.com/sparetimecoders/goamqp from 0.1.1 to 0.1.3</li></ul> [Compare with previous version](/unboundsoftware/schemas/-/merge_requests/7/diffs?diff_id=559441772&start_sha=ffd08ab3f11aef6ab34326932b5f55f01eae5621)
argoyle commented 2022-12-16 15:15:09 +00:00 (Migrated from gitlab.com)

added 4 commits

  • a1ff12a0...c5e43bd0 - 3 commits from branch main
  • 0178377f - feat: add Sentry setup

Compare with previous version

added 4 commits <ul><li>a1ff12a0...c5e43bd0 - 3 commits from branch <code>main</code></li><li>0178377f - feat: add Sentry setup</li></ul> [Compare with previous version](/unboundsoftware/schemas/-/merge_requests/7/diffs?diff_id=559542351&start_sha=a1ff12a02bc9bc7f82d9bb22ac57e6aab1180e52)
argoyle commented 2022-12-16 15:41:48 +00:00 (Migrated from gitlab.com)

added 2 commits

Compare with previous version

added 2 commits <ul><li>577ad601 - 1 commit from branch <code>main</code></li><li>b8a87838 - feat: add Sentry setup</li></ul> [Compare with previous version](/unboundsoftware/schemas/-/merge_requests/7/diffs?diff_id=559570161&start_sha=0178377f2b9e0b1c1cc731526e09179f1b57854c)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-12-16 15:41:59 +00:00
argoyle (Migrated from gitlab.com) merged commit into main 2022-12-16 15:49:11 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas#11