Skip to content

Commit 15e2ab1

Browse files
committed
Add note about v1 and v2 branches to README
1 parent 731f6bc commit 15e2ab1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
rust-smallvec
22
=============
33

4+
> **Note**
5+
> This is the code for smallvec 2.0, which is not yet ready for release. For
6+
> details about the changes in version 2.0, please see #183, #240, and #284.
7+
>
8+
> The source code for the latest smallvec 1.x.y release can be found on the
9+
> [v1 branch]. Bug fixes for smallvec 1 should be based on that branch, while
10+
> new feature development should go on the v2 branch.
11+
12+
[v1 branch]: https://github.com/servo/rust-smallvec/tree/v1
13+
14+
## About smallvec
15+
416
[Documentation](https://docs.rs/smallvec/)
517

618
[Release notes](https://github.com/servo/rust-smallvec/releases)

0 commit comments

Comments
 (0)