chore: prepare v0.2.1 release

This commit is contained in:
Rasyidan Akbar F. 2026-04-06 17:47:20 +07:00
commit c94c826307
32 changed files with 2483 additions and 382 deletions

17
tests/fixtures/chart_bbca_with_gap.json vendored Normal file
View file

@ -0,0 +1,17 @@
{
"chart": {
"result": [{
"timestamp": [1709251200, 1709337600],
"indicators": {
"quote": [{
"open": [9800.0, 9850.0],
"high": [9900.0, 9900.0],
"low": [9750.0, 9800.0],
"close": [9875.0, null],
"volume": [12300000, 11000000]
}]
}
}],
"error": null
}
}