chore(deps): bump github.com/pressly/goose/v3 from 3.14.0 to 3.15.0 #94

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-pressly-goose-v3-3.15.0 into main 2023-08-13 10:35:43 +00:00
argoyle commented 2023-08-13 06:25:15 +00:00 (Migrated from gitlab.com)

Bumps github.com/pressly/goose/v3 from 3.14.0 to 3.15.0.

Release notes

Sourced from github.com/pressly/goose/v3's releases.

v3.15.0

  • Fix sqlparser to avoid skipping the last statement when it's not terminated with a semicolon within a StatementBegin/End block. (#580)
  • Add go1.21 to the CI matrix.
  • Bump minimum version of module in go.mod to go1.19.
  • Fix version output when installing pre-built binaries (#585).
Changelog

Sourced from github.com/pressly/goose/v3's changelog.

[v3.15.0] - 2023-08-12

  • Fix sqlparser to avoid skipping the last statement when it's not terminated with a semicolon within a StatementBegin/End block. (#580)
  • Add go1.21 to the CI matrix.
  • Bump minimum version of module in go.mod to go1.19.
  • Fix version output when installing pre-built binaries (#585).
Commits
  • 6c1d92b Release v3.15.0
  • a20c666 chore: cleanup GH goreleaser file
  • 6b47f70 fix: use binary version when linker flag is set
  • 6d11e58 chore: bump ci test matrix and go.mod version to go1.19 (#584)
  • eb1d0c5 build(deps): bump the gomod group with 3 updates (#579)
  • 75ba389 docs: update the go-migrations examples (#583)
  • d67f26c fix(sqlparser): avoid trimming on last semicolon (#581)
  • 906a5b3 build(deps): bump the gomod group with 2 updates (#574)
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/pressly/goose/v3](https://github.com/pressly/goose) from 3.14.0 to 3.15.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pressly/goose/releases">github.com/pressly/goose/v3's releases</a>.</em></p> <blockquote> <h2>v3.15.0</h2> <ul> <li>Fix <code>sqlparser</code> to avoid skipping the last statement when it's not terminated with a semicolon within a StatementBegin/End block. (<a href="https://github.com/pressly/goose/issues/580">#580</a>)</li> <li>Add <code>go1.21</code> to the CI matrix.</li> <li>Bump minimum version of module in go.mod to <code>go1.19</code>.</li> <li>Fix version output when installing pre-built binaries (<a href="https://github.com/pressly/goose/issues/585">#585</a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pressly/goose/blob/master/CHANGELOG.md">github.com/pressly/goose/v3's changelog</a>.</em></p> <blockquote> <h2>[v3.15.0] - 2023-08-12</h2> <ul> <li>Fix <code>sqlparser</code> to avoid skipping the last statement when it's not terminated with a semicolon within a StatementBegin/End block. (<a href="https://github.com/pressly/goose/issues/580">#580</a>)</li> <li>Add <code>go1.21</code> to the CI matrix.</li> <li>Bump minimum version of module in go.mod to <code>go1.19</code>.</li> <li>Fix version output when installing pre-built binaries (<a href="https://github.com/pressly/goose/issues/585">#585</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pressly/goose/commit/6c1d92b9fad37d31c7207b6f33bea37c3e91a3a4"><code>6c1d92b</code></a> Release v3.15.0</li> <li><a href="https://github.com/pressly/goose/commit/a20c666ca64e20558af49c8b8e1992eb766e6afc"><code>a20c666</code></a> chore: cleanup GH goreleaser file</li> <li><a href="https://github.com/pressly/goose/commit/6b47f706d6a845b1495c433cbddb86916b17660c"><code>6b47f70</code></a> fix: use binary version when linker flag is set</li> <li><a href="https://github.com/pressly/goose/commit/6d11e58d9599084a264c67c4a519436fd81a4b64"><code>6d11e58</code></a> chore: bump ci test matrix and go.mod version to go1.19 (<a href="https://github.com/pressly/goose/issues/584">#584</a>)</li> <li><a href="https://github.com/pressly/goose/commit/eb1d0c5daba1199b5447b587e40e4bd8768315bb"><code>eb1d0c5</code></a> build(deps): bump the gomod group with 3 updates (<a href="https://github.com/pressly/goose/issues/579">#579</a>)</li> <li><a href="https://github.com/pressly/goose/commit/75ba38920f013db0d8cd2a27cc6b62110b71cf6b"><code>75ba389</code></a> docs: update the go-migrations examples (<a href="https://github.com/pressly/goose/issues/583">#583</a>)</li> <li><a href="https://github.com/pressly/goose/commit/d67f26cb2e00929654ab4bbb0e566fbc9b348bae"><code>d67f26c</code></a> fix(sqlparser): avoid trimming on last semicolon (<a href="https://github.com/pressly/goose/issues/581">#581</a>)</li> <li><a href="https://github.com/pressly/goose/commit/906a5b38bc71e2c5d44475105832a3f7cca804d9"><code>906a5b3</code></a> build(deps): bump the gomod group with 2 updates (<a href="https://github.com/pressly/goose/issues/574">#574</a>)</li> <li>See full diff in <a href="https://github.com/pressly/goose/compare/v3.14.0...v3.15.0">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into main 2023-08-13 10:35:43 +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#94