We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9932f commit aac045fCopy full SHA for aac045f
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.14.2](https://github.com/livebook-dev/livebook/tree/v0.14.2) (2024-09-20)
6
+
7
+### Fixed
8
9
+* Fixed warning about missing kubectl to show only when applicable
10
11
## [v0.14.1](https://github.com/livebook-dev/livebook/tree/v0.14.1) (2024-09-20)
12
13
### Added
mix.exs
@@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project
@elixir_requirement "~> 1.16"
- @version "0.14.1"
+ @version "0.14.2"
@description "Automate code & data workflows with interactive notebooks"
def project do
0 commit comments