Skip to content

Commit

Permalink
0.2.1-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 25, 2024
1 parent e1999a8 commit ded6b01
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.0"
release = "0.2.1-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.0"
__version__ = "0.2.1-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.0"
version = "0.2.1-rc.1"
description = "Search through github issues and PRs like never before."
authors = ["Sacha hu <[email protected]>"]
packages = [
Expand Down

0 comments on commit ded6b01

Please sign in to comment.