Skip to content

Commit

Permalink
0.2.3-rc.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 26, 2024
1 parent f60329c commit 91c1d0e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# CHANGELOG


## v0.2.3-rc.1 (2024-11-26)

### Bug Fixes

- Update multiple packages to optional status
([`174b8b1`](https://github.com/sachahu1/Github-Search-Engine/commit/174b8b173e03e1e56b0fb6ad0d58b1482c5a2e4f))

Changed several packages from mandatory to optional status in the lock file. This aligns with the
flexibility of package dependencies and usage.

- Add onnxruntime provider for model execution
([`7a59625`](https://github.com/sachahu1/Github-Search-Engine/commit/7a5962566424700aaab1b22ea2c9589011753357))

Imported onnxruntime and updated model providers.


## v0.2.2 (2024-11-25)


Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Sacha hu"

# The full version, including alpha/beta/rc tags
release = "0.2.2"
release = "0.2.3-rc.1"

source_suffix = {
".rst": "restructuredtext",
Expand Down
2 changes: 1 addition & 1 deletion github_search_engine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.2.2"
__version__ = "0.2.3-rc.1"

from github_search_engine import _cli as _cli
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 = "Github-Search-Engine"
version = "0.2.2"
version = "0.2.3-rc.1"
description = "Search through github issues and PRs like never before."
authors = ["Sacha hu <[email protected]>"]
packages = [
Expand Down

0 comments on commit 91c1d0e

Please sign in to comment.