We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d127366 commit 48c06ffCopy full SHA for 48c06ff
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
5
+## [v0.15.1](https://github.com/livebook-dev/livebook/tree/v0.15.1) (2025-02-24)
6
+
7
+### Changed
8
9
+* Updated Kino version references to point to 0.15.0
10
11
## [v0.15.0](https://github.com/livebook-dev/livebook/tree/v0.15.0) (2025-02-21)
12
13
### Added
mix.exs
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.18"
- @version "0.15.0"
+ @version "0.15.1"
@description "Automate code & data workflows with interactive notebooks"
def project do
0 commit comments