File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed
Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,5 @@ This section serves as an introduction for developers who are interested in main
2929Release Notes
3030-------------
3131* [ ReleaseNotes (development)] ( docs/release-notes/release-notes-dev.md )
32+ * [ ReleaseNotes (v1.1.0)] ( docs/release-notes/release-notes-v1_1_0.md )
3233* [ ReleaseNotes (v1.0.0)] ( docs/release-notes/release-notes-v1_0_0.md )
Original file line number Diff line number Diff line change 1- VERSION = "vX.x.p "
1+ VERSION = "v1.1.0 "
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ Changes merged into master
55--------------------------
66| Jira Task | GitHub Issue | Type | Description |
77| -----------| --------------| ------| -------------|
8- | I04_1-167 | [ #44 ] ( https://github.com/DiamondLightSource/PuckBarcodeReader/issues/44 ) | Minor | Added version number display |
9- | I04_1-152 | [ #48 ] ( https://github.com/DiamondLightSource/PuckBarcodeReader/issues/48 ) | Patch | Fixed missing icons |
10- | I04_1-177 | [ #46 ] ( https://github.com/DiamondLightSource/PuckBarcodeReader/issues/46 ) | Minor | Allow records for duplicate holder barcodes |
11- | I04_1-165 | [ #47 ] ( https://github.com/DiamondLightSource/PuckBarcodeReader/issues/47 ) | Minor | Display holder barcode in records table |
128
139
1410
Original file line number Diff line number Diff line change 1+ Release Notes (v1.1.0)
2+ ===========================
3+
4+ Summary of all changes
5+ ----------------------
6+ | Jira Task | GitHub Issue | Type | Description |
7+ | -----------| --------------| ------| -------------|
8+ | I04_1-167 | [ #44 ] ( https://github.com/DiamondLightSource/PuckBarcodeReader/issues/44 ) | Minor | Added version number display |
9+ | I04_1-152 | [ #48 ] ( https://github.com/DiamondLightSource/PuckBarcodeReader/issues/48 ) | Patch | Fixed missing icons |
10+ | I04_1-177 | [ #46 ] ( https://github.com/DiamondLightSource/PuckBarcodeReader/issues/46 ) | Minor | Allow records for duplicate holder barcodes |
11+ | I04_1-165 | [ #47 ] ( https://github.com/DiamondLightSource/PuckBarcodeReader/issues/47 ) | Minor | Display holder barcode in records table |
12+
13+
14+ Change Types:
15+ * Major - Backward incompatible change
16+ * Minor - Backward compatible change in API/functionality
17+ * Patch - Bug fix, no change in functionality
18+
You can’t perform that action at this time.
0 commit comments