Skip to content

Commit

Permalink
Release v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Apr 10, 2024
1 parent 64c6a89 commit a817bfe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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/).

## [v0.1.9](https://github.com/livebook-dev/vega_lite/tree/v0.1.9) (2024-04-10)

### Removed

- `VegaLite.Data` specialized plots

### Fixed

- Prevent deprecation warnings from exporting an invalid image binary ([#77](https://github.com/livebook-dev/vega_lite/pull/77))

## [v0.1.8](https://github.com/livebook-dev/vega_lite/tree/v0.1.8) (2023-08-19)

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ in which case you can call `Mix.install/2`:

```elixir
Mix.install([
{:vega_lite, "~> 0.1.8"},
{:vega_lite, "~> 0.1.9"},
{:kino_vega_lite, "~> 0.1.8"}
])
```
Expand All @@ -37,7 +37,7 @@ You can add the `:vega_lite` dependency to your `mix.exs`:
```elixir
def deps do
[
{:vega_lite, "~> 0.1.8"}
{:vega_lite, "~> 0.1.9"}
]
end
```
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 VegaLite.MixProject do
use Mix.Project

@version "0.1.8"
@version "0.1.9"
@description "Elixir bindings to Vega-Lite"

def project do
Expand Down

0 comments on commit a817bfe

Please sign in to comment.