Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 11, 2024
1 parent 0e4adba commit 0074f2f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,37 @@
# CHANGELOG


## v0.5.1 (2024-11-11)

### Fixes

* fix: update poetry lock ([`5061bb8`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/5061bb89233a6adf69ba6cabf45bf77f6c7b641f))

* fix: formatting ([`eb77415`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/eb77415dfb14d80f08b5c359be509738d234cde7))

### Unknown

* Merge pull request #9 from wandelbotsgmbh/feature/vscode-settings

add vscode settings ([`0e4adba`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/0e4adbabc446c11000bf4b82635fd4a575524431))

* Merge branch 'main' into feature/vscode-settings ([`6288122`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/6288122e06fa47753aff23d28c23ba5d16eaf17d))


## v0.5.0 (2024-11-06)

### Features

* feat: headings ([`68bb7bd`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/68bb7bd782fb28c68756a59fc1b95e542386ed58))

### Fixes

* fix: formatting of notebook ([`8c35853`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/8c35853e9841d28faeebb5ebc6a173c5228097cd))

* fix: lint checks ([`7c28fac`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/7c28fac05ee8dce9db454bdf47fc1f3b2c4d805a))

* fix: reformat ([`24118f2`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/24118f21b248f621da5d89dc1cca913d72670fd1))

### Unknown

* Merge pull request #14 from wandelbotsgmbh/feature/headings
Expand Down Expand Up @@ -41,19 +66,33 @@ Feature/oauth ([`a3d63d6`](https://github.com/wandelbotsgmbh/wandelbots-python/c

* adjust examples ([`2dedd59`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/2dedd592f40b2b5e31589357314150070c8c8123))

* Merge branch 'main' into feature/vscode-settings ([`8845434`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/884543428c50382d72943b911e7a2a08d749d541))


## v0.4.1 (2024-10-23)

### Fixes

* fix: fetch values from api ([`202b976`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/202b976313cbd862f8fc31a4b6a9857762bc4c54))

* fix: fetch values from api ([`55a6f5c`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/55a6f5c7fa58083d44f892b72f82b85bbf7ba2a7))

* fix: check ([`eca8237`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/eca8237a29ae0bd6191ad756e03994d9f884eb2b))

* fix: check notebooks ([`4a9f3bd`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/4a9f3bd295fade73b04c78fd0853a857a4b2bce7))

* fix: reformat ([`872395b`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/872395b081076cf29838e2011ad4c05d70cdd4e8))

* fix: apply formatting and linting ([`5bb6687`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/5bb6687ae37cd7ca12bb65c3e7a18bab70802f8a))

### Unknown

* Merge pull request #10 from wandelbotsgmbh/feature/update-jupyter

fix: fetch values from api ([`4f77fc7`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/4f77fc7e2c447aa87f7fe26f3976d1ec85b4620d))

* add vscode settings ([`eb251d5`](https://github.com/wandelbotsgmbh/wandelbots-python/commit/eb251d5945eb76ee535a11fe5742b577939d1f9c))


## v0.4.0 (2024-10-22)

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 = "wandelbots"
version = "0.5.0"
version = "0.5.1"
description = "Official Python client for the Wandelbots API"
authors = ["Martin George <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 0074f2f

Please sign in to comment.