Skip to content

Releases: sachahu1/Github-Search-Engine

v0.3.0

26 Nov 18:13
Compare
Choose a tag to compare

v0.3.0 (2024-11-26)

v0.3.0-rc.1

26 Nov 17:16
Compare
Choose a tag to compare
v0.3.0-rc.1 Pre-release
Pre-release

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

Features

  • Improve installation instructions and update project info (a47b410)

  • 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

26 Nov 16:25
Compare
Choose a tag to compare

v0.2.3 (2024-11-26)

v0.2.3-rc.1

26 Nov 16:14
Compare
Choose a tag to compare
v0.2.3-rc.1 Pre-release
Pre-release

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

Bug Fixes

  • Update multiple packages to optional status (174b8b1)

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)

Imported onnxruntime and updated model providers.

v0.2.2

25 Nov 19:08
Compare
Choose a tag to compare

v0.2.2 (2024-11-25)

v0.2.2-rc.1

25 Nov 19:04
Compare
Choose a tag to compare
v0.2.2-rc.1 Pre-release
Pre-release

v0.2.2-rc.1 (2024-11-25)

Bug Fixes

  • Add write permissions for repository changes (45aea58)

Added permissions to allow pushing changes to the repository.

  • Add in-memory storage option to GithubSearchEngine (7a83938)

Initialize GithubSearchEngine with an optional in-memory storage location.

  • Add examples.rst, update documentation URLs (a2adc30)

Added examples.rst for code examples. Updated documentation URLs to use correct capitalization and domain.

v0.2.1

25 Nov 18:49
Compare
Choose a tag to compare

v0.2.1 (2024-11-25)

v0.2.1-rc.1

25 Nov 18:45
Compare
Choose a tag to compare
v0.2.1-rc.1 Pre-release
Pre-release

v0.2.1-rc.1 (2024-11-25)

Bug Fixes

  • Add step to fetch all history for accurate rebasing (eb9daf6)

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)

Update the AWS S3 upload URLs to use the correct environment variable for documentation uploads.

v0.2.0

25 Nov 18:33
Compare
Choose a tag to compare

v0.2.0 (2024-11-25)

v0.2.0-rc.1

25 Nov 18:31
Compare
Choose a tag to compare
v0.2.0-rc.1 Pre-release
Pre-release

v0.2.0-rc.1 (2024-11-25)

Bug Fixes

  • Add conditional step for main branch in workflow (2a761a5)

Include a conditional step to invoke the rebase Workflow only when on the main branch.

Build System

  • Improve docs deployment workflow (e6c0b3d)

Sync updated documentation to S3 and remove redundant lines.

Features

  • Update version to "0.0.0" (ac37b31)

Set the project version to "0.0.0" in the codebase and adjust version references accordingly for semantic release configuration.

  • Add semantic release configuration (29d16c0)

  • Added version variables and TOML settings for semantic release

  • Configured branches for main, dev, and feature releases

  • Add workflow_dispatch trigger for rebase job (0a8e9b9)

Add a manual trigger for the rebase job using workflow_dispatch.

  • Add automatic rebase workflow (c06ebfd)

  • Added a GitHub Actions workflow for automatic rebasing of dev onto main branch.

  • Update workflow names and triggers (68c7821)

  • Renamed the release workflow to "Build And Release Docs" for clarity.

  • Changed the trigger to manual dispatch instead of specific events.