Skip to content

Commit

Permalink
chore(release): 0.16.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.16.0](v0.15.0...v0.16.0) (2024-05-16)

### Features

* eda plot view ([#1161](#1161)) ([a216743](a216743)), closes [#955](#955) [#986](#986)
* integrate version 0.25.0 of the `safe-ds` Python library ([#1174](#1174)) ([f357c38](f357c38))
* prefix keywords with `^` to treat them as identifiers ([#1172](#1172)) ([90bd47c](90bd47c))

### Bug Fixes

* potential stack overflow when computing types of lambda parameters ([#1173](#1173)) ([d89511e](d89511e))
  • Loading branch information
semantic-release-bot committed May 16, 2024
1 parent f357c38 commit 5186b2b
Show file tree
Hide file tree
Showing 6 changed files with 34 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.15.0",
"version": "0.16.0",
"description": "A command line interface for the Safe-DS DSL.",
"author": {
"name": "Lars Reimann",
Expand Down
14 changes: 14 additions & 0 deletions packages/safe-ds-lang/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.16.0](https://github.com/Safe-DS/DSL/compare/v0.15.0...v0.16.0) (2024-05-16)


### Features

* eda plot view ([#1161](https://github.com/Safe-DS/DSL/issues/1161)) ([a216743](https://github.com/Safe-DS/DSL/commit/a216743b8f0d8b70f9ceae647ae46698e1a7dfad)), closes [#955](https://github.com/Safe-DS/DSL/issues/955) [#986](https://github.com/Safe-DS/DSL/issues/986)
* integrate version 0.25.0 of the `safe-ds` Python library ([#1174](https://github.com/Safe-DS/DSL/issues/1174)) ([f357c38](https://github.com/Safe-DS/DSL/commit/f357c38c28cc8eb941fa945cf5df39fedfc79683))
* prefix keywords with `^` to treat them as identifiers ([#1172](https://github.com/Safe-DS/DSL/issues/1172)) ([90bd47c](https://github.com/Safe-DS/DSL/commit/90bd47c9f51b14427bf74610fd09225b773c168f))


### Bug Fixes

* potential stack overflow when computing types of lambda parameters ([#1173](https://github.com/Safe-DS/DSL/issues/1173)) ([d89511e](https://github.com/Safe-DS/DSL/commit/d89511eb112f24ec5ae70219d6c9d683cad02c57))

## [0.15.0](https://github.com/Safe-DS/DSL/compare/v0.14.1...v0.15.0) (2024-05-09)


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


### Features

* eda plot view ([#1161](https://github.com/Safe-DS/DSL/issues/1161)) ([a216743](https://github.com/Safe-DS/DSL/commit/a216743b8f0d8b70f9ceae647ae46698e1a7dfad)), closes [#955](https://github.com/Safe-DS/DSL/issues/955) [#986](https://github.com/Safe-DS/DSL/issues/986)
* integrate version 0.25.0 of the `safe-ds` Python library ([#1174](https://github.com/Safe-DS/DSL/issues/1174)) ([f357c38](https://github.com/Safe-DS/DSL/commit/f357c38c28cc8eb941fa945cf5df39fedfc79683))
* prefix keywords with `^` to treat them as identifiers ([#1172](https://github.com/Safe-DS/DSL/issues/1172)) ([90bd47c](https://github.com/Safe-DS/DSL/commit/90bd47c9f51b14427bf74610fd09225b773c168f))


### Bug Fixes

* potential stack overflow when computing types of lambda parameters ([#1173](https://github.com/Safe-DS/DSL/issues/1173)) ([d89511e](https://github.com/Safe-DS/DSL/commit/d89511eb112f24ec5ae70219d6c9d683cad02c57))

## [0.15.0](https://github.com/Safe-DS/DSL/compare/v0.14.1...v0.15.0) (2024-05-09)


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

0 comments on commit 5186b2b

Please sign in to comment.