Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Docs: https://docs.rs/soroban-sdk

[Soroban]: https://soroban.stellar.org

## Support

The two most recent soroban-sdk major releases are supported with critical security fixes.
Critical security issues may be backported to earlier versions if practical, but not guaranteed.
General bugs are only fixed on, and new features are only added to, the latest major release.
Comment thread
leighmcculloch marked this conversation as resolved.

## Contributing

Contributing to the SDK? Read [CONTRIBUTING.md](CONTRIBUTING.md).
6 changes: 6 additions & 0 deletions soroban-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ See [developers.stellar.org] for documentation about building smart contracts fo
[Stellar]: https://stellar.org
[Soroban]: https://stellar.org/soroban

### Support

The two most recent soroban-sdk major releases are supported with critical security fixes.
Critical security issues may be backported to earlier versions if practical, but not guaranteed.
General bugs are only fixed on, and new features are only added to, the latest major release.
Comment thread
leighmcculloch marked this conversation as resolved.

### Features

See [_features] for a list of all Cargo features and what they do.
Expand Down
6 changes: 6 additions & 0 deletions soroban-sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
//! [Stellar]: https://stellar.org
//! [Soroban]: https://stellar.org/soroban
//!
//! ### Support
//!
//! The two most recent soroban-sdk major releases are supported with critical security fixes.
//! Critical security issues may be backported to earlier versions if practical, but not guaranteed.
//! General bugs are only fixed on, and new features are only added to, the latest major release.
Comment thread
leighmcculloch marked this conversation as resolved.
//!
//! ### Features
//!
//! See [_features] for a list of all Cargo features and what they do.
Expand Down
Loading