Skip to content

Commit c40c440

Browse files
committed
v2.0.1
1 parent e127d6d commit c40c440

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased Changes
99

10+
## [2.0.1] - 2022-02-27
11+
1012
### Features
1113

1214
- Adds the `unwrap_bump!` macro, which extracts the bump from the instruction `Context` ([#36](https://github.com/saber-hq/vipers/pull/36)).

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vipers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vipers"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Assorted checks and validations for writing safer Solana programs."
55
homepage = "https://saber.so"
66
repository = "https://github.com/saber-hq/vipers"

0 commit comments

Comments
 (0)