Skip to content

Commit 69c09ae

Browse files
authored
Prepare release of 0.10.0 (#759)
Prepare release of 0.10.0
2 parents d72c601 + 7e4b1bd commit 69c09ae

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/source/changelog.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,39 @@ Version x.x.x
88

99
Release date: TBD
1010

11+
New features
12+
------------
13+
14+
15+
API changes
16+
-----------
17+
18+
19+
Bug fixes
20+
---------
21+
22+
23+
24+
Version 0.10.0
25+
==============
26+
27+
Release date: 2019-08-07
28+
1129
New features
1230
------------
1331
- Increased minimum Python version supported for running `repo2docker` itself
1432
to Python 3.5 in :pr:`684` by :user:`betatim`.
1533
- Support for `Pipfile` and `Pipfile.lock` implemented in :pr:`649` by
1634
:user:`consideratio`.
35+
- Use only conda packages for our base environments in :pr:`728` by
36+
:user:`scottyhq`.
37+
- Fast rebuilds when repo dependencies haven't changed by :user:`minrk` and
38+
:user:`betatim` in :pr:`743`, :pr:`752`, :pr:`718` and :pr:`716`.
39+
- Add support for Zenodo in :pr:`693` by :user:`betatim`.
40+
- Add support for general Invenio repositories in :pr:`704` by :user:`tmorrell`.
41+
- Add support for julia 1.0.4 and 1.1.1 in :pr:`710` by :user:`davidanthoff`.
42+
- Bump Conda from 4.6.14 to 4.7.5 in :pr:`719` by :user:`davidrpugh`.
43+
1744

1845
API changes
1946
-----------
@@ -24,6 +51,7 @@ Bug fixes
2451
in :pr:`676` by :user:`Xarthisius`.
2552
- Add bash to Dockerfile to fix usage of private repos with git-crendential-env in
2653
:pr:`738` by :user:`eexwhyzee`.
54+
- Fix memory limit enforcement in :pr:`677` by :user:`betatim`.
2755

2856

2957
Version 0.9.0

0 commit comments

Comments
 (0)