Skip to content

Releases: denisa/clq

Release 1.8.7

26 Mar 23:37
f16111f
Compare
Choose a tag to compare

🐛 Fixed

  • Enable golint in module mode and provide the Makefile target golint
  • Created 399 to investigate the suppressed cyclomatic complexity warning.
  • Updated plantuml to 1.2024.2 and provide the Makefile target plantuml
  • All generated files into out/

Release 1.8.6

13 Mar 03:23
86dc9b3
Compare
Choose a tag to compare

🐛 Fixed

  • Bump peter-evans/dockerhub-description from 3 to 4
  • Bump super-linter/super-linter from 5 to 6 while disabling go_modules and checkov; Created 394, 395 to address this later.
  • Bump github.com/yuin/goldmark from 1.6.0 to 1.7.0
  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • Requires golang 1.22.0
  • Bumps alpine from 3.18.5 to 3.19.1

Release 1.8.5

30 Dec 16:13
8881ed7
Compare
Choose a tag to compare

🐛 Fixed

  • Bump github/codeql-action from 2 to 3
  • Bump actions/checkout from 3 to 4 — the plantuml action was still on an old version
  • Bump actions/upload-pages-artifact from 1 to 3
  • Bump actions/deploy-pages from 1 to 4

Release 1.8.4

28 Dec 09:44
bf87fd3
Compare
Choose a tag to compare

🐛 Fixed

  • Clarify handling of 'build' change kinds (out of spec!)

Release 1.8.3

16 Dec 01:43
8d6a6f6
Compare
Choose a tag to compare

🐛 Fixed

  • Error strings should not be capitalized or end with punctuation.
  • ensure consistent receiver type for Changelog and ChangeKind

Release 1.8.2

12 Dec 22:55
5a69a43
Compare
Choose a tag to compare

🐛 Fixed

  • Renders puml to GitHub page
  • Resolve more warnings raised by Fleet
  • Bumps actions/setup-go from 4 to 5

Release 1.8.1

05 Dec 01:47
4317e54
Compare
Choose a tag to compare

🐛 Fixed

  • Bumps golang from 1.20 to 1.21
  • Bumps alpine from 3.18.4 to 3.18.5
  • Resolve various warnings raised by Fleet

Release 1.8.0

26 Nov 16:46
2ffb165
Compare
Choose a tag to compare

✨ Added

  • It is now possible to define emoji to be included in the result. Makes for nicer release notes.

🐛 Fixed

  • ioutil.ReadAll, ioutil.ReadFile deprecated since golang 1.16
  • fix variables (config, require) that comflict with a package import
  • Bump github.com/yuin/goldmark from 1.5.6 to 1.6.0
  • Bumps alpine from 3.18.2 to 3.18.4.

Release 1.7.16

18 Oct 05:20
b42b897
Compare
Choose a tag to compare

Fixed

  • As per GitHub Blog, perform CodeQL analyses only for pushes to the main branch and pull requests agains the main.
  • As per GitHub Docs, skip CodeQL analyses for text files.

Release 1.7.15

17 Oct 04:43
5870e09
Compare
Choose a tag to compare

Fixed