Skip to content

Commit

Permalink
Release v0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Jul 5, 2024
1 parent 4bf4d76 commit bf6f127
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [v0.13.3](https://github.com/livebook-dev/livebook/tree/v0.13.3) (2024-07-05)

### Added

* Instructions for deploying Livebook Teams App server with Kubernetes (#2697)

### Fixed

* Cursor position when focusing cells with mouse click (#2692)
* (Desktop) Verbose version field in the application info view on macOS
* Respecting `LIVEBOOK_BASE_URL_PATH` when checking /public assets availability (#2700)

## [v0.13.2](https://github.com/livebook-dev/livebook/tree/v0.13.2) (2024-06-26)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project

@elixir_requirement "~> 1.16"
@version "0.13.2"
@version "0.13.3"
@description "Automate code & data workflows with interactive notebooks"

def project do
Expand Down

0 comments on commit bf6f127

Please sign in to comment.