Skip to content

Commit

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

### Features

* adjust type cast syntax and restore old precedence ([#1158](#1158)) ([07623fc](07623fc)), closes [#1150](#1150)
* disable "unused" warning for placeholders whose name starts with an underscore ([#1155](#1155)) ([25781a8](25781a8)), closes [#1154](#1154)
* give type casts the lowest precedence ([#1157](#1157)) ([7549fa1](7549fa1)), closes [#1150](#1150)
* integrate version 0.24.0 of the `safe-ds` Python library ([#1162](#1162)) ([1a24a18](1a24a18))
* remove warning that package is empty ([#1159](#1159)) ([b13c5df](b13c5df)), closes [#1153](#1153)
* suggest adding assignment if statement does nothing ([#1156](#1156)) ([11c81b3](11c81b3)), closes [#1142](#1142)
  • Loading branch information
semantic-release-bot committed May 9, 2024
1 parent 1a24a18 commit cfdbc96
Show file tree
Hide file tree
Showing 6 changed files with 30 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.14.1",
"version": "0.15.0",
"description": "A command line interface for the Safe-DS DSL.",
"author": {
"name": "Lars Reimann",
Expand Down
12 changes: 12 additions & 0 deletions packages/safe-ds-lang/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.15.0](https://github.com/Safe-DS/DSL/compare/v0.14.1...v0.15.0) (2024-05-09)


### Features

* adjust type cast syntax and restore old precedence ([#1158](https://github.com/Safe-DS/DSL/issues/1158)) ([07623fc](https://github.com/Safe-DS/DSL/commit/07623fc494a31e43c67b6d5808171c23cfe62d47)), closes [#1150](https://github.com/Safe-DS/DSL/issues/1150)
* disable "unused" warning for placeholders whose name starts with an underscore ([#1155](https://github.com/Safe-DS/DSL/issues/1155)) ([25781a8](https://github.com/Safe-DS/DSL/commit/25781a87740cccd5bfe8bc64ea31e3b18413672b)), closes [#1154](https://github.com/Safe-DS/DSL/issues/1154)
* give type casts the lowest precedence ([#1157](https://github.com/Safe-DS/DSL/issues/1157)) ([7549fa1](https://github.com/Safe-DS/DSL/commit/7549fa17974793b9d3af114d8b843150775b39ee)), closes [#1150](https://github.com/Safe-DS/DSL/issues/1150)
* integrate version 0.24.0 of the `safe-ds` Python library ([#1162](https://github.com/Safe-DS/DSL/issues/1162)) ([1a24a18](https://github.com/Safe-DS/DSL/commit/1a24a18875a3ed80640581ad8292e893bec4467c))
* remove warning that package is empty ([#1159](https://github.com/Safe-DS/DSL/issues/1159)) ([b13c5df](https://github.com/Safe-DS/DSL/commit/b13c5dfbe1b050620f561cde2a2cd35af0ddfc26)), closes [#1153](https://github.com/Safe-DS/DSL/issues/1153)
* suggest adding assignment if statement does nothing ([#1156](https://github.com/Safe-DS/DSL/issues/1156)) ([11c81b3](https://github.com/Safe-DS/DSL/commit/11c81b32f8a279dcc59239150cdea3fe4f75cf42)), closes [#1142](https://github.com/Safe-DS/DSL/issues/1142)

## [0.14.1](https://github.com/Safe-DS/DSL/compare/v0.14.0...v0.14.1) (2024-05-03)


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


### Features

* adjust type cast syntax and restore old precedence ([#1158](https://github.com/Safe-DS/DSL/issues/1158)) ([07623fc](https://github.com/Safe-DS/DSL/commit/07623fc494a31e43c67b6d5808171c23cfe62d47)), closes [#1150](https://github.com/Safe-DS/DSL/issues/1150)
* disable "unused" warning for placeholders whose name starts with an underscore ([#1155](https://github.com/Safe-DS/DSL/issues/1155)) ([25781a8](https://github.com/Safe-DS/DSL/commit/25781a87740cccd5bfe8bc64ea31e3b18413672b)), closes [#1154](https://github.com/Safe-DS/DSL/issues/1154)
* give type casts the lowest precedence ([#1157](https://github.com/Safe-DS/DSL/issues/1157)) ([7549fa1](https://github.com/Safe-DS/DSL/commit/7549fa17974793b9d3af114d8b843150775b39ee)), closes [#1150](https://github.com/Safe-DS/DSL/issues/1150)
* integrate version 0.24.0 of the `safe-ds` Python library ([#1162](https://github.com/Safe-DS/DSL/issues/1162)) ([1a24a18](https://github.com/Safe-DS/DSL/commit/1a24a18875a3ed80640581ad8292e893bec4467c))
* remove warning that package is empty ([#1159](https://github.com/Safe-DS/DSL/issues/1159)) ([b13c5df](https://github.com/Safe-DS/DSL/commit/b13c5dfbe1b050620f561cde2a2cd35af0ddfc26)), closes [#1153](https://github.com/Safe-DS/DSL/issues/1153)
* suggest adding assignment if statement does nothing ([#1156](https://github.com/Safe-DS/DSL/issues/1156)) ([11c81b3](https://github.com/Safe-DS/DSL/commit/11c81b32f8a279dcc59239150cdea3fe4f75cf42)), closes [#1142](https://github.com/Safe-DS/DSL/issues/1142)

## [0.14.1](https://github.com/Safe-DS/DSL/compare/v0.14.0...v0.14.1) (2024-05-03)


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

0 comments on commit cfdbc96

Please sign in to comment.