Skip to content

Releases: sudo-whodo/pr-genius

v0.3.4

03 Feb 06:27
Compare
Choose a tag to compare

v0.3.4 (2025-02-03)

Bug Fixes


Detailed Changes: v0.3.3...v0.3.4

v0.3.3

03 Feb 06:22
Compare
Choose a tag to compare

v0.3.3 (2025-02-03)

Bug Fixes


Detailed Changes: v0.3.2...v0.3.3

Release v0.3.2

03 Feb 04:53
e49a378
Compare
Choose a tag to compare

Installation

Multi-platform images available for AMD64 and ARM64.

Default pull (will select appropriate platform):

docker pull ghcr.io/sudo-whodo/pr-genius:0.3.2

Platform-specific pulls:

# For AMD64 (x86_64)
docker pull --platform linux/amd64 ghcr.io/sudo-whodo/pr-genius:0.3.2

# For ARM64
docker pull --platform linux/arm64 ghcr.io/sudo-whodo/pr-genius:0.3.2

Changes in this release:

  • fix: update entrypoint logic added more tests
  • chore(release): 0.3.2
  • Merge pull request #54 from sudo-whodo/release-0.3.2

Release v0.3.1

03 Feb 04:31
8a9ddf3
Compare
Choose a tag to compare

Installation

Multi-platform images available for AMD64 and ARM64.

Default pull (will select appropriate platform):

docker pull ghcr.io/sudo-whodo/pr-genius:0.3.1

Platform-specific pulls:

# For AMD64 (x86_64)
docker pull --platform linux/amd64 ghcr.io/sudo-whodo/pr-genius:0.3.1

# For ARM64
docker pull --platform linux/arm64 ghcr.io/sudo-whodo/pr-genius:0.3.1

Changes in this release:

  • docs: updating action and pr workflow
  • fix: correct varaible name and docs
  • fix: correcting entrypoint for model
  • chore(release): 0.3.1
  • Merge pull request #52 from sudo-whodo/release-0.3.1

Release v0.3.0

03 Feb 04:12
e24f5fc
Compare
Choose a tag to compare

Installation

Multi-platform images available for AMD64 and ARM64.

Default pull (will select appropriate platform):

docker pull ghcr.io/sudo-whodo/pr-genius:0.3.0

Platform-specific pulls:

# For AMD64 (x86_64)
docker pull --platform linux/amd64 ghcr.io/sudo-whodo/pr-genius:0.3.0

# For ARM64
docker pull --platform linux/arm64 ghcr.io/sudo-whodo/pr-genius:0.3.0

Changes in this release:

  • feat(llm): add Ollama and Bedrock support with local testing
  • ci: add breaking change detection to release workflow
  • feat: trigger release
  • chore(release): 0.3.0
  • Merge pull request #49 from sudo-whodo/release-0.3.0

Release v0.2.0

01 Feb 02:32
2b065ed
Compare
Choose a tag to compare

Installation

Multi-platform images available for AMD64 and ARM64.

Default pull (will select appropriate platform):

docker pull ghcr.io/sudo-whodo/pr-genius:0.2.0

Platform-specific pulls:

# For AMD64 (x86_64)
docker pull --platform linux/amd64 ghcr.io/sudo-whodo/pr-genius:0.2.0

# For ARM64
docker pull --platform linux/arm64 ghcr.io/sudo-whodo/pr-genius:0.2.0

Changes in this release:

  • docs: update for change from env to with
  • feat: added arm64 image
  • chore(release): 0.2.0
  • Merge pull request #48 from sudo-whodo/release-0.2.0

Release v0.1.16

01 Feb 02:19
1df75b4
Compare
Choose a tag to compare

Changes in this release:

  • fix: update action
  • chore(release): 0.1.16
  • Merge pull request #46 from sudo-whodo/release-0.1.16

Release v0.1.15

01 Feb 02:08
42113b1
Compare
Choose a tag to compare

Changes in this release:

  • fix: test
  • fix: remove env and wiith
  • Merge pull request #43 from sudo-whodo/fix/testing
  • chore(release): 0.1.15
  • Merge pull request #44 from sudo-whodo/release-0.1.15

Release v0.1.14

01 Feb 02:02
f95860b
Compare
Choose a tag to compare

Changes in this release:

  • fix: removed redundent inputs to just use env
  • chore(release): 0.1.14
  • Merge pull request #42 from sudo-whodo/release-0.1.14

Release v0.1.13

01 Feb 01:48
6e1fca5
Compare
Choose a tag to compare

Changes in this release:

  • docs: updating docs with recent changes to the codebase
  • doc: added codeowners file
  • docs: added issues templates and reature requests and a pull request template
  • chore(deps): bump requests
  • Merge pull request #40 from sudo-whodo/dependabot/pip/pr-diff-bot/pip-775dd686c6
  • fix: updating variables
  • chore(release): 0.1.13
  • Merge pull request #41 from sudo-whodo/release-0.1.13