File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- 0.0.3 - tbd
4
+ 0.0.3 - 11.12.2019
5
5
--------------------------------------------------------------------------------
6
6
7
- **Fix **
7
+ **Added **
8
8
9
9
#. `#5 <https://github.com/moremoban/gitfs2/issues/5 >`_: support offline
10
10
#. `#7 <https://github.com/moremoban/gitfs2/issues/7 >`_: add license text
11
11
12
12
0.0.2 - 2.10.2019
13
13
--------------------------------------------------------------------------------
14
14
15
- **Fix **
15
+ **Fixed **
16
16
17
17
#. `#4 <https://github.com/moremoban/gitfs2/issues/4 >`_: failed to checkout more
18
18
than one git repo.
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ name: gitfs2
2
2
organisation : moremoban
3
3
releases :
4
4
- changes :
5
- - action : Fix
5
+ - action : Added
6
6
details :
7
7
- " `#5`: support offline"
8
8
- " `#7`: add license text"
9
9
version : 0.0.3
10
- date : tbd
10
+ date : 11.12.2019
11
11
- changes :
12
- - action : Fix
12
+ - action : Fixed
13
13
details :
14
14
- " `#4`: failed to checkout more than one git repo."
15
15
version : 0.0.2
Original file line number Diff line number Diff line change 59
59
# Add any paths that contain custom static files (such as style sheets) here,
60
60
# relative to this directory. They are copied after the builtin static files,
61
61
# so a file named "default.css" will overwrite the builtin "default.css".
62
- html_static_path = ['static' ]
62
+ html_static_path = ['static' ]
You can’t perform that action at this time.
0 commit comments