Skip to content

Commit 96b9ad0

Browse files
authored
Merge branch 'master' into development
2 parents 5dd38be + 904a692 commit 96b9ad0

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

doc/releases.rst

+20-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
..
44
The following command allows to retrieve all commiters since a specified
55
commit. From https://stackoverflow.com/questions/6482436/list-of-authors-in-git-since-a-given-commit
6-
git log 25d680d4e9520a661aae48ea4c7295c663b64df3.. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'
6+
git log 275d0d6b20d16822252d8b50bf71b1c787187f09.. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'
77
88
========
99
Releases
@@ -41,6 +41,16 @@ Contributors v0.13.0
4141
* bitsbuffer
4242
* Francisco Rivera Valverde
4343

44+
Version 0.12.8
45+
==============
46+
47+
* MAINT #1183: Introduce an upper bound on the dask version to retain compatibility with SMAC3.
48+
49+
Contributors v0.12.8
50+
********************
51+
52+
* Eddie Bergman
53+
4454
Version 0.12.7
4555
==============
4656

@@ -58,6 +68,15 @@ Version 0.12.7
5868
Contributors v0.12.7
5969
********************
6070

71+
* Francisco Rivera Valverde
72+
* Matthias Feurer
73+
* JJ Ben-Joseph
74+
* Isaac Chung
75+
* Katharina Eggensperger
76+
* bitsbuffer
77+
* Eddie Bergman
78+
* olehb007
79+
6180
Version 0.12.6
6281
==============
6382

0 commit comments

Comments
 (0)