Skip to content

Commit

Permalink
Release v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Jul 5, 2024
1 parent e34687e commit 591d148
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.13.2](https://github.com/livebook-dev/kino/tree/v0.13.2) (2024-07-05)

### Added

* Worker and supervisor ids in app supervision graph ([#449](https://github.com/livebook-dev/kino/pull/449))

### Changed

* Changed `Kino.Input.read/1` to raise an error when called in a background process ([#451](https://github.com/livebook-dev/kino/pull/451))

### Fixed

* Fixed the `dbg` pipeline UI crashing when result renders as `Kino.JS.Live` ([#453](https://github.com/livebook-dev/kino/pull/453))

## [v0.13.1](https://github.com/livebook-dev/kino/tree/v0.13.1) (2024-06-21)

### Added
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Kino.MixProject do
use Mix.Project

@version "0.13.1"
@version "0.13.2"
@description "Interactive widgets for Livebook"

def project do
Expand Down Expand Up @@ -63,12 +63,12 @@ defmodule Kino.MixProject do
logo: "images/kino_without_text.png",
groups_for_modules: [
# Kino
# Kino.Hub
# Kino.Control
# Kino.Frame
# Kino.Input
# Kino.Process
# Kino.Shorts
# Kino.Workspace
"Built-in Kinos": [
Kino.Audio,
Kino.DataTable,
Expand Down

0 comments on commit 591d148

Please sign in to comment.