File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,17 @@ Generally speaking, refactor / magic is in the process of being stripped
8
8
out in the next few releases. The API is subject to change significantly
9
9
in pre-1.0 builds.
10
10
11
+ - [refactor] [#267](https://github.com/vcs-python/libvcs/pull/267) overhaul docs
12
+
13
+ - Move docstring format to Numpy-style
14
+
15
+ - Move from reStructuredText to Markdown (via recommonmark). The master plan is to eliminate
16
+ docutils and sphinx as a bottleneck completely in favor of something else (e.g. gatsby with
17
+ a source that inspects our modules and can source intersphinx)
18
+
19
+ - Move from RTD to GitHub Action, full support of poetry extras packages, deploys straight to
20
+ S3 and CloudFront
21
+
11
22
## libvcs 0.4.4 (2020-08-05)
12
23
13
24
- `268` `libvcs.base.BaseRepo`:
You can’t perform that action at this time.
0 commit comments