Skip to content

Commit

Permalink
0.3.0-rc.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
semantic-release committed Nov 26, 2024
1 parent 0b3a412 commit fb3496a
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# CHANGELOG


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

### Features

- Improve installation instructions and update project info
([`a47b410`](https://github.com/sachahu1/Github-Search-Engine/commit/a47b410a0694e0617af1360bc865880e4f6f2f57))

- Added detailed installation steps for PyPI, source, and manual methods - Updated project
information in documentation - Enhanced API server launch instructions - Refactored code for
better readability and maintainability


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


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

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

source_suffix = {
".rst": "restructuredtext",
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.3"
__version__ = "0.3.0-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.3"
version = "0.3.0-rc.1"
description = "Search through github issues and PRs like never before."
authors = ["Sacha hu <hu.sacha.ai@gmail.com>"]
packages = [

0 comments on commit fb3496a

Please sign in to comment.