From 4fe4daad93dec2ce8e1da464e02753cb6077869c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Apr 2024 17:32:57 +0000 Subject: [PATCH] chore(release): 0.13.0 [skip ci] ## [0.13.0](https://github.com/Safe-DS/DSL/compare/v0.12.0...v0.13.0) (2024-04-24) ### Features * allow schemas in pipeline files ([#1080](https://github.com/Safe-DS/DSL/issues/1080)) ([9508178](https://github.com/Safe-DS/DSL/commit/95081780b408262085410aa51005e5749bc70c6e)), closes [#1077](https://github.com/Safe-DS/DSL/issues/1077) * annotations `@Category` and `@Tags` ([#1061](https://github.com/Safe-DS/DSL/issues/1061)) ([e45a4c9](https://github.com/Safe-DS/DSL/commit/e45a4c97dfc05afaf03064593162c45422da5323)), closes [#1021](https://github.com/Safe-DS/DSL/issues/1021) * check if latest runner is installed ([#1097](https://github.com/Safe-DS/DSL/issues/1097)) ([93432bb](https://github.com/Safe-DS/DSL/commit/93432bb1602a43a99d525ba08dc3076ea95ae7fb)), closes [#1096](https://github.com/Safe-DS/DSL/issues/1096) * do not check whether optional type parameters of classes can be inferred ([#1090](https://github.com/Safe-DS/DSL/issues/1090)) ([31b8a28](https://github.com/Safe-DS/DSL/commit/31b8a2886084a654b1f5483d41faadbb37f5147f)), closes [#1084](https://github.com/Safe-DS/DSL/issues/1084) [#1084](https://github.com/Safe-DS/DSL/issues/1084) * generate nested functions for expression lambdas ([#1062](https://github.com/Safe-DS/DSL/issues/1062)) ([f79fd61](https://github.com/Safe-DS/DSL/commit/f79fd61dbd5abcb8714535468c8b1114b18ea766)) * mark schemas as experimental ([#1089](https://github.com/Safe-DS/DSL/issues/1089)) ([09faaf0](https://github.com/Safe-DS/DSL/commit/09faaf0c58e1718c131ab0f4572f36843e6f6842)), closes [#1078](https://github.com/Safe-DS/DSL/issues/1078) * print values via code lens ([#1072](https://github.com/Safe-DS/DSL/issues/1072)) ([f338023](https://github.com/Safe-DS/DSL/commit/f3380234b68975bc7ccfdced8bbe819ce1732d32)), closes [#1032](https://github.com/Safe-DS/DSL/issues/1032) * run pipeline via code lens ([#1068](https://github.com/Safe-DS/DSL/issues/1068)) ([392154d](https://github.com/Safe-DS/DSL/commit/392154dbe051dd172e81904e2b2cedb39ffd47a1)) * show image via code lens ([#1071](https://github.com/Safe-DS/DSL/issues/1071)) ([bd0946b](https://github.com/Safe-DS/DSL/commit/bd0946b9707798007fd4d80283b57a8e406ff2e6)), closes [#984](https://github.com/Safe-DS/DSL/issues/984) ### Bug Fixes * import error when exploring tables in pipelines that call segments ([#1074](https://github.com/Safe-DS/DSL/issues/1074)) ([e34b3ff](https://github.com/Safe-DS/DSL/commit/e34b3ff071863a56e312805c07aa424aa83fd794)) * pass optional arguments of memoized calls by name ([#1095](https://github.com/Safe-DS/DSL/issues/1095)) ([39d9e5a](https://github.com/Safe-DS/DSL/commit/39d9e5abcbb69f1947bd7526a39a8a913084de5e)), closes [#1087](https://github.com/Safe-DS/DSL/issues/1087) * possible restart loop after installing the runner ([#1073](https://github.com/Safe-DS/DSL/issues/1073)) ([7206d62](https://github.com/Safe-DS/DSL/commit/7206d626a89d65c67798734a4b44dc4ffd3d128c)) * runner not shutting down when extension was closed ([#1094](https://github.com/Safe-DS/DSL/issues/1094)) ([77a0c1f](https://github.com/Safe-DS/DSL/commit/77a0c1fdf56548fe316796781a0575d516c0ba8a)) * stub for `Table.transformColumn` ([#1065](https://github.com/Safe-DS/DSL/issues/1065)) ([aa43316](https://github.com/Safe-DS/DSL/commit/aa43316d01a54aca315c0e63df495eb6e4ffc586)) * type check arguments of annotation calls ([#1060](https://github.com/Safe-DS/DSL/issues/1060)) ([09ca1cf](https://github.com/Safe-DS/DSL/commit/09ca1cfb274491a11cc1ee8b3a5b107353fe2c8d)) --- package-lock.json | 6 +++--- packages/safe-ds-cli/package.json | 2 +- packages/safe-ds-lang/CHANGELOG.md | 25 +++++++++++++++++++++++++ packages/safe-ds-lang/package.json | 2 +- packages/safe-ds-vscode/CHANGELOG.md | 25 +++++++++++++++++++++++++ packages/safe-ds-vscode/package.json | 2 +- 6 files changed, 56 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b253876e8..f7cf3caa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14295,7 +14295,7 @@ }, "packages/safe-ds-cli": { "name": "@safe-ds/cli", - "version": "0.12.0", + "version": "0.13.0", "license": "MIT", "dependencies": { "@safe-ds/lang": ">=0.3.0", @@ -14343,7 +14343,7 @@ }, "packages/safe-ds-lang": { "name": "@safe-ds/lang", - "version": "0.12.0", + "version": "0.13.0", "license": "MIT", "dependencies": { "chevrotain": "^11.0.3", @@ -14368,7 +14368,7 @@ }, "packages/safe-ds-vscode": { "name": "safe-ds", - "version": "0.12.0", + "version": "0.13.0", "license": "MIT", "dependencies": { "semver": "^7.6.0", diff --git a/packages/safe-ds-cli/package.json b/packages/safe-ds-cli/package.json index cf0e66948..fe0dfb8cb 100644 --- a/packages/safe-ds-cli/package.json +++ b/packages/safe-ds-cli/package.json @@ -1,6 +1,6 @@ { "name": "@safe-ds/cli", - "version": "0.12.0", + "version": "0.13.0", "description": "A command line interface for the Safe-DS DSL.", "author": { "name": "Lars Reimann", diff --git a/packages/safe-ds-lang/CHANGELOG.md b/packages/safe-ds-lang/CHANGELOG.md index 703295a23..63217117e 100644 --- a/packages/safe-ds-lang/CHANGELOG.md +++ b/packages/safe-ds-lang/CHANGELOG.md @@ -1,3 +1,28 @@ +## [0.13.0](https://github.com/Safe-DS/DSL/compare/v0.12.0...v0.13.0) (2024-04-24) + + +### Features + +* allow schemas in pipeline files ([#1080](https://github.com/Safe-DS/DSL/issues/1080)) ([9508178](https://github.com/Safe-DS/DSL/commit/95081780b408262085410aa51005e5749bc70c6e)), closes [#1077](https://github.com/Safe-DS/DSL/issues/1077) +* annotations `@Category` and `@Tags` ([#1061](https://github.com/Safe-DS/DSL/issues/1061)) ([e45a4c9](https://github.com/Safe-DS/DSL/commit/e45a4c97dfc05afaf03064593162c45422da5323)), closes [#1021](https://github.com/Safe-DS/DSL/issues/1021) +* check if latest runner is installed ([#1097](https://github.com/Safe-DS/DSL/issues/1097)) ([93432bb](https://github.com/Safe-DS/DSL/commit/93432bb1602a43a99d525ba08dc3076ea95ae7fb)), closes [#1096](https://github.com/Safe-DS/DSL/issues/1096) +* do not check whether optional type parameters of classes can be inferred ([#1090](https://github.com/Safe-DS/DSL/issues/1090)) ([31b8a28](https://github.com/Safe-DS/DSL/commit/31b8a2886084a654b1f5483d41faadbb37f5147f)), closes [#1084](https://github.com/Safe-DS/DSL/issues/1084) [#1084](https://github.com/Safe-DS/DSL/issues/1084) +* generate nested functions for expression lambdas ([#1062](https://github.com/Safe-DS/DSL/issues/1062)) ([f79fd61](https://github.com/Safe-DS/DSL/commit/f79fd61dbd5abcb8714535468c8b1114b18ea766)) +* mark schemas as experimental ([#1089](https://github.com/Safe-DS/DSL/issues/1089)) ([09faaf0](https://github.com/Safe-DS/DSL/commit/09faaf0c58e1718c131ab0f4572f36843e6f6842)), closes [#1078](https://github.com/Safe-DS/DSL/issues/1078) +* print values via code lens ([#1072](https://github.com/Safe-DS/DSL/issues/1072)) ([f338023](https://github.com/Safe-DS/DSL/commit/f3380234b68975bc7ccfdced8bbe819ce1732d32)), closes [#1032](https://github.com/Safe-DS/DSL/issues/1032) +* run pipeline via code lens ([#1068](https://github.com/Safe-DS/DSL/issues/1068)) ([392154d](https://github.com/Safe-DS/DSL/commit/392154dbe051dd172e81904e2b2cedb39ffd47a1)) +* show image via code lens ([#1071](https://github.com/Safe-DS/DSL/issues/1071)) ([bd0946b](https://github.com/Safe-DS/DSL/commit/bd0946b9707798007fd4d80283b57a8e406ff2e6)), closes [#984](https://github.com/Safe-DS/DSL/issues/984) + + +### Bug Fixes + +* import error when exploring tables in pipelines that call segments ([#1074](https://github.com/Safe-DS/DSL/issues/1074)) ([e34b3ff](https://github.com/Safe-DS/DSL/commit/e34b3ff071863a56e312805c07aa424aa83fd794)) +* pass optional arguments of memoized calls by name ([#1095](https://github.com/Safe-DS/DSL/issues/1095)) ([39d9e5a](https://github.com/Safe-DS/DSL/commit/39d9e5abcbb69f1947bd7526a39a8a913084de5e)), closes [#1087](https://github.com/Safe-DS/DSL/issues/1087) +* possible restart loop after installing the runner ([#1073](https://github.com/Safe-DS/DSL/issues/1073)) ([7206d62](https://github.com/Safe-DS/DSL/commit/7206d626a89d65c67798734a4b44dc4ffd3d128c)) +* runner not shutting down when extension was closed ([#1094](https://github.com/Safe-DS/DSL/issues/1094)) ([77a0c1f](https://github.com/Safe-DS/DSL/commit/77a0c1fdf56548fe316796781a0575d516c0ba8a)) +* stub for `Table.transformColumn` ([#1065](https://github.com/Safe-DS/DSL/issues/1065)) ([aa43316](https://github.com/Safe-DS/DSL/commit/aa43316d01a54aca315c0e63df495eb6e4ffc586)) +* type check arguments of annotation calls ([#1060](https://github.com/Safe-DS/DSL/issues/1060)) ([09ca1cf](https://github.com/Safe-DS/DSL/commit/09ca1cfb274491a11cc1ee8b3a5b107353fe2c8d)) + ## [0.12.0](https://github.com/Safe-DS/DSL/compare/v0.11.0...v0.12.0) (2024-04-18) diff --git a/packages/safe-ds-lang/package.json b/packages/safe-ds-lang/package.json index 63718c962..d2f2f38af 100644 --- a/packages/safe-ds-lang/package.json +++ b/packages/safe-ds-lang/package.json @@ -1,6 +1,6 @@ { "name": "@safe-ds/lang", - "version": "0.12.0", + "version": "0.13.0", "description": "A language server for the Safe-DS DSL.", "author": { "name": "Lars Reimann", diff --git a/packages/safe-ds-vscode/CHANGELOG.md b/packages/safe-ds-vscode/CHANGELOG.md index 703295a23..63217117e 100644 --- a/packages/safe-ds-vscode/CHANGELOG.md +++ b/packages/safe-ds-vscode/CHANGELOG.md @@ -1,3 +1,28 @@ +## [0.13.0](https://github.com/Safe-DS/DSL/compare/v0.12.0...v0.13.0) (2024-04-24) + + +### Features + +* allow schemas in pipeline files ([#1080](https://github.com/Safe-DS/DSL/issues/1080)) ([9508178](https://github.com/Safe-DS/DSL/commit/95081780b408262085410aa51005e5749bc70c6e)), closes [#1077](https://github.com/Safe-DS/DSL/issues/1077) +* annotations `@Category` and `@Tags` ([#1061](https://github.com/Safe-DS/DSL/issues/1061)) ([e45a4c9](https://github.com/Safe-DS/DSL/commit/e45a4c97dfc05afaf03064593162c45422da5323)), closes [#1021](https://github.com/Safe-DS/DSL/issues/1021) +* check if latest runner is installed ([#1097](https://github.com/Safe-DS/DSL/issues/1097)) ([93432bb](https://github.com/Safe-DS/DSL/commit/93432bb1602a43a99d525ba08dc3076ea95ae7fb)), closes [#1096](https://github.com/Safe-DS/DSL/issues/1096) +* do not check whether optional type parameters of classes can be inferred ([#1090](https://github.com/Safe-DS/DSL/issues/1090)) ([31b8a28](https://github.com/Safe-DS/DSL/commit/31b8a2886084a654b1f5483d41faadbb37f5147f)), closes [#1084](https://github.com/Safe-DS/DSL/issues/1084) [#1084](https://github.com/Safe-DS/DSL/issues/1084) +* generate nested functions for expression lambdas ([#1062](https://github.com/Safe-DS/DSL/issues/1062)) ([f79fd61](https://github.com/Safe-DS/DSL/commit/f79fd61dbd5abcb8714535468c8b1114b18ea766)) +* mark schemas as experimental ([#1089](https://github.com/Safe-DS/DSL/issues/1089)) ([09faaf0](https://github.com/Safe-DS/DSL/commit/09faaf0c58e1718c131ab0f4572f36843e6f6842)), closes [#1078](https://github.com/Safe-DS/DSL/issues/1078) +* print values via code lens ([#1072](https://github.com/Safe-DS/DSL/issues/1072)) ([f338023](https://github.com/Safe-DS/DSL/commit/f3380234b68975bc7ccfdced8bbe819ce1732d32)), closes [#1032](https://github.com/Safe-DS/DSL/issues/1032) +* run pipeline via code lens ([#1068](https://github.com/Safe-DS/DSL/issues/1068)) ([392154d](https://github.com/Safe-DS/DSL/commit/392154dbe051dd172e81904e2b2cedb39ffd47a1)) +* show image via code lens ([#1071](https://github.com/Safe-DS/DSL/issues/1071)) ([bd0946b](https://github.com/Safe-DS/DSL/commit/bd0946b9707798007fd4d80283b57a8e406ff2e6)), closes [#984](https://github.com/Safe-DS/DSL/issues/984) + + +### Bug Fixes + +* import error when exploring tables in pipelines that call segments ([#1074](https://github.com/Safe-DS/DSL/issues/1074)) ([e34b3ff](https://github.com/Safe-DS/DSL/commit/e34b3ff071863a56e312805c07aa424aa83fd794)) +* pass optional arguments of memoized calls by name ([#1095](https://github.com/Safe-DS/DSL/issues/1095)) ([39d9e5a](https://github.com/Safe-DS/DSL/commit/39d9e5abcbb69f1947bd7526a39a8a913084de5e)), closes [#1087](https://github.com/Safe-DS/DSL/issues/1087) +* possible restart loop after installing the runner ([#1073](https://github.com/Safe-DS/DSL/issues/1073)) ([7206d62](https://github.com/Safe-DS/DSL/commit/7206d626a89d65c67798734a4b44dc4ffd3d128c)) +* runner not shutting down when extension was closed ([#1094](https://github.com/Safe-DS/DSL/issues/1094)) ([77a0c1f](https://github.com/Safe-DS/DSL/commit/77a0c1fdf56548fe316796781a0575d516c0ba8a)) +* stub for `Table.transformColumn` ([#1065](https://github.com/Safe-DS/DSL/issues/1065)) ([aa43316](https://github.com/Safe-DS/DSL/commit/aa43316d01a54aca315c0e63df495eb6e4ffc586)) +* type check arguments of annotation calls ([#1060](https://github.com/Safe-DS/DSL/issues/1060)) ([09ca1cf](https://github.com/Safe-DS/DSL/commit/09ca1cfb274491a11cc1ee8b3a5b107353fe2c8d)) + ## [0.12.0](https://github.com/Safe-DS/DSL/compare/v0.11.0...v0.12.0) (2024-04-18) diff --git a/packages/safe-ds-vscode/package.json b/packages/safe-ds-vscode/package.json index b46187a9a..a506e5e9d 100644 --- a/packages/safe-ds-vscode/package.json +++ b/packages/safe-ds-vscode/package.json @@ -1,6 +1,6 @@ { "name": "safe-ds", - "version": "0.12.0", + "version": "0.13.0", "private": true, "description": "Statically checked Data Science programs.", "author": {