Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Dec 10, 2024
1 parent 9786137 commit a490927
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Features

### Fixes

### Breaking

## [0.2.0] - 2024-12-10

### Features

* update drift to v2.103.0
* Tokenized Vaults ([#55](https://github.com/drift-labs/drift-vaults/pull/55))
* Remove drift-competitions ([#56](https://github.com/drift-labs/drift-vaults/pull/56))
Expand Down
2 changes: 1 addition & 1 deletion 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 programs/drift_vaults/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drift-vaults"
version = "0.1.0"
version = "0.2.0"
description = "Created with Anchor"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion ts/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drift-labs/vaults-sdk",
"version": "0.1.594",
"version": "0.2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
Expand Down

0 comments on commit a490927

Please sign in to comment.