Skip to content

revision-date-localized v1.5.0

Latest

Choose a tag to compare

@timvink timvink released this 31 Oct 16:10
· 4 commits to master since this release

What's Changed

  • Drop support for 3.8, do not unit test for 3.9. Add support for 3.14 by @timvink in #193

Fixes

  • #194 by @timvink:
    • Hashing keys being incorrect when using monorepo, leading to yet another set of git.log() calls
    • Some inefficiency in multiprocessing setup when using mkdocs serve. State should now be preserved, and mkdocs serve --dirty won't use multiprocessing anymore.
    • Update to new mkdocs plugin system
  • Fix bug with double git.log call; plugins should be much faster now by @timvink in #195. Also fixes #188
  • Fix i18n compatibility bug when using locales with hyphens (see #176) by @timvink in #196

Docs

New Contributors

Full Changelog: v1.4.7...v1.5.0