-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prepare release of v0.1.0 of the VS code extension (#454)
Closes #441. Closes #453. ### Summary of Changes * Link to [stable version of documentation](https://dsl.safe-ds.com) * Improve presentation of [VS Code extension](https://marketplace.visualstudio.com/items?itemName=Safe-DS.safe-ds) * Change publisher to [`Safe-DS`](https://marketplace.visualstudio.com/publishers/Safe-DS)
- Loading branch information
1 parent
34edeb2
commit b920c38
Showing
6 changed files
with
57 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
# Change Log | ||
## [0.1.0](https://github.com/Safe-DS/Stdlib-Examples/commits/v0.1.0) (2023-04-07) | ||
|
||
## [Unreleased] | ||
### Added | ||
### Changed | ||
### Deprecated | ||
### Removed | ||
### Fixed | ||
### Security | ||
|
||
### Features | ||
|
||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
# Safe-DS DSL | ||
|
||
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/larsreimann.safe-ds)](https://marketplace.visualstudio.com/items?itemName=larsreimann.safe-ds) | ||
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/safe-ds.safe-ds)](https://marketplace.visualstudio.com/items?itemName=safe-ds.safe-ds) | ||
[![Main](https://github.com/Safe-DS/DSL/actions/workflows/main.yml/badge.svg)](https://github.com/Safe-DS/DSL/actions/workflows/main.yml) | ||
[![codecov](https://codecov.io/gh/Safe-DS/DSL/branch/main/graph/badge.svg?token=ma0ytglhO1)](https://codecov.io/gh/Safe-DS/DSL) | ||
[![Documentation Status](https://readthedocs.org/projects/safe-ds-dsl/badge/?version=latest)](https://safe-ds-dsl.readthedocs.io/en/latest/?badge=latest) | ||
[![Documentation Status](https://readthedocs.org/projects/safe-ds-dsl/badge/?version=stable)](https://dsl.safe-ds.com) | ||
|
||
Safely develop Data Science programs with a statically checked [DSL][dsl]. | ||
Safely develop Data Science programs with a statically checked. | ||
|
||
You can find the full documentation [here][docs]. | ||
## Documentation | ||
|
||
[dsl]: language/README.md | ||
[docs]: https://safe-ds-dsl.readthedocs.io/en/latest/ | ||
You can find the full documentation [here](https://dsl.safe-ds.com). |