Skip to content

Commit

Permalink
Release v0.1.8 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristineguadelupe authored Aug 19, 2023
1 parent 97471f6 commit b53904b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.8](https://github.com/livebook-dev/vega_lite/tree/v0.1.8) (2023-08-19)

### Added

- Data module ([#49](https://github.com/livebook-dev/vega_lite/pull/49))

## [v0.1.7](https://github.com/livebook-dev/vega_lite/tree/v0.1.7) (2023-03-27)

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

```elixir
Mix.install([
{:vega_lite, "~> 0.1.7"},
{:vega_lite, "~> 0.1.8"},
{:kino_vega_lite, "~> 0.1.8"}
])
```
Expand All @@ -36,7 +36,7 @@ You can add the `:vega_lite` dependency to your `mix.exs`:
```elixir
def deps do
[
{:vega_lite, "~> 0.1.7"}
{:vega_lite, "~> 0.1.8"}
]
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.7"
@version "0.1.8"
@description "Elixir bindings to Vega-Lite"

def project do
Expand Down

0 comments on commit b53904b

Please sign in to comment.