Fix pre-built binary versioning and make small improvements to GoReleaser config (a tool for packaging / releasing Go tools).
Fix an edge case in the sqlparser where the last up statement may be ignored if it's
unterminated with a semicolon and followed by a -- +goose Down annotation.
Trim Logger interface to Printf and Fatalf methods only. Projects that have previously
implemented the Logger interface should not be affected, and can remove unused methods.
Fix pre-built binary versioning and make small improvements to GoReleaser config.
Fix an edge case in the sqlparser where the last up statement may be ignored if it's
unterminated with a semicolon and followed by a -- +goose Down annotation.
Trim Logger interface to Printf and Fatalf methods only. Projects that have previously
implemented the Logger interface should not be affected, and can remove unused methods.
Commits
5864133 fix: bash script to generate release notes
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
$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.13.1 to 3.13.4.
<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.13.4</h2>
<ul>
<li>Fix pre-built binary versioning and make small improvements to <a href="https://goreleaser.com/">GoReleaser</a> config (a tool for packaging / releasing Go tools).</li>
<li>Fix an edge case in the <code>sqlparser</code> where the last up statement may be ignored if it's
unterminated with a semicolon and followed by a <code>-- +goose Down</code> annotation.</li>
<li>Trim <code>Logger</code> interface to <code>Printf</code> and <code>Fatalf</code> methods only. Projects that have previously
implemented the <code>Logger</code> interface should not be affected, and can remove unused methods.</li>
</ul>
<h2>v3.13.3</h2>
<p>Fixed a bunch of build issues, see <a href="https://github.com/pressly/goose/releases/tag/v3.13.4">https://github.com/pressly/goose/releases/tag/v3.13.4</a> for correct changelog.</p>
</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.13.4] - 2023-07-07</h2>
<ul>
<li>Fix pre-built binary versioning and make small improvements to GoReleaser config.</li>
<li>Fix an edge case in the <code>sqlparser</code> where the last up statement may be ignored if it's
unterminated with a semicolon and followed by a <code>-- +goose Down</code> annotation.</li>
<li>Trim <code>Logger</code> interface to <code>Printf</code> and <code>Fatalf</code> methods only. Projects that have previously
implemented the <code>Logger</code> interface should not be affected, and can remove unused methods.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pressly/goose/commit/5864133d1734758ffc37d9c7e86a6759c471be59"><code>5864133</code></a> fix: bash script to generate release notes</li>
<li><a href="https://github.com/pressly/goose/commit/8bdf173f36955b23f231ea6480f561f373298322"><code>8bdf173</code></a> Release v3.13.2 (<a href="https://github.com/pressly/goose/issues/560">#560</a>)</li>
<li><a href="https://github.com/pressly/goose/commit/9ba828de25ac12e10588c99b9e5e849562244b6e"><code>9ba828d</code></a> refactor: trim down the logger interface (<a href="https://github.com/pressly/goose/issues/559">#559</a>)</li>
<li><a href="https://github.com/pressly/goose/commit/06ff963c97e3f2bc5cbf4304b92d1da4629b1d2e"><code>06ff963</code></a> fix: unterminated up statement is ignored (<a href="https://github.com/pressly/goose/issues/558">#558</a>)</li>
<li><a href="https://github.com/pressly/goose/commit/843a23d4ff74676183fc5d632e22eab32260f57a"><code>843a23d</code></a> test: add C-style comments test case to sqlparser test (<a href="https://github.com/pressly/goose/issues/555">#555</a>)</li>
<li><a href="https://github.com/pressly/goose/commit/dec87f0abd4fb725f913451372864de5272ff8e6"><code>dec87f0</code></a> build: upgrade deps (<a href="https://github.com/pressly/goose/issues/554">#554</a>)</li>
<li><a href="https://github.com/pressly/goose/commit/7c40565b918db5e9731108f561a6994129d7275a"><code>7c40565</code></a> fix: pre-built binary versions (<a href="https://github.com/pressly/goose/issues/551">#551</a>)</li>
<li>See full diff in <a href="https://github.com/pressly/goose/compare/v3.13.1...v3.13.4">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. Deprecated, use GitLab's native /rebase instead
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
argoyle
(Migrated from gitlab.com)
merged commit into main2023-07-08 15:48:35 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps github.com/pressly/goose/v3 from 3.13.1 to 3.13.4.
Release notes
Sourced from github.com/pressly/goose/v3's releases.
Changelog
Sourced from github.com/pressly/goose/v3's changelog.
Commits
5864133fix: bash script to generate release notes8bdf173Release v3.13.2 (#560)9ba828drefactor: trim down the logger interface (#559)06ff963fix: unterminated up statement is ignored (#558)843a23dtest: add C-style comments test case to sqlparser test (#555)dec87f0build: upgrade deps (#554)7c40565fix: pre-built binary versions (#551)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR. Deprecated, use GitLab's native /rebase instead$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts