Skip to content

Commit 5316dfc

Browse files
committed
Bump to 0.1.7
1 parent f261b38 commit 5316dfc

File tree

2 files changed

+46
-4
lines changed

2 files changed

+46
-4
lines changed

CHANGELOG.md

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,94 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

78
## [Unreleased]
89

10+
## [v0.1.7] - 2019-05-21
11+
12+
### Added
13+
14+
- Add support for the following directives:
15+
16+
- `image`
17+
- `tabs-pillstrip`
18+
- `tabs-cloud-providers`
19+
- `website`
20+
- `cloudmgr`
21+
- `stitch`
22+
- `charts`
23+
- `compass`
24+
- `driver`
25+
- `meta`
26+
- `topic`
27+
28+
### Fixed
29+
30+
- `raw` directive contents are now ignored.
31+
- Bundle `docutils.parsers.rst.directives.misc` in binary release to avoid runtime errors when using `unicode`.
32+
33+
### Changed
34+
35+
- Avoid processing giza substitutions in base nodes to avoid superfluous diagnostics.
36+
937
## [v0.1.6] - 2019-05-16
38+
1039
### Added
40+
1141
- The `literalinclude` directive.
1242
- AST nodes for substitutions.
1343

1444
### Changed
45+
1546
- Only match PAT_EXPLICIT_TILE if needed by role.
1647

1748
Roles are now categorized in one of three ways:
18-
* `text` roles only provide a label field in the AST.
19-
* `explicit_title` roles provide a target field in the AST, as well as
49+
- `text` roles only provide a label field in the AST.
50+
- `explicit_title` roles provide a target field in the AST, as well as
2051
optionally a label field.
21-
* `link` roles do not emit a role node at all; instead, they emit a
52+
- `link` roles do not emit a role node at all; instead, they emit a
2253
reference with the refuri already set.
2354

2455
### Fixed
56+
2557
- Multiline directive arguments.
2658
- Include guide "languages" in legacy guide syntax.
2759
- `:dedent:` on `literalinclude` directives with empty lines.
2860
- Child giza nodes should not always have their parent's ref.
2961
- Extracts should be created with the category `extracts`, not `extract`.
3062

3163
## [v0.1.5] - 2019-03-28
64+
3265
### Added
66+
3367
- Support additional directives and roles
3468

3569
## [v0.1.4] - 2019-03-28
70+
3671
### Added
72+
3773
- Bundle Python hash function implementations temporarily.
3874
- Add support for additional MongoDB rst constructs.
3975

4076
## [v0.1.3] - 2019-03-27
77+
4178
### Added
79+
4280
- Substitute constants from language-server.
4381
- Report bad project config.
4482
- Force encodings to utf-8.
4583

4684
## [v0.1.2] - 2019-03-27
85+
4786
### Added
87+
4888
- Bundle OpenSSL with the macOS binary release.
4989

5090
## [v0.1.1] - 2019-03-22
91+
5192
### Added
93+
5294
- Bundle Python with the binary release.

snooty/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""The Snooty documentation writer's tool."""
22

3-
__version__ = '0.1.6.dev0'
3+
__version__ = '0.1.7'

0 commit comments

Comments
 (0)