changelog.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .. _changelog:
  2. =========
  3. Changelog
  4. =========
  5. Version 0.2
  6. ===========
  7. Version 0.2.3
  8. -------------
  9. * Fixed return codes of main() function and exit with non-zero status if no matching refs were found.
  10. * Added some logging calls to the git module.
  11. Version 0.2.2
  12. -------------
  13. * Added additional checks to determine if a branch or tag contains both the Sphinx source directory and the :file:`conf.py` file. If that's not the case, that branch or tag is skipped automatically and not copied to the temporary directory. (`#9 <issue9_>`_)
  14. Version 0.2.1
  15. -------------
  16. * Fixed handling of absolute output paths in `vpathto` and ensure that all generated paths are relative.
  17. Version 0.2.0
  18. -------------
  19. * Added a way to override config variables using placeholders that expand to each version's actual value (`#4 <issue4_>`_, `#7 <issue7_>`_).
  20. Version 0.1
  21. ===========
  22. Version 0.1.1
  23. -------------
  24. * Fixed version number in documentation
  25. * Fixed issue that caused the wrong configuration directory being used when the ``-c`` arguement was not specified on the command line
  26. Version 0.1.0
  27. -------------
  28. * Initial release
  29. .. _issue4: https://github.com/Holzhaus/sphinx-multiversion/issues/4
  30. .. _issue7: https://github.com/Holzhaus/sphinx-multiversion/issues/7
  31. .. _issue9: https://github.com/Holzhaus/sphinx-multiversion/issues/9