Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 19:21
· 17 commits to main since this release
e24861c

v1.1.0 Improves on the way the version sections check if they are relevant, by including all files from the current working directory. These are read once, and then used by all the version sections to look for specific file patterns (e.g. *.go for Go, *.js for Node, etc). This ensures the right version sections are rendered, even outside of projects.

What's Changed

  • Improve versions checking by looking at workdir files by @LucaScorpion in #8

Full Changelog: v1.0.2...v1.1.0