v1.1.0
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