diff --git a/CHANGELOG.md b/CHANGELOG.md index fcfd5fd..33bcd64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # CHANGELOG +## v0.2.1-rc.1 (2024-11-25) + +### Bug Fixes + +- Add step to fetch all history for accurate rebasing + ([`eb9daf6`](https://github.com/sachahu1/Github-Search-Engine/commit/eb9daf60b0fdc6974f8d9951290e274d1dd4511d)) + +Include a new step in the workflow to checkout repository with full history for precise rebasing. + +### Build System + +- Update AWS S3 upload URLs in workflow file + ([`03eb832`](https://github.com/sachahu1/Github-Search-Engine/commit/03eb832bb9bf67553b7b4dde876e0bfa1837d0a1)) + +Update the AWS S3 upload URLs to use the correct environment variable for documentation uploads. + + ## v0.2.0 (2024-11-25) diff --git a/docs/source/conf.py b/docs/source/conf.py index fa854b4..60228ae 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.0" +release = "0.2.1-rc.1" source_suffix = { ".rst": "restructuredtext", diff --git a/github_search_engine/__init__.py b/github_search_engine/__init__.py index e20bc03..8e567ca 100644 --- a/github_search_engine/__init__.py +++ b/github_search_engine/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.2.0" +__version__ = "0.2.1-rc.1" from github_search_engine import _cli as _cli diff --git a/pyproject.toml b/pyproject.toml index 8cdf32a..7010376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Github-Search-Engine" -version = "0.2.0" +version = "0.2.1-rc.1" description = "Search through github issues and PRs like never before." authors = ["Sacha hu "] packages = [