Skip to content

Commit a7b549a

Browse files
authored
Merge pull request #131 from scipp/prepare_0.7
Release 0.7: update version selection menu and release notes
2 parents bf65d92 + d58ed8c commit a7b549a

File tree

2 files changed

+26
-13
lines changed

2 files changed

+26
-13
lines changed

docs/_templates/topbar/launchbuttons.html

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<a class="dropdown-buttons"
1212
href="https://scipp.github.io/ess"><button type="button"
1313
class="btn btn-secondary topbarbtn">latest</button></a>
14+
<a class="dropdown-buttons"
15+
href="https://scipp.github.io/ess/release/0.7.0"><button type="button"
16+
class="btn btn-secondary topbarbtn">v0.7</button></a>
1417
<a class="dropdown-buttons"
1518
href="https://scipp.github.io/ess/release/0.6.0"><button type="button"
1619
class="btn btn-secondary topbarbtn">v0.6</button></a>

docs/about/release-notes.rst

+23-13
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,32 @@
33
Release Notes
44
=============
55

6-
v0.6.0 (April 2022)
7-
-------------------
6+
v0.7.0 (June 2022)
7+
------------------
8+
9+
See full changelog `here <https://github.com/scipp/ess/releases/tag/0.7.0>`_.
810

911
Features
1012
~~~~~~~~
1113

12-
* Added exploratory POWGEN workflow and powder diffraction modules `#113 <https://github.com/scipp/ess/pull/113>`_
14+
* Made ``ess`` compatible with ``scippneutron=0.7`` `#128 <https://github.com/scipp/ess/pull/128>`_.
1315

14-
Breaking changes
15-
~~~~~~~~~~~~~~~~
16+
Contributors
17+
~~~~~~~~~~~~
1618

17-
Bugfixes
18-
~~~~~~~~
19+
Simon Heybrock :sup:`a`\ ,
20+
Neil Vaytet :sup:`a`\ ,
21+
and Jan-Lukas Wynen :sup:`a`
1922

20-
Documentation
21-
~~~~~~~~~~~~~
23+
v0.6.0 (April 2022)
24+
-------------------
2225

23-
Deprecations
24-
~~~~~~~~~~~~
26+
See full changelog `here <https://github.com/scipp/ess/releases/tag/0.6.0>`_.
2527

26-
Stability, Maintainability, and Testing
27-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28+
Features
29+
~~~~~~~~
30+
31+
* Added exploratory POWGEN workflow and powder diffraction modules `#113 <https://github.com/scipp/ess/pull/113>`_
2832

2933
Contributors
3034
~~~~~~~~~~~~
@@ -36,6 +40,8 @@ and Jan-Lukas Wynen :sup:`a`
3640
v0.5.0 (April 2022)
3741
-------------------
3842

43+
See full changelog `here <https://github.com/scipp/ess/releases/tag/0.5.0>`_.
44+
3945
Features
4046
~~~~~~~~
4147

@@ -53,6 +59,8 @@ and Jan-Lukas Wynen :sup:`a`
5359
v0.4.0 (February 2022)
5460
----------------------
5561

62+
See full changelog `here <https://github.com/scipp/ess/releases/tag/0.4.0>`_.
63+
5664
Breaking changes
5765
~~~~~~~~~~~~~~~~
5866

@@ -68,6 +76,8 @@ and Jan-Lukas Wynen :sup:`a`
6876
v0.3.0 (February 2022)
6977
----------------------
7078

79+
See full changelog `here <https://github.com/scipp/ess/releases/tag/0.3.0>`_.
80+
7181
Features
7282
~~~~~~~~
7383

0 commit comments

Comments
 (0)