Skip to content

Commit 88e4646

Browse files
authored
Merge pull request #1962 from strictdoc-project/stanislaw/docs
Bump version to 0.0.60
2 parents d01cd9a + 9f32a08 commit 88e4646

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

docs/sphinx/source/strictdoc_03_development_plan.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ The following diagram contains the work items at the epic and single task levels
9696
:class: image
9797
:width: 100%
9898

99-
10099
Verification
101100
============
102101

docs/sphinx/source/strictdoc_04_release_notes.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ $$$$$$$$$$$$$
33

44
This document maintains a record of all changes to StrictDoc since November 2023. It serves as a user-friendly version of the changelog, complementing the automatically generated, commit-by-commit changelog available here: `StrictDoc Changelog <https://github.com/strictdoc-project/strictdoc/blob/main/CHANGELOG.md>`_.
55

6+
0.0.60 (2024-10-26)
7+
===================
8+
9+
This is a bugfix release with several fixes:
10+
11+
- Web UI: Add 'TAG' as a supported fieldtype for requirement nodes. Previously, the UI interface would not open an element with a TAG-based field, raising a NotImplementedError. [@mplum]
12+
13+
- Search Screen: Prevent query failure when node is missing requested field [@mplum]
14+
15+
- Project Statistics: Fix generated search URLs for project statistics [@haxtibal]
16+
617
0.0.59 (2024-10-13)
718
===================
819

docs/strictdoc_04_release_notes.sdoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ STATEMENT: >>>
66
This document maintains a record of all changes to StrictDoc since November 2023. It serves as a user-friendly version of the changelog, complementing the automatically generated, commit-by-commit changelog available here: `StrictDoc Changelog <https://github.com/strictdoc-project/strictdoc/blob/main/CHANGELOG.md>`_.
77
<<<
88

9+
[SECTION]
10+
TITLE: 0.0.60 (2024-10-26)
11+
12+
[TEXT]
13+
STATEMENT: >>>
14+
This is a bugfix release with several fixes:
15+
16+
- Web UI: Add 'TAG' as a supported fieldtype for requirement nodes. Previously, the UI interface would not open an element with a TAG-based field, raising a NotImplementedError. [@mplum]
17+
18+
- Search Screen: Prevent query failure when node is missing requested field [@mplum]
19+
20+
- Project Statistics: Fix generated search URLs for project statistics [@haxtibal]
21+
<<<
22+
23+
[/SECTION]
24+
925
[SECTION]
1026
TITLE: 0.0.59 (2024-10-13)
1127

strictdoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from strictdoc.core.environment import SDocRuntimeEnvironment
22

3-
__version__ = "0.0.59"
3+
__version__ = "0.0.60"
44

55

66
environment = SDocRuntimeEnvironment(__file__)

0 commit comments

Comments
 (0)