changelog.rst 795 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. _changelog:
  2. =========
  3. Changelog
  4. =========
  5. Version 0.2
  6. ===========
  7. Version 0.2.1
  8. -------------
  9. * Fix handling of absolute output paths in `vpathto` and ensure that all generated paths are relative.
  10. Version 0.2.0
  11. -------------
  12. * Added a way to override config variables using placeholders that expand to each version's actual value (`#4 <issue4_>`_, `#7 <issue7_>`_).
  13. Version 0.1
  14. ===========
  15. Version 0.1.1
  16. -------------
  17. * Fixed version number in documentation
  18. * Fixed issue that caused the wrong configuration directory being used when the ``-c`` arguement was not specified on the command line
  19. Version 0.1.0
  20. -------------
  21. * Initial release
  22. .. _issue4: https://github.com/Holzhaus/sphinx-multiversion/issues/4
  23. .. _issue7: https://github.com/Holzhaus/sphinx-multiversion/issues/7