Skip to content

Commit

Permalink
chore(release): 0.18.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.18.0](v0.17.0...v0.18.0) (2024-09-25)

### Features

* eda history basic setup ([#1212](#1212)) ([597672b](597672b)), closes [#1211](#1211)
* eda refresh outdated view ([#1215](#1215)) ([2295d80](2295d80)), closes [#1214](#1214)
* **eda:** filter by column ([#1217](#1217)) ([77ad26c](77ad26c)), closes [#1216](#1216)
* integrate version 0.28.0 of the `safe-ds` Python library ([#1237](#1237)) ([1b742e7](1b742e7))
* select path for runner when installing ([#1238](#1238)) ([3d9d4db](3d9d4db)), closes [#1144](#1144)

### Bug Fixes

* eda table right click improvements ([#1213](#1213)) ([cf440e3](cf440e3)), closes [#1180](#1180)
  • Loading branch information
semantic-release-bot committed Sep 25, 2024
1 parent 3d9d4db commit f2750bb
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.17.0",
"version": "0.18.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.18.0](https://github.com/Safe-DS/DSL/compare/v0.17.0...v0.18.0) (2024-09-25)

### Features

* eda history basic setup ([#1212](https://github.com/Safe-DS/DSL/issues/1212)) ([597672b](https://github.com/Safe-DS/DSL/commit/597672b6aea59ced375517cf7c03a04b0943e7ce)), closes [#1211](https://github.com/Safe-DS/DSL/issues/1211)
* eda refresh outdated view ([#1215](https://github.com/Safe-DS/DSL/issues/1215)) ([2295d80](https://github.com/Safe-DS/DSL/commit/2295d80f77b88d24bcdc846ff26bb2ca7ac87d83)), closes [#1214](https://github.com/Safe-DS/DSL/issues/1214)
* **eda:** filter by column ([#1217](https://github.com/Safe-DS/DSL/issues/1217)) ([77ad26c](https://github.com/Safe-DS/DSL/commit/77ad26c1dd7691922d31ca0dca9d759828fa6043)), closes [#1216](https://github.com/Safe-DS/DSL/issues/1216)
* integrate version 0.28.0 of the `safe-ds` Python library ([#1237](https://github.com/Safe-DS/DSL/issues/1237)) ([1b742e7](https://github.com/Safe-DS/DSL/commit/1b742e72afe5eb3b12f5465dafda1710ea6f299b))
* select path for runner when installing ([#1238](https://github.com/Safe-DS/DSL/issues/1238)) ([3d9d4db](https://github.com/Safe-DS/DSL/commit/3d9d4db0cbf2dc5b8cdb0893cdef6a114581a87c)), closes [#1144](https://github.com/Safe-DS/DSL/issues/1144)

### Bug Fixes

* eda table right click improvements ([#1213](https://github.com/Safe-DS/DSL/issues/1213)) ([cf440e3](https://github.com/Safe-DS/DSL/commit/cf440e3ca2b2de20536c248792ea4b835e3a6e17)), closes [#1180](https://github.com/Safe-DS/DSL/issues/1180)

## [0.17.0](https://github.com/Safe-DS/DSL/compare/v0.16.1...v0.17.0) (2024-05-29)


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.17.0",
"version": "0.18.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.18.0](https://github.com/Safe-DS/DSL/compare/v0.17.0...v0.18.0) (2024-09-25)

### Features

* eda history basic setup ([#1212](https://github.com/Safe-DS/DSL/issues/1212)) ([597672b](https://github.com/Safe-DS/DSL/commit/597672b6aea59ced375517cf7c03a04b0943e7ce)), closes [#1211](https://github.com/Safe-DS/DSL/issues/1211)
* eda refresh outdated view ([#1215](https://github.com/Safe-DS/DSL/issues/1215)) ([2295d80](https://github.com/Safe-DS/DSL/commit/2295d80f77b88d24bcdc846ff26bb2ca7ac87d83)), closes [#1214](https://github.com/Safe-DS/DSL/issues/1214)
* **eda:** filter by column ([#1217](https://github.com/Safe-DS/DSL/issues/1217)) ([77ad26c](https://github.com/Safe-DS/DSL/commit/77ad26c1dd7691922d31ca0dca9d759828fa6043)), closes [#1216](https://github.com/Safe-DS/DSL/issues/1216)
* integrate version 0.28.0 of the `safe-ds` Python library ([#1237](https://github.com/Safe-DS/DSL/issues/1237)) ([1b742e7](https://github.com/Safe-DS/DSL/commit/1b742e72afe5eb3b12f5465dafda1710ea6f299b))
* select path for runner when installing ([#1238](https://github.com/Safe-DS/DSL/issues/1238)) ([3d9d4db](https://github.com/Safe-DS/DSL/commit/3d9d4db0cbf2dc5b8cdb0893cdef6a114581a87c)), closes [#1144](https://github.com/Safe-DS/DSL/issues/1144)

### Bug Fixes

* eda table right click improvements ([#1213](https://github.com/Safe-DS/DSL/issues/1213)) ([cf440e3](https://github.com/Safe-DS/DSL/commit/cf440e3ca2b2de20536c248792ea4b835e3a6e17)), closes [#1180](https://github.com/Safe-DS/DSL/issues/1180)

## [0.17.0](https://github.com/Safe-DS/DSL/compare/v0.16.1...v0.17.0) (2024-05-29)


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

0 comments on commit f2750bb

Please sign in to comment.