Skip to content

Commit b5380d2

Browse files
chore(release): 0.21.1 [skip ci]
## [0.21.1](v0.21.0...v0.21.1) (2024-11-05) ### Bug Fixes * use correct link syntax in stubs ([#1257](#1257)) ([6c51c12](6c51c12))
1 parent 6c51c12 commit b5380d2

6 files changed

Lines changed: 18 additions & 6 deletions

File tree

package-lock.json

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

packages/safe-ds-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@safe-ds/cli",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"description": "A command line interface for the Safe-DS DSL.",
55
"author": {
66
"name": "Lars Reimann",

packages/safe-ds-lang/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.21.1](https://github.com/Safe-DS/DSL/compare/v0.21.0...v0.21.1) (2024-11-05)
2+
3+
### Bug Fixes
4+
5+
* use correct link syntax in stubs ([#1257](https://github.com/Safe-DS/DSL/issues/1257)) ([6c51c12](https://github.com/Safe-DS/DSL/commit/6c51c12fe4f9691e5fd1e83dbf6fe2ca0cbf8c11))
6+
17
## [0.21.0](https://github.com/Safe-DS/DSL/compare/v0.20.0...v0.21.0) (2024-11-02)
28

39
### Features

packages/safe-ds-lang/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@safe-ds/lang",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"description": "A language server for the Safe-DS DSL.",
55
"author": {
66
"name": "Lars Reimann",

packages/safe-ds-vscode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.21.1](https://github.com/Safe-DS/DSL/compare/v0.21.0...v0.21.1) (2024-11-05)
2+
3+
### Bug Fixes
4+
5+
* use correct link syntax in stubs ([#1257](https://github.com/Safe-DS/DSL/issues/1257)) ([6c51c12](https://github.com/Safe-DS/DSL/commit/6c51c12fe4f9691e5fd1e83dbf6fe2ca0cbf8c11))
6+
17
## [0.21.0](https://github.com/Safe-DS/DSL/compare/v0.20.0...v0.21.0) (2024-11-02)
28

39
### Features

packages/safe-ds-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "safe-ds",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"private": true,
55
"description": "Statically checked Data Science programs.",
66
"author": {

0 commit comments

Comments
 (0)