Skip to content

Commit 6fbbb99

Browse files
committed
Merge remote-tracking branch 'origin/main' into merge-main-in-develop
2 parents 54ef04d + 4e3e5bb commit 6fbbb99

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

js/config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ loadRespecWithConfiguration({
9393
],
9494
github: "https://github.com/Logius-standaarden/API-Design-Rules",
9595
pubDomain: "api",
96-
publishDate: "2025-02-17",
97-
publishVersion: "2.0.2",
98-
previousPublishDate: "2025-01-07",
99-
previousPublishVersion: "2.0.1",
96+
publishDate: "2025-08-27",
97+
publishVersion: "2.1.0",
98+
previousPublishDate: "2025-02-17",
99+
previousPublishVersion: "2.0.2",
100100
shortName: "adr",
101101
specStatus: "WV",
102102
specType: "ST",

sections/designRules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ servers:
633633
</dd>
634634
<dt>How to test</dt>
635635
<dd>
636-
Parse the `url` field in the `servers` mentioned in the OpenAPI Description to confirm the a version number is present with prefix <code>v</code> and only contains the *major* version number.
636+
Parse the `url` field in the `servers` mentioned in the OpenAPI Description to confirm that a version number is present with prefix <code>v</code> and only contains the *major* version number.
637637
</dd>
638638
</dl>
639639
</div>

sections/sotd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
|------------|----------------------------------------------------------------------|---------------------------------------------------------------------|
33
| 2020-07-09 | [1.0]( https://gitdocumentatie.logius.nl/publicatie/api/adr/1.0) | Initial version based on input from Kennisplatform API's |
44
| 2024-03-07 | [2.0.0](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.0) | Add Geospatial and Transport Security modules |
5+
| 2025-08-27 | [2.1.0](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.1.0) | Add `info.contact` rule and linter configuration |

0 commit comments

Comments
 (0)