Skip to content

Commit 7b8b8a2

Browse files
authored
docs: update typos in release_policy.mdx (#31397)
Deleted two outdated phrases that were reflecting the current versions of packages at the time i.e.: 1-"langchain-community is currently on version 0.2.x." 2-langchain-"experimental is currently on version 0.0.x"
1 parent 60119b9 commit 7b8b8a2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/docs/versions/release_policy.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ From time to time, we will version packages as **release candidates**. These are
3030

3131
### `langchain-community`
3232

33-
`langchain-community` is currently on version `0.2.x`.
34-
3533
Minor version increases will occur for:
3634

3735
- Updates to the major/minor versions of required `langchain-x` dependencies. E.g., when updating the required version of `langchain-core` from `^0.2.x` to `0.3.0`.
@@ -49,7 +47,7 @@ However, if an external API makes a breaking change then breaking changes to the
4947

5048
### `langchain-experimental`
5149

52-
`langchain-experimental` is currently on version `0.0.x`. All changes will be accompanied with patch version increases.
50+
All changes will be accompanied with patch version increases.
5351

5452
## Release cadence
5553

@@ -99,4 +97,4 @@ When a feature is deprecated, it will continue to work in the current and next m
9997

10098
Since we're expecting to space out minor releases by at least 2-3 months, this means that a feature can be removed within 2-6 months of being deprecated.
10199

102-
In some situations, we may allow the feature to remain in the code base for longer periods of time, if it's not causing issues in the packages, to reduce the burden on users.
100+
In some situations, we may allow the feature to remain in the code base for longer periods of time, if it's not causing issues in the packages, to reduce the burden on users.

0 commit comments

Comments
 (0)