File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Migrating to 0.6.0-alpha
1
+ # Migrating to 0.6.0
2
2
3
3
## 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.
5
5
6
6
## Installation
7
7
``` bash
8
- pip install --pre guardrails-ai
8
+ pip install --upgrade guardrails-ai
9
9
```
10
10
11
11
## List of backwards incompatible changes
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const sidebars = {
41
41
label : "Migration Guides" ,
42
42
collapsed : false ,
43
43
items : [
44
- "migration_guides/0-6-alpha- migration" ,
44
+ "migration_guides/0-6-migration" ,
45
45
"migration_guides/0-5-migration" ,
46
46
"migration_guides/0-4-migration" ,
47
47
"migration_guides/0-3-migration" ,
You can’t perform that action at this time.
0 commit comments