Skip to content

Commit abe0c1e

Browse files
committed
060 alpha -> prod migration doc
1 parent 7e6bf48 commit abe0c1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/migration_guides/0-6-alpha-migration.md renamed to docs/migration_guides/0-6-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Migrating to 0.6.0-alpha
1+
# Migrating to 0.6.0
22

33
## Summary
4-
This guide will help you migrate your codebase from 0.5.X to 0.6.0-alpha.
4+
This guide will help you migrate your codebase from 0.5.X to 0.6.0.
55

66
## Installation
77
```bash
8-
pip install --pre guardrails-ai
8+
pip install --upgrade guardrails-ai
99
```
1010

1111
## List of backwards incompatible changes

docusaurus/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const sidebars = {
4141
label: "Migration Guides",
4242
collapsed: false,
4343
items: [
44-
"migration_guides/0-6-alpha-migration",
44+
"migration_guides/0-6-migration",
4545
"migration_guides/0-5-migration",
4646
"migration_guides/0-4-migration",
4747
"migration_guides/0-3-migration",

0 commit comments

Comments
 (0)