Skip to content

Commit 0a41ce4

Browse files
committed
Moved development release notes to release notes for v1.0.0
1 parent 5acce5c commit 0a41ce4

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ This section serves as an introduction for developers who are interested in main
2727

2828
Release Notes
2929
-------------
30-
* [ReleaseNotes (development)](docs/release-notes-dev.md)
30+
* [ReleaseNotes (development)](docs/release-notes/release-notes-dev.md)
31+
* [ReleaseNotes (v1.0.0)](docs/release-notes/release-notes-v1_0_0.md)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Release Notes (Development)
2+
===========================
3+
4+
Changes merged into master
5+
--------------------------
6+
| Jira Task | GitHub Issue | Type | Description |
7+
|-----------|--------------|------|-------------|
8+
9+
10+
Change Types:
11+
* Major - Backward incompatible change
12+
* Minor - Backward compatible change in API/functionality
13+
* Patch - Bug fix, no change in functionality
14+

docs/release-notes-dev.md renamed to docs/release-notes/release-notes-v1_0_0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Release Notes (Development)
1+
Release Notes (v1.0.0)
22
===========================
33

4-
Changes merged into master
5-
--------------------------
4+
Summary of all changes
5+
----------------------
66
| Jira Task | GitHub Issue | Type | Description |
77
|-----------|--------------|------|-------------|
88
| I04_1-143 | [#8](https://github.com/DiamondLightSource/PuckBarcodeReader/issues/8) | Patch | Ghost subprocesses closed when exiting application |

0 commit comments

Comments
 (0)