Skip to content

Commit

Permalink
chore(release): 0.20.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.20.0](v0.19.0...v0.20.0) (2024-11-01)

### Features

* indexed access for columns and rows ([#1252](#1252)) ([896165a](896165a))
* show default values of parameters in signature help ([#1251](#1251)) ([ff8fa13](ff8fa13)), closes [#1147](#1147)
  • Loading branch information
semantic-release-bot committed Nov 1, 2024
1 parent 896165a commit 28308ae
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/safe-ds-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-ds/cli",
"version": "0.19.0",
"version": "0.20.0",
"description": "A command line interface for the Safe-DS DSL.",
"author": {
"name": "Lars Reimann",
Expand Down
7 changes: 7 additions & 0 deletions packages/safe-ds-lang/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.20.0](https://github.com/Safe-DS/DSL/compare/v0.19.0...v0.20.0) (2024-11-01)

### Features

* indexed access for columns and rows ([#1252](https://github.com/Safe-DS/DSL/issues/1252)) ([896165a](https://github.com/Safe-DS/DSL/commit/896165abdc30f38c3ad99f171f7187de4965d351))
* show default values of parameters in signature help ([#1251](https://github.com/Safe-DS/DSL/issues/1251)) ([ff8fa13](https://github.com/Safe-DS/DSL/commit/ff8fa135ada4710c460cf1e9b8e24f12b88bf916)), closes [#1147](https://github.com/Safe-DS/DSL/issues/1147)

## [0.19.0](https://github.com/Safe-DS/DSL/compare/v0.18.0...v0.19.0) (2024-10-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-ds-lang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-ds/lang",
"version": "0.19.0",
"version": "0.20.0",
"description": "A language server for the Safe-DS DSL.",
"author": {
"name": "Lars Reimann",
Expand Down
7 changes: 7 additions & 0 deletions packages/safe-ds-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.20.0](https://github.com/Safe-DS/DSL/compare/v0.19.0...v0.20.0) (2024-11-01)

### Features

* indexed access for columns and rows ([#1252](https://github.com/Safe-DS/DSL/issues/1252)) ([896165a](https://github.com/Safe-DS/DSL/commit/896165abdc30f38c3ad99f171f7187de4965d351))
* show default values of parameters in signature help ([#1251](https://github.com/Safe-DS/DSL/issues/1251)) ([ff8fa13](https://github.com/Safe-DS/DSL/commit/ff8fa135ada4710c460cf1e9b8e24f12b88bf916)), closes [#1147](https://github.com/Safe-DS/DSL/issues/1147)

## [0.19.0](https://github.com/Safe-DS/DSL/compare/v0.18.0...v0.19.0) (2024-10-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-ds-vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safe-ds",
"version": "0.19.0",
"version": "0.20.0",
"private": true,
"description": "Statically checked Data Science programs.",
"author": {
Expand Down

0 comments on commit 28308ae

Please sign in to comment.