Skip to content

Releases: kgaughan/mercury

v0.4.4

21 Sep 16:54
dce513c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

25 Aug 17:30
d6e1c2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

26 Jul 23:38
ec7944b
Compare
Choose a tag to compare

What's Changed

  • Limit builds and linting of Go code to when it's updated by @kgaughan in #92
  • Bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in #94
  • Bump github.com/microcosm-cc/bluemonday from 1.0.26 to 1.0.27 by @dependabot in #93
  • Switch to using dorny/paths-filter so PR checks don't hang by @kgaughan in #95
  • Vendor normalize.css by @kgaughan in #96
  • Delegate docker image builds to goreleaser by @kgaughan in #97
  • Modernise workflows based off of goreleaser by @kgaughan in #98

Full Changelog: v0.4.1...v0.4.2

v0.4.1

05 Jul 13:05
76c2387
Compare
Choose a tag to compare

A maintenance release to pick up any security updates.

What's Changed

  • Bump github.com/microcosm-cc/bluemonday from 1.0.24 to 1.0.25 by @dependabot in #67
  • Bump golang.org/x/net from 0.12.0 to 0.14.0 by @dependabot in #68
  • Bump golang.org/x/net from 0.14.0 to 0.16.0 by @dependabot in #71
  • Bump github.com/google/uuid from 1.3.0 to 1.3.1 by @dependabot in #69
  • Bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in #72
  • Bump github.com/microcosm-cc/bluemonday from 1.0.25 to 1.0.26 by @dependabot in #73
  • Bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in #74
  • Bump golang.org/x/net from 0.17.0 to 0.18.0 by @dependabot in #75
  • Bump golang.org/x/crypto from 0.15.0 to 0.17.0 by @dependabot in #78
  • Bump github.com/google/uuid from 1.4.0 to 1.6.0 by @dependabot in #80
  • Get the lint workflow (hopefully) working again by @kgaughan in #86
  • Bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0 by @dependabot in #87
  • Bump golang.org/x/net from 0.25.0 to 0.26.0 by @dependabot in #88
  • Fix release process by setting goreleaser config version by @kgaughan in #89
  • Fix configuration for Homebrew release publishing by @kgaughan in #90
  • Bump toolchain image in dockerfile to fix release by @kgaughan in #91

Full Changelog: v0.4.0...v0.4.1

v0.4.0

13 Jul 23:54
4752a38
Compare
Choose a tag to compare

This release makes the default theme internal so the binary is now standalone. It also switches to POSIX-style flags and GNU style long flags.

What's Changed

Full Changelog: v0.3.33...v0.4.0

v0.3.33

25 Jun 10:57
e9fa1b5
Compare
Choose a tag to compare

Headline changes are the addition of pagination (which ought to have been present already) and Atom feed support in the output.

What's Changed

Full Changelog: v0.3.2...v0.3.33

v0.3.2

22 Jun 09:41
2eac6a2
Compare
Choose a tag to compare

Headline changes are support for a bill of materials in templates and the ability to prevent a build to allow the cache to be built.

All other changes are basic internal maintenance.

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

11 Jun 19:25
40e6357
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Jun 18:17
8aec636
Compare
Choose a tag to compare

The main changes of significance are that Sprig is included by default and that the isodate function's name from isodatefmt has been changed to match Sprig's date function. Also, internal error handling has been improved and feed items that lack a publication date are handled better.

What's Changed (highlights)

Full Changelog: v0.2.3...v0.3.0

Simplify OPML marshaling; update dependencies

12 Mar 22:11
f72e041
Compare
Choose a tag to compare
v0.2.3

Update dependencies (#21)