Skip to content

Commit

Permalink
chore(release): 0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.1.0](v0.0.1...v0.1.0) (2023-11-29)

### Features

* drop Python 3.10 and add Python 3.12 ([#23](#23)) ([091826d](091826d))
* port code from `library-analyzer` ([#16](#16)) ([5e0b3b1](5e0b3b1))

### Bug Fixes

* Added handling for boolean default values for parameters ([#25](#25)) ([1ff250d](1ff250d))
* **deps-dev:** bump urllib3 from 2.0.6 to 2.0.7 ([#26](#26)) ([ff1a33b](ff1a33b)), closes [#3144](https://github.com/Safe-DS/Stub-Generator/issues/3144)
* Fixed bugs for analyzing packages and api data creation. ([#27](#27)) ([80215a3](80215a3))
  • Loading branch information
semantic-release-bot committed Nov 29, 2023
1 parent 80215a3 commit 24b4d06
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## [0.1.0](https://github.com/Safe-DS/Stub-Generator/compare/v0.0.1...v0.1.0) (2023-11-29)


### Features

* drop Python 3.10 and add Python 3.12 ([#23](https://github.com/Safe-DS/Stub-Generator/issues/23)) ([091826d](https://github.com/Safe-DS/Stub-Generator/commit/091826d39eae4b962028d505989376a407901dd1))
* port code from `library-analyzer` ([#16](https://github.com/Safe-DS/Stub-Generator/issues/16)) ([5e0b3b1](https://github.com/Safe-DS/Stub-Generator/commit/5e0b3b1d11172baeb70fbfd49066580d8fe4152d))


### Bug Fixes

* Added handling for boolean default values for parameters ([#25](https://github.com/Safe-DS/Stub-Generator/issues/25)) ([1ff250d](https://github.com/Safe-DS/Stub-Generator/commit/1ff250d1612bf26b2b7c043bc36d588d5992ecff))
* **deps-dev:** bump urllib3 from 2.0.6 to 2.0.7 ([#26](https://github.com/Safe-DS/Stub-Generator/issues/26)) ([ff1a33b](https://github.com/Safe-DS/Stub-Generator/commit/ff1a33bfef409c5ae651fc8c89b56b3b70bb0748)), closes [#3144](https://github.com/Safe-DS/Stub-Generator/issues/3144)
* Fixed bugs for analyzing packages and api data creation. ([#27](https://github.com/Safe-DS/Stub-Generator/issues/27)) ([80215a3](https://github.com/Safe-DS/Stub-Generator/commit/80215a334c2d5bba566e2592fb05568f4a2d3048))

0 comments on commit 24b4d06

Please sign in to comment.