@@ -4,53 +4,60 @@ Changelog
4
4
5
5
Here are the changes for libvcs.
6
6
7
- - :support: ` - ` Sort imports
8
- - :support: ` - ` Add isort package, isort configuration in setup.cfg, and
7
+ - Sort imports
8
+ - Add isort package, isort configuration in setup.cfg, and
9
9
``make isort `` task to Makefile.
10
10
11
- - :release: `0.3.0 <2018-03-12> `
12
- - :support: `- ` Move vcspull to the vcs-python organization
13
- - :bug: `- ` Fix issue where VCS objects failed to set attribute in Ubuntu
11
+ 0.3.0 <2018-03-12>
12
+ ------------------
13
+ - Move vcspull to the vcs-python organization
14
+ - Fix issue where VCS objects failed to set attribute in Ubuntu
14
15
18.04.
15
16
16
- - :release: `0.2.3 <2016-12-22> `
17
- - :support: `- ` Update documentation to point to libvcs.git-pull.com
18
- - :support: `- ` Switch doc theme to alabaster
19
- - :support: `- ` Pin and update libraries via pyup
17
+ 0.2.3 <2016-12-22>
18
+ ------------------
19
+ - Update documentation to point to libvcs.git-pull.com
20
+ - Switch doc theme to alabaster
21
+ - Pin and update libraries via pyup
20
22
- update vulture 0.8.1 to 0.11
21
23
- update flake8 from 2.5.4 to 3.2.1
22
24
- update pytest-mock from 1.4.0 to 1.5.0
23
25
- update pytest from 3.0.4 to 3.0.5
24
26
- pin alabaster to 0.7.9
25
27
- pin sphinx to 1.5.1
26
28
27
- - :release: `0.2.2 <2016-11-23> `
28
- - :bug: `- ` Fix bug with unused ``support `` module in vcspull. See `#43 `_
29
+ 0.2.2 <2016-11-23>
30
+ ------------------
31
+ - Fix bug with unused ``support `` module in vcspull. See `#43 `_
29
32
30
- - :release: `0.2.1 <2016-09-13> `
31
- - :support: `- ` Update pytest to 3.0.2, remove unused pytest-raisesregexp
33
+ 0.2.1 <2016-09-13>
34
+ ------------------
35
+ - Update pytest to 3.0.2, remove unused pytest-raisesregexp
32
36
dependency.
33
- - :bug: ` - ` Fix bug in ``which `` when executable is not found. Allow
37
+ - Fix bug in ``which `` when executable is not found. Allow
34
38
specifying search paths manually.
35
- - :support: ` - ` Better support for missing VCS when testing on git and
39
+ - Better support for missing VCS when testing on git and
36
40
subversion.
37
41
38
- - :release: `0.2.0 <2016-06-24> `
39
- - :feature: `9 ` Support for ``progress_callback `` to use realtime output
42
+ 0.2.0 <2016-06-24>
43
+ ------------------
44
+ - :issue: `9 ` Support for ``progress_callback `` to use realtime output
40
45
from commands in progress (such as ``git fetch ``).
41
- - :support : `9 ` More tests, internal factoring and documentation, thanks
46
+ - :issue : `9 ` More tests, internal factoring and documentation, thanks
42
47
@jcfr
43
- - :support : `9 ` Official support for pypy, pypy3
44
- - :bug : `11 `: Fix unbound local when updating git repos
48
+ - :issue : `9 ` Official support for pypy, pypy3
49
+ - :issue : `11 ` : Fix unbound local when updating git repos
45
50
46
- - :release: `0.1.7 <2016-06-21> `
47
- - :feature: `7 ` Add ``check_returncode `` property to run, thanks @jcfr
48
- - :support: `8 ` Remove all cases of ``run_buffered `` / buffering from
51
+ 0.1.7 <2016-06-21>
52
+ ------------------
53
+ - :issue: `7 ` Add ``check_returncode `` property to run, thanks @jcfr
54
+ - :issue: `8 ` Remove all cases of ``run_buffered `` / buffering from
49
55
the library.
50
56
51
- - :release: `0.1.6 <2016-06-21> `
52
- - :support: `5 ` Remove colorama dependency
53
- - :support: `6 ` Remove log module. Logging defaults.
57
+ 0.1.6 <2016-06-21>
58
+ ------------------
59
+ - :issue: `5 ` Remove colorama dependency
60
+ - :issue: `6 ` Remove log module. Logging defaults.
54
61
55
62
The library user can still use formatters and set log levels,
56
63
for an example, see the vcspull logging setup.
@@ -82,30 +89,35 @@ Here are the changes for libvcs.
82
89
vcslogger.addHandler(repo_channel)
83
90
vcslogger.setLevel(level)
84
91
85
- - :release: `0.1.5 <2016-06-21> `
92
+ 0.1.5 <2016-06-21>
93
+ ------------------
86
94
- Fix issue where repo context wouldn't pass to repo logging
87
95
adapter
88
96
89
- - :release: `0.1.4 <2016-06-20> `
97
+ 0.1.4 <2016-06-20>
98
+ ------------------
90
99
- Fix print_stdout_on_progress_end signature in git update
91
100
92
- - :release: `0.1.3 <2016-06-20> `
101
+ 0.1.3 <2016-06-20>
102
+ ------------------
93
103
- ``create_repo `` function for regular vcs urls
94
104
- API docs updated
95
105
96
- - :release: `0.1.2 <2016-06-20> `
106
+ 0.1.2 <2016-06-20>
107
+ ------------------
97
108
- change signature on ``create_repo_from_pip_url `` to accept
98
109
``pip_url `` insetad of ``url ``.
99
110
- ``Base `` to accept ``repo_dir `` instead of ``name `` and
100
111
``parent_dir ``.
101
112
102
- - :release: `0.1.1 <2016-06-20> `
113
+ 0.1.1 <2016-06-20>
114
+ ------------------
103
115
- remove unneeded pyyaml, kaptan and click dependencies
104
116
105
- - :release: `0.1.0 <2016-06-20> `
117
+ 0.1.0 <2016-06-20>
118
+ ------------------
106
119
- libvcs split from `vcspull `_
107
120
108
-
109
121
.. _vcspull : https://github.com/vcs-python/vcspull
110
122
.. _#43 : https://github.com/vcs-python/vcspull/issues/43
111
123
0 commit comments