From 7f6b83d3b98fcbcebcb10b66f656bc85ecb57210 Mon Sep 17 00:00:00 2001 From: Glenn Jackman Date: Sun, 3 Nov 2024 11:12:11 -0500 Subject: [PATCH 1/2] Bump version to v.3.5.3 --- CHANGELOG.md | 5 +++++ cmd/version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b12f04f2c..475380923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ The exercism CLI follows [semantic versioning](http://semver.org/). - **Your contribution here** +## v3.5.3 (2024-11-03) + +- [#1178](https://github.com/exercism/cli/pull/1178) Add arm64-assembly test configuration [@keiravillekode] +- [#1177](https://github.com/exercism/cli/pull/1177) refactored exercism.io links to exercism.org [@ladokp] + ## v3.5.2 (2024-10-09) - [#1174](https://github.com/exercism/cli/pull/1174) Fix an issue with `exercism completion bash` where the command name is not present in the completion output. - [@petrem] diff --git a/cmd/version.go b/cmd/version.go index 73a20bf04..bac407e01 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -9,7 +9,7 @@ import ( // Version is the version of the current build. // It follows semantic versioning. -const Version = "3.5.2" +const Version = "3.5.3" // checkLatest flag for version command. var checkLatest bool From bb5520c6d8e0030253c52efa2256b156af84e221 Mon Sep 17 00:00:00 2001 From: Glenn Jackman Date: Sun, 3 Nov 2024 11:39:49 -0500 Subject: [PATCH 2/2] add yamlscript pr --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 475380923..d88ba59e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The exercism CLI follows [semantic versioning](http://semver.org/). - [#1178](https://github.com/exercism/cli/pull/1178) Add arm64-assembly test configuration [@keiravillekode] - [#1177](https://github.com/exercism/cli/pull/1177) refactored exercism.io links to exercism.org [@ladokp] +- [#1165](https://github.com/exercism/cli/pull/1165) Add support for the YAMLScript language [@ingydotnet] ## v3.5.2 (2024-10-09)