Skip to content

Commit

Permalink
Bump version to 0.0.60
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw committed Oct 26, 2024
1 parent d01cd9a commit 9f32a08
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/sphinx/source/strictdoc_03_development_plan.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ The following diagram contains the work items at the epic and single task levels
:class: image
:width: 100%


Verification
============

Expand Down
11 changes: 11 additions & 0 deletions docs/sphinx/source/strictdoc_04_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ $$$$$$$$$$$$$

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>`_.

0.0.60 (2024-10-26)
===================

This is a bugfix release with several fixes:

- 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]

- Search Screen: Prevent query failure when node is missing requested field [@mplum]

- Project Statistics: Fix generated search URLs for project statistics [@haxtibal]

0.0.59 (2024-10-13)
===================

Expand Down
16 changes: 16 additions & 0 deletions docs/strictdoc_04_release_notes.sdoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ STATEMENT: >>>
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>`_.
<<<

[SECTION]
TITLE: 0.0.60 (2024-10-26)

[TEXT]
STATEMENT: >>>
This is a bugfix release with several fixes:

- 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]

- Search Screen: Prevent query failure when node is missing requested field [@mplum]

- Project Statistics: Fix generated search URLs for project statistics [@haxtibal]
<<<

[/SECTION]

[SECTION]
TITLE: 0.0.59 (2024-10-13)

Expand Down
2 changes: 1 addition & 1 deletion strictdoc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from strictdoc.core.environment import SDocRuntimeEnvironment

__version__ = "0.0.59"
__version__ = "0.0.60"


environment = SDocRuntimeEnvironment(__file__)

0 comments on commit 9f32a08

Please sign in to comment.