Skip to content

Commit 2d7e3c5

Browse files
ci(cli): release version 1.43.1 (finos#2563)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ecc44bf commit 2d7e3c5

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

cli/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to the CALM CLI will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.43.1] - 2026-06-03
9+
10+
## [1.43.1](https://github.com/finos/architecture-as-code/compare/cli-v1.43.0...cli-v1.43.1) (2026-06-03)
11+
12+
* Merge branch 'main' into fix/advent-astro-v6-content-collections ([](https://github.com/finos/architecture-as-code/commit/0e6641e511908f7405c95f8c7120b5967149e71e))
13+
14+
### chore
15+
16+
* **deps:** update dependency astro to v6.3.8 ([](https://github.com/finos/architecture-as-code/commit/0290857d1a15729f69dd760b24c9e9836558dd1b)), closes [#2542](https://github.com/finos/architecture-as-code/issues/2542)
17+
* **deps:** update dependency vitest to v4 [security] (#2556) ([](https://github.com/finos/architecture-as-code/commit/ecc44bf42b516ab11631a556cafb1362393607d8)), closes [#2556](https://github.com/finos/architecture-as-code/issues/2556)
18+
19+
### ci
20+
21+
* add PR-time build check for advent website ([](https://github.com/finos/architecture-as-code/commit/59fd0e0ef402b21ece64cc286210924f02453a90))
22+
23+
### fix
24+
25+
* **advent:** migrate content collections to astro v6 loader API ([](https://github.com/finos/architecture-as-code/commit/423658ec7a10d6f78adf133982de69c3892c0b78))
26+
* **advent:** migrate website to Astro v6 content collections + PR build check ([](https://github.com/finos/architecture-as-code/commit/cbc5108764c4a84ad96f135815a50d43ce862ffc))
27+
* **calm-hub-ui:** render ADR detail when decisionOutcome is absent ([](https://github.com/finos/architecture-as-code/commit/041246c169c1a8101a4e11856885d308a476d109))
28+
* **calm-hub-ui:** render ADR detail when decisionOutcome is absent ([](https://github.com/finos/architecture-as-code/commit/eab960166684e98040376c8c831aa07d17dcafc5))
29+
830
## [1.43.0] - 2026-06-01
931

1032
## [1.43.0](https://github.com/finos/architecture-as-code/compare/cli-v1.42.1...cli-v1.43.0) (2026-06-01)

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/calm-cli",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "A set of tools for interacting with the Common Architecture Language Model (CALM)",
55
"homepage": "https://calm.finos.org",
66
"repository": {

0 commit comments

Comments
 (0)