@@ -8,7 +8,7 @@ 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
11
+ - [refactor] [#267] overhaul docs
12
12
13
13
- Move sphinx api format to Numpy-style
14
14
@@ -18,13 +18,20 @@ in pre-1.0 builds.
18
18
19
19
- Move from RTD to GitHub Action, full support of poetry extras packages, deploys straight to
20
20
S3 and CloudFront
21
+ - [#270] Build and publish packages via poetry
22
+ - [#270] Overhaul development docs
23
+
24
+ [#270]: https://github.com/vcs-python/libvcs/pull/270
25
+ [#267]: https://github.com/vcs-python/libvcs/pull/267
21
26
22
27
## libvcs 0.4.4 (2020-08-05)
23
28
24
- - ` 268` `libvcs.base.BaseRepo`:
29
+ - [# 268] `libvcs.base.BaseRepo`:
25
30
- no longer sets `**kwargs` to dictionary on the object
26
31
- remove `__slot__` and rename `name` attribute to `repo_name`
27
32
33
+ [#268]: https://github.com/vcs-python/libvcs/pull/268
34
+
28
35
## libvcs 0.4.3 (2020-08-01)
29
36
30
37
- \[bug\] `libvcs.git.extract_status()` Fix issue capturing branch
@@ -112,12 +119,14 @@ avoid implicit behavior.
112
119
## libvcs 0.3.1 (2020-07-25)
113
120
114
121
- Fix issue with subprocess.Popen loud warning on Python 3.8
115
- - ` 296` - Move from Pipfile to poetry
122
+ - [# 296] - Move from Pipfile to poetry
116
123
- Sort imports
117
124
- Add isort package, isort configuration in setup.cfg, and
118
125
`make isort` task to Makefile.
119
126
- Add `project_urls` to setup.py
120
127
128
+ [#296] https://github.com/vcs-python/libvcs/pull/296
129
+
121
130
## libvcs 0.3.0 (2018-03-12)
122
131
123
132
- Move vcspull to the vcs-python organization
@@ -137,8 +146,9 @@ avoid implicit behavior.
137
146
138
147
## libvcs 0.2.2 (2016-11-23)
139
148
140
- - Fix bug with unused `support` module in vcspull. See
141
- [\#43](https://github.com/vcs-python/vcspull/issues/43)
149
+ - Fix bug with unused `support` module in vcspull. See [vcspull#43]
150
+
151
+ [vcspull#43]: https://github.com/vcs-python/vcspull/pull/43
142
152
143
153
## libvcs 0.2.1 (2016-09-13)
144
154
@@ -150,11 +160,14 @@ avoid implicit behavior.
150
160
151
161
## libvcs 0.2.0 (2016-06-24)
152
162
153
- - `9` Support for `progress_callback` to use realtime output from
163
+ - [#9] Support for `progress_callback` to use realtime output from
154
164
commands in progress (such as `git fetch`).
155
- - `9` More tests, internal factoring and documentation, thanks @jcfr
156
- - `9` Official support for pypy, pypy3
157
- - `11` : Fix unbound local when updating git repos
165
+ - [#9] More tests, internal factoring and documentation, thanks @jcfr
166
+ - [#9] Official support for pypy, pypy3
167
+ - [#11] : Fix unbound local when updating git repos
168
+
169
+ [#9]: https://github.com/vcs-python/libvcs/pull/9
170
+ [#11]: https://github.com/vcs-python/libvcs/pull/11
158
171
159
172
## libvcs 0.1.7 (2016-06-21)
160
173
0 commit comments