Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 20:27
· 175 commits to main since this release

Forge Framework v0.6.0 (2025-11-19T20:28:44Z)

Welcome to this new release of Forge Framework!

Changelog

New Features

  • 412e43b: feat(ci): migrate to Release Please for automated releases (@juicycleff)
  • 4704e6b: feat(tests): add logger and metrics configuration to runnable extension tests (@juicycleff)
  • 0d998c1: feat: add llm.txt files for core components and update .gitignore (@juicycleff)

Bug Fixes

Refactoring

Documentation Updates

Other Changes

Installation

Using Go Install

go install github.com/xraph/forge/cmd/[email protected]

Download Binary

Download the appropriate binary for your platform from the assets below.

Using Package Managers

# Homebrew (macOS/Linux)
brew install xraph/tap/forge

# Scoop (Windows)
scoop bucket add xraph https://github.com/xraph/scoop-bucket
scoop install forge

What's Changed

Full changelog: v0.5.0...v0.6.0