Skip to content

Commit

Permalink
0.5.0
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, 2023
1 parent c1343fb commit 5647204
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@



## v0.5.0 (2023-11-11)

### Other

* Merge pull request #16 from Matesanz/front

Fixed broken links ([`c1343fb`](https://github.com/Matesanz/oktopus/commit/c1343fb4180e39454537eb33d882acbb85a51bd7))

* Merge pull request #14 from Matesanz/build-docker-ci

👷 add build docker pipeline ([`f31cdad`](https://github.com/Matesanz/oktopus/commit/f31cdada31d6539ff9c448e5669083ccb829a3d6))

* Merge branch 'front' of https://github.com/Matesanz/oktopus into front ([`2e92d2e`](https://github.com/Matesanz/oktopus/commit/2e92d2e2fe57df934edd17804abc3c766894171c))

### 🚑

* 🚑 API docs url ([`8a27beb`](https://github.com/Matesanz/oktopus/commit/8a27beb0be1d1d3615ebf3cd0817cfea488f610b))

* 🚑 Broken navbar links ([`5405847`](https://github.com/Matesanz/oktopus/commit/54058472761ec319f95703b8db4a4395e3d17ff7))


## v0.4.0 (2023-11-11)

### Other
Expand Down Expand Up @@ -89,6 +110,10 @@ Chore/add-semantic-search ([`a37a2a0`](https://github.com/Matesanz/oktopus/commi

* 🐛 Incorrect type fix ([`c4a0bf2`](https://github.com/Matesanz/oktopus/commit/c4a0bf26d336b37e40f5ea503de5f9290758b201))

### 👷

* 👷 add build docker pipeline ([`a9f1fea`](https://github.com/Matesanz/oktopus/commit/a9f1fea25404ab71e7112829a9facefad719a2c0))

### 🚑

* 🚑 Wrong env ([`9a86e83`](https://github.com/Matesanz/oktopus/commit/9a86e83c802c262c933179382513c957dcaa2263))
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 = "oktopus"
version = "0.4.0"
version = "0.5.0"
description = "Graph-GPT your own data with small and efficient llm models!"
authors = ["Move38 <[email protected]>"]
packages = [{include = "oktopus"}]
Expand Down

0 comments on commit 5647204

Please sign in to comment.