Skip to content

Commit

Permalink
Release v0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 10, 2025
1 parent 3135698 commit 546f635
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.1.24](https://github.com/livebook-dev/kino_explorer/tree/v0.1.24) (2025-02-10)

This release requires Explorer v0.9+.

### Added

- Support new decimal type from Explorer
- Control whether to show `:summaries`
- Control the number of rows to show via `:num_rows`

## [v0.1.23](https://github.com/livebook-dev/kino_explorer/tree/v0.1.23) (2024-08-29)

### Fixed
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.23"
@version "0.1.24"
@description "Explorer integration with Livebook"

def project do
Expand Down

0 comments on commit 546f635

Please sign in to comment.