Skip to content

Commit

Permalink
chore(release): 0.19.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.19.0](v0.18.0...v0.19.0) (2024-10-31)

### Features

* allow use of operators for cells ([#1247](#1247)) ([2930357](2930357)), closes [#1165](#1165)
* show "print" code lens for some nullable types ([#1248](#1248)) ([492120c](492120c))

### Bug Fixes

* generate code for receivers outside of block lambdas ([#1246](#1246)) ([0d27e33](0d27e33))
  • Loading branch information
semantic-release-bot committed Oct 31, 2024
1 parent 492120c commit a3a907a
Show file tree
Hide file tree
Showing 6 changed files with 28 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.18.0",
"version": "0.19.0",
"description": "A command line interface for the Safe-DS DSL.",
"author": {
"name": "Lars Reimann",
Expand Down
11 changes: 11 additions & 0 deletions packages/safe-ds-lang/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.19.0](https://github.com/Safe-DS/DSL/compare/v0.18.0...v0.19.0) (2024-10-31)

### Features

* allow use of operators for cells ([#1247](https://github.com/Safe-DS/DSL/issues/1247)) ([2930357](https://github.com/Safe-DS/DSL/commit/293035736994f56fadba58e594ce2f1dec0c6e8b)), closes [#1165](https://github.com/Safe-DS/DSL/issues/1165)
* show "print" code lens for some nullable types ([#1248](https://github.com/Safe-DS/DSL/issues/1248)) ([492120c](https://github.com/Safe-DS/DSL/commit/492120ccc6706345d9a3e3058ffb148b6b2ac665))

### Bug Fixes

* generate code for receivers outside of block lambdas ([#1246](https://github.com/Safe-DS/DSL/issues/1246)) ([0d27e33](https://github.com/Safe-DS/DSL/commit/0d27e33e198e9a1d21169dc5a2e66fbe61428e09))

## [0.18.0](https://github.com/Safe-DS/DSL/compare/v0.17.0...v0.18.0) (2024-09-25)

### 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.18.0",
"version": "0.19.0",
"description": "A language server for the Safe-DS DSL.",
"author": {
"name": "Lars Reimann",
Expand Down
11 changes: 11 additions & 0 deletions packages/safe-ds-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.19.0](https://github.com/Safe-DS/DSL/compare/v0.18.0...v0.19.0) (2024-10-31)

### Features

* allow use of operators for cells ([#1247](https://github.com/Safe-DS/DSL/issues/1247)) ([2930357](https://github.com/Safe-DS/DSL/commit/293035736994f56fadba58e594ce2f1dec0c6e8b)), closes [#1165](https://github.com/Safe-DS/DSL/issues/1165)
* show "print" code lens for some nullable types ([#1248](https://github.com/Safe-DS/DSL/issues/1248)) ([492120c](https://github.com/Safe-DS/DSL/commit/492120ccc6706345d9a3e3058ffb148b6b2ac665))

### Bug Fixes

* generate code for receivers outside of block lambdas ([#1246](https://github.com/Safe-DS/DSL/issues/1246)) ([0d27e33](https://github.com/Safe-DS/DSL/commit/0d27e33e198e9a1d21169dc5a2e66fbe61428e09))

## [0.18.0](https://github.com/Safe-DS/DSL/compare/v0.17.0...v0.18.0) (2024-09-25)

### 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.18.0",
"version": "0.19.0",
"private": true,
"description": "Statically checked Data Science programs.",
"author": {
Expand Down

0 comments on commit a3a907a

Please sign in to comment.