We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d6439 commit 928d58dCopy full SHA for 928d58d
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [v0.1.9] - 2019-07-08
11
+
12
### Added
13
14
- Add `textDocument/resolve` RPC endpoint to return the source file path of an artifact relative to the project's root (DOCSP-5967).
snooty/__init__.py
@@ -1,3 +1,3 @@
1
"""The Snooty documentation writer's tool."""
2
3
-__version__ = "0.1.8"
+__version__ = "0.1.9"
0 commit comments