Skip to content

Commit

Permalink
chore(release): 0.22.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.22.0](v0.21.1...v0.22.0) (2024-11-24)

### Features

* categorize API elements ([#1263](#1263)) ([d0d971e](d0d971e)), closes [#1243](#1243)
* disable inlay hints for assignee types by default ([#1260](#1260)) ([a651ade](a651ade))
* improve error messages from linker ([#1272](#1272)) ([eddd868](eddd868)), closes [#1268](#1268)
* output statement ([#1262](#1262)) ([011ba31](011ba31)), closes [#1259](#1259)
* remove schema concept from grammar ([#1273](#1273)) ([1a3bf80](1a3bf80)), closes [#1133](#1133)
  • Loading branch information
semantic-release-bot committed Nov 24, 2024
1 parent 1a3bf80 commit d30edbc
Show file tree
Hide file tree
Showing 6 changed files with 26 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.21.1",
"version": "0.22.0",
"description": "A command line interface for the Safe-DS DSL.",
"author": {
"name": "Lars Reimann",
Expand Down
10 changes: 10 additions & 0 deletions packages/safe-ds-lang/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.22.0](https://github.com/Safe-DS/DSL/compare/v0.21.1...v0.22.0) (2024-11-24)

### Features

* categorize API elements ([#1263](https://github.com/Safe-DS/DSL/issues/1263)) ([d0d971e](https://github.com/Safe-DS/DSL/commit/d0d971e161c31cb527f2299e76c87557d4597b5f)), closes [#1243](https://github.com/Safe-DS/DSL/issues/1243)
* disable inlay hints for assignee types by default ([#1260](https://github.com/Safe-DS/DSL/issues/1260)) ([a651ade](https://github.com/Safe-DS/DSL/commit/a651adea9383f10f7f63293413ac251f430503d3))
* improve error messages from linker ([#1272](https://github.com/Safe-DS/DSL/issues/1272)) ([eddd868](https://github.com/Safe-DS/DSL/commit/eddd86859e8173b8d7f3ea65008b7a07f8504f5e)), closes [#1268](https://github.com/Safe-DS/DSL/issues/1268)
* output statement ([#1262](https://github.com/Safe-DS/DSL/issues/1262)) ([011ba31](https://github.com/Safe-DS/DSL/commit/011ba31ec1d54629ec083807c23e6de04a004580)), closes [#1259](https://github.com/Safe-DS/DSL/issues/1259)
* remove schema concept from grammar ([#1273](https://github.com/Safe-DS/DSL/issues/1273)) ([1a3bf80](https://github.com/Safe-DS/DSL/commit/1a3bf8047bf04c605a63853075f94641fe6325f9)), closes [#1133](https://github.com/Safe-DS/DSL/issues/1133)

## [0.21.1](https://github.com/Safe-DS/DSL/compare/v0.21.0...v0.21.1) (2024-11-05)

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

### Features

* categorize API elements ([#1263](https://github.com/Safe-DS/DSL/issues/1263)) ([d0d971e](https://github.com/Safe-DS/DSL/commit/d0d971e161c31cb527f2299e76c87557d4597b5f)), closes [#1243](https://github.com/Safe-DS/DSL/issues/1243)
* disable inlay hints for assignee types by default ([#1260](https://github.com/Safe-DS/DSL/issues/1260)) ([a651ade](https://github.com/Safe-DS/DSL/commit/a651adea9383f10f7f63293413ac251f430503d3))
* improve error messages from linker ([#1272](https://github.com/Safe-DS/DSL/issues/1272)) ([eddd868](https://github.com/Safe-DS/DSL/commit/eddd86859e8173b8d7f3ea65008b7a07f8504f5e)), closes [#1268](https://github.com/Safe-DS/DSL/issues/1268)
* output statement ([#1262](https://github.com/Safe-DS/DSL/issues/1262)) ([011ba31](https://github.com/Safe-DS/DSL/commit/011ba31ec1d54629ec083807c23e6de04a004580)), closes [#1259](https://github.com/Safe-DS/DSL/issues/1259)
* remove schema concept from grammar ([#1273](https://github.com/Safe-DS/DSL/issues/1273)) ([1a3bf80](https://github.com/Safe-DS/DSL/commit/1a3bf8047bf04c605a63853075f94641fe6325f9)), closes [#1133](https://github.com/Safe-DS/DSL/issues/1133)

## [0.21.1](https://github.com/Safe-DS/DSL/compare/v0.21.0...v0.21.1) (2024-11-05)

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

0 comments on commit d30edbc

Please sign in to comment.