Skip to content

Commit 7f94aa8

Browse files
authored
adds pre-release note in documentation (#555)
## Summary Added version information table to the README to clearly display stable and pre-release versions of Bifrost. ## Changes - Added a version information table to the README that shows: - Stable version (v1.2.x) - Pre-release version (v1.3.0-prerelease(x)) - Placed the table between the project description and Quick Start section ## Type of change - [x] Documentation - [ ] Bug fix - [ ] Feature - [ ] Refactor - [ ] Chore/CI ## Affected areas - [ ] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [ ] UI (Next.js) - [x] Docs ## How to test Verify the version table displays correctly in the README by viewing it on GitHub: ```sh # No specific tests needed for README changes ``` ## Screenshots/Recordings N/A ## Breaking changes - [ ] Yes - [x] No ## Related issues N/A ## Security considerations No security implications. ## Checklist - [x] I read `docs/contributing/README.md` and followed the guidelines - [x] I added/updated tests where appropriate - [x] I updated documentation where needed - [x] I verified builds succeed (Go and UI) - [x] I verified the CI pipeline passes locally if applicable
2 parents 423d0ba + 1f4c1f8 commit 7f94aa8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Pipeline
33
# Triggers automatically on push to main when any version file changes
44
on:
55
push:
6-
branches: ["main"]
6+
branches: ["main", "v1.3.0"]
77

88
# Prevent concurrent runs
99
concurrency:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212

1313
Bifrost is a high-performance AI gateway that unifies access to 12+ providers (OpenAI, Anthropic, AWS Bedrock, Google Vertex, and more) through a single OpenAI-compatible API. Deploy in seconds with zero configuration and get automatic failover, load balancing, semantic caching, and enterprise-grade features.
1414

15+
| Release Type | Version |
16+
|---------|-------------|
17+
| **Stable** | v1.2.x |
18+
| **Pre-release** | v1.3.0-prerelease(x) |
19+
1520
## Quick Start
1621

1722
![Get started](./docs/media/getting-started.png)

0 commit comments

Comments
 (0)