diff --git a/code/.bumpversion.cfg b/code/.bumpversion.cfg index 1d700449..8bb7f433 100644 --- a/code/.bumpversion.cfg +++ b/code/.bumpversion.cfg @@ -1,9 +1,9 @@ [bumpversion] -current_version = 0.7.3 +current_version = 0.8.0 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-dev(?P\d+))? -serialize = +serialize = {major}.{minor}.{patch}-dev{dev} {major}.{minor}.{patch} diff --git a/code/CHANGES.rst b/code/CHANGES.rst index ef55ccf8..95740a1c 100644 --- a/code/CHANGES.rst +++ b/code/CHANGES.rst @@ -1,3 +1,41 @@ +v0.8.0 - 2022-03-17 +------------------- + +Features +^^^^^^^^ + +- Add commands ``esbonio.sphinx.selectConfDir``, ``esbonio.sphinx.selectSrcDir``, ``esbonio.sphinx.selectBuildDir`` + which allow the user to interactively select values for the ``esbonio.sphinx.confDir``, ``esbonio.sphinx.srcDir``, ``esbonio.sphinx.buildDir`` + options. + + The commands can be triggered through the command palette or the language status items. (`#337 `_) + + +Fixes +^^^^^ + +- Language status items now correctly remove the errored status when an issue is resolved. (`#329 `_) + + +Enhancements +^^^^^^^^^^^^ + +- Switched to an ``