Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Feb 21, 2022
1 parent cdd52d3 commit 9a65dbb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.0.0] - 2022-02-21

### Features

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/vipers-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["solana", "saber", "anchor"]
[dependencies]
anchor-lang = "^0.22"
anchor-spl = "^0.22"
vipers = { path = "../../vipers", version = "^1", features = [
vipers = { path = "../../vipers", version = "^2", features = [
"spl-associated-token-account"
] }

Expand Down
2 changes: 1 addition & 1 deletion vipers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vipers"
version = "1.6.1"
version = "2.0.0"
description = "Assorted checks and validations for writing safer Solana programs."
homepage = "https://saber.so"
repository = "https://github.com/saber-hq/vipers"
Expand Down

0 comments on commit 9a65dbb

Please sign in to comment.