Skip to content

Commit 29e4607

Browse files
committed
Add a note about release support.
1 parent d52be16 commit 29e4607

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# rust-openssl
22

3-
[![CircleCI](https://circleci.com/gh/sfackler/rust-openssl.svg?style=shield)](https://circleci.com/gh/sfackler/rust-openssl) [![Build status](https://ci.appveyor.com/api/projects/status/d1knobws948pyynk/branch/master?svg=true)](https://ci.appveyor.com/project/sfackler/rust-openssl/branch/master) [![crates.io](https://img.shields.io/crates/v/openssl.svg)](https://crates.io/crates/openssl)
3+
[![CircleCI](https://circleci.com/gh/sfackler/rust-openssl.svg?style=shield)](https://circleci.com/gh/sfackler/rust-openssl)
4+
[![Build status](https://ci.appveyor.com/api/projects/status/d1knobws948pyynk/branch/master?svg=true)](https://ci.appveyor.com/project/sfackler/rust-openssl/branch/master)
5+
[![crates.io](https://img.shields.io/crates/v/openssl.svg)](https://crates.io/crates/openssl)
6+
7+
OpenSSL bindings for the Rust programming language.
48

59
[Documentation](https://docs.rs/openssl).
610

11+
## Release Support
12+
13+
The current supported release is 0.10.
14+
15+
New major versions will be published at most once per year. After a new
16+
release, the previous major version will be partially supported with bug
17+
fixes for 3 months, after which support will be dropped entirely.
18+
719
### Contribution
820

921
Unless you explicitly state otherwise, any contribution intentionally

0 commit comments

Comments
 (0)