Skip to content

Commit

Permalink
Release tucan 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed Oct 31, 2024
1 parent d042d75 commit 502762e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog

## [Unreleased]
## [v0.4.1](https://github.com/pnezis/tucan/tree/v0.4.1) (2024-10-31)

### Fixed

- Properly handle `:zoomable` option in `Tucan.Finance.candlestic/7` and other multi-layer
plots.
- Remove `:zoomable` option from plots with non quantitative scales since this is not
supported by vega-lite.

## [v0.4.0](https://github.com/pnezis/tucan/tree/v0.4.0) (2024-10-21)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Tucan.MixProject do
use Mix.Project

@version "0.4.0"
@version "0.4.1"
@scm_url "https://github.com/pnezis/tucan"

def project do
Expand Down

0 comments on commit 502762e

Please sign in to comment.