Skip to content

Commit 85e9363

Browse files
committed
fix: v2.0.1
1 parent 69ecf0b commit 85e9363

3 files changed

Lines changed: 4 additions & 11 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ http_file(
6969
urls = ["https://github.com/withered-magic/starpls/releases/download/v0.1.21/starpls-linux-amd64"],
7070
)
7171

72-
bazel_dep(name = "score_process", version = "2.0.0")
72+
bazel_dep(name = "score_process", version = "2.0.1")
7373

7474
# Provide the tools from the devcontainer to Bazel
7575
bazel_dep(name = "score_devcontainer", version = "1.7.0")

MODULE.bazel.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/internals/requirements/requirements.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ Architecture Attributes
769769
:id: tool_req__docs_arch_links
770770
:implemented: PARTIAL
771771
:version: 1
772-
:satisfies:
772+
:satisfies: gd_req__impl_diagram_check_id, gd_req__impl_diagram_linkage_id
773773
:parent_covered: YES
774774

775775
Architectural diagrams (``mod_view_sta``, ``feat_arc_sta``, ``comp_arc_sta``,
@@ -782,13 +782,6 @@ Architecture Attributes
782782
"belongs_to", "corresponding architecture element same level"
783783
"includes", "corresponding architecture element lower level"
784784

785-
.. note::
786-
:need:`tool_req__docs_arch_links` satisfies
787-
``gd_req__impl_diagram_check_id`` and
788-
``gd_req__impl_diagram_linkage_id``,
789-
but those were accidentally removed in process v2.0.0.
790-
See `PR #730 <https://github.com/eclipse-score/process_description/pull/730>`_.
791-
792785

793786
💻 Detailed Design & Code
794787
##########################

0 commit comments

Comments
 (0)