Skip to content

Commit d3595c7

Browse files
committed
Release v0.1.11
1 parent ab3fd74 commit d3595c7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [v0.1.11](https://github.com/livebook-dev/vega_lite/tree/v0.1.11) (2024-11-14)
8+
9+
### Changed
10+
11+
- Deprecated `VegaLite.Export` and `VegaLite.Viewer` functions in favour of [`vega_lite_convert`](https://github.com/livebook-dev/vega_lite_convert) ([#82](https://github.com/livebook-dev/vega_lite/pull/82))
12+
713
## [v0.1.10](https://github.com/livebook-dev/vega_lite/tree/v0.1.10) (2024-10-19)
814

915
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ in which case you can call `Mix.install/2`:
2121

2222
```elixir
2323
Mix.install([
24-
{:vega_lite, "~> 0.1.10"},
24+
{:vega_lite, "~> 0.1.11"},
2525
{:kino_vega_lite, "~> 0.1.8"}
2626
])
2727
```
@@ -37,7 +37,7 @@ You can add the `:vega_lite` dependency to your `mix.exs`:
3737
```elixir
3838
def deps do
3939
[
40-
{:vega_lite, "~> 0.1.10"}
40+
{:vega_lite, "~> 0.1.11"}
4141
]
4242
end
4343
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule VegaLite.MixProject do
22
use Mix.Project
33

4-
@version "0.1.10"
4+
@version "0.1.11"
55
@description "Elixir bindings to Vega-Lite"
66

77
def project do

0 commit comments

Comments
 (0)