Skip to content

Commit

Permalink
Release v0.1.13 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristineguadelupe authored Dec 3, 2023
1 parent b46d74b commit 844cd11
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,23 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.1.13](https://github.com/livebook-dev/kino_explorer/tree/v0.1.13) (2023-12-03)

### Added

- Add support for `not contains` in `filter_by` operation ([#115](https://github.com/livebook-dev/kino_explorer/pull/115))
- Add `select` operation ([#116](https://github.com/livebook-dev/kino_explorer/pull/116))
- Supports new `Explorer` types ([#119](https://github.com/livebook-dev/kino_explorer/pull/119))

### Changed

- Remove the restriction on `pivot_wider` dtypes ([#114](https://github.com/livebook-dev/kino_explorer/pull/114))

## [v0.1.12](https://github.com/livebook-dev/kino_explorer/tree/v0.1.12) (2023-10-31)

### Fixed

* Showing non-utf8 binaries ([#112](https://github.com/livebook-dev/kino_explorer/pull/112))
- Showing non-utf8 binaries ([#112](https://github.com/livebook-dev/kino_explorer/pull/112))

## [v0.1.11](https://github.com/livebook-dev/kino_explorer/tree/v0.1.11) (2023-09-26)

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 KinoExplorer.MixProject do
use Mix.Project

@version "0.1.12"
@version "0.1.13"
@description "Explorer integration with Livebook"

def project do
Expand Down

0 comments on commit 844cd11

Please sign in to comment.