From a443eaf060b2fb54d373a82b5f040a10d3c58099 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 00:49:04 -0800 Subject: [PATCH] chore: release (#11) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c2f9196 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog +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] + +## [0.1.0](https://github.com/drift-labs/drift-rs/releases/tag/v0.1.0) - 2024-03-06 + +### Added +- add support for depth parameter in orderbook query ([#6](https://github.com/drift-labs/drift-rs/pull/6)) +- feat/ci ([#1](https://github.com/drift-labs/drift-rs/pull/1)) + +### Other +- Chore/crates setup ([#10](https://github.com/drift-labs/drift-rs/pull/10)) +- Fix devnet txs ([#9](https://github.com/drift-labs/drift-rs/pull/9)) +- frank/revert user stats change ([#7](https://github.com/drift-labs/drift-rs/pull/7)) +- add missing accounts for place make/take ([#5](https://github.com/drift-labs/drift-rs/pull/5)) +- add tx_idx to events +- program v2.61.0 update +- Merge branch 'isolate-sdk' of ../protocol-v2 +- Initial commit