diff --git a/CHANGELOG.md b/CHANGELOG.md index de9d57b..8849ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/source/conf.py b/docs/source/conf.py index 60f3562..9f35635 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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", diff --git a/github_search_engine/__init__.py b/github_search_engine/__init__.py index f3c4a65..cca2e89 100644 --- a/github_search_engine/__init__.py +++ b/github_search_engine/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.2.2" +__version__ = "0.2.3-rc.1" from github_search_engine import _cli as _cli diff --git a/pyproject.toml b/pyproject.toml index fc29b20..f21ba71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] packages = [