changelog.rst 632 B

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