Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.0](v0.1.0...v0.2.0) (2024-03-29)

### Features

* Added generation for Safe-DS stubs files ([#33](#33)) ([ab45b45](ab45b45))
* Correct stubs for TypeVars ([#67](#67)) ([df8c5c9](df8c5c9)), closes [#63](#63)
* Create stubs for public methods of inherited internal classes ([#69](#69)) ([71b38d7](71b38d7)), closes [#64](#64)
* Rework import generation for stubs. ([#50](#50)) ([216e179](216e179)), closes [#38](#38) [#24](#24) [#38](#38) [#24](#24)
* Safe-DS stubs also contain docstring information. ([#78](#78)) ([bdb43bd](bdb43bd))
* Stubs are created for referenced declarations in other packages ([#70](#70)) ([522f38d](522f38d)), closes [#66](#66)

### Bug Fixes

* Some packages couldn't be analyzed ([#51](#51)) ([fa3d020](fa3d020)), closes [#48](#48)
* Stub generation testing and fixing of miscellaneous bugs ([#76](#76)) ([97b0ab3](97b0ab3))
  • Loading branch information
semantic-release-bot committed Mar 29, 2024
1 parent bdb43bd commit 81b9b1d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [0.2.0](https://github.com/Safe-DS/Stub-Generator/compare/v0.1.0...v0.2.0) (2024-03-29)


### Features

* Added generation for Safe-DS stubs files ([#33](https://github.com/Safe-DS/Stub-Generator/issues/33)) ([ab45b45](https://github.com/Safe-DS/Stub-Generator/commit/ab45b459b99ba8db0b41bb34d94dbffec7387a28))
* Correct stubs for TypeVars ([#67](https://github.com/Safe-DS/Stub-Generator/issues/67)) ([df8c5c9](https://github.com/Safe-DS/Stub-Generator/commit/df8c5c9bb992717b3113b17d6c76e630cb74538b)), closes [#63](https://github.com/Safe-DS/Stub-Generator/issues/63)
* Create stubs for public methods of inherited internal classes ([#69](https://github.com/Safe-DS/Stub-Generator/issues/69)) ([71b38d7](https://github.com/Safe-DS/Stub-Generator/commit/71b38d7635b59ef6892c17624472a32db464a940)), closes [#64](https://github.com/Safe-DS/Stub-Generator/issues/64)
* Rework import generation for stubs. ([#50](https://github.com/Safe-DS/Stub-Generator/issues/50)) ([216e179](https://github.com/Safe-DS/Stub-Generator/commit/216e1790cecced0d6a76313cb2ed2f725baf684f)), closes [#38](https://github.com/Safe-DS/Stub-Generator/issues/38) [#24](https://github.com/Safe-DS/Stub-Generator/issues/24) [#38](https://github.com/Safe-DS/Stub-Generator/issues/38) [#24](https://github.com/Safe-DS/Stub-Generator/issues/24)
* Safe-DS stubs also contain docstring information. ([#78](https://github.com/Safe-DS/Stub-Generator/issues/78)) ([bdb43bd](https://github.com/Safe-DS/Stub-Generator/commit/bdb43bdd5e190251c85be67b74c38e8f57785c24))
* Stubs are created for referenced declarations in other packages ([#70](https://github.com/Safe-DS/Stub-Generator/issues/70)) ([522f38d](https://github.com/Safe-DS/Stub-Generator/commit/522f38d64ea812b8eca52ae4f8ac2426e74fbf01)), closes [#66](https://github.com/Safe-DS/Stub-Generator/issues/66)


### Bug Fixes

* Some packages couldn't be analyzed ([#51](https://github.com/Safe-DS/Stub-Generator/issues/51)) ([fa3d020](https://github.com/Safe-DS/Stub-Generator/commit/fa3d020a5b742c5d1e46bc17dc66eff794cced19)), closes [#48](https://github.com/Safe-DS/Stub-Generator/issues/48)
* Stub generation testing and fixing of miscellaneous bugs ([#76](https://github.com/Safe-DS/Stub-Generator/issues/76)) ([97b0ab3](https://github.com/Safe-DS/Stub-Generator/commit/97b0ab3eb6e3bfd69edd8802af3370ccd4dfca07))

## [0.1.0](https://github.com/Safe-DS/Stub-Generator/compare/v0.0.1...v0.1.0) (2023-11-29)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "safe-ds-stubgen"
version = "0.1.0"
version = "0.2.0"
description = "Generation of Safe-DS stubs for Python libraries."
authors = ["Lars Reimann <mail@larsreimann.com>"]
license = "MIT"
Expand Down

0 comments on commit 81b9b1d

Please sign in to comment.