changelog.rst 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .. _changelog:
  2. =========
  3. Changelog
  4. =========
  5. Version 0.2
  6. ===========
  7. Version 0.2.3
  8. -------------
  9. * Fix return codes of main() function and exit with non-zero status if no matching refs were found.
  10. Version 0.2.2
  11. -------------
  12. * 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_>`_)
  13. Version 0.2.1
  14. -------------
  15. * Fix handling of absolute output paths in `vpathto` and ensure that all generated paths are relative.
  16. Version 0.2.0
  17. -------------
  18. * Added a way to override config variables using placeholders that expand to each version's actual value (`#4 <issue4_>`_, `#7 <issue7_>`_).
  19. Version 0.1
  20. ===========
  21. Version 0.1.1
  22. -------------
  23. * Fixed version number in documentation
  24. * Fixed issue that caused the wrong configuration directory being used when the ``-c`` arguement was not specified on the command line
  25. Version 0.1.0
  26. -------------
  27. * Initial release
  28. .. _issue4: https://github.com/Holzhaus/sphinx-multiversion/issues/4
  29. .. _issue7: https://github.com/Holzhaus/sphinx-multiversion/issues/7
  30. .. _issue9: https://github.com/Holzhaus/sphinx-multiversion/issues/9