Update changelog

This commit is contained in:
Jonatan Kłosko 2024-07-26 18:17:56 +07:00
parent 9861c434f0
commit a4ec1c4388
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
# Changelog for Livebook v0.14 # Changelog for Livebook v0.15
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased](https://github.com/livebook-dev/livebook/tree/main) ## [Unreleased](https://github.com/livebook-dev/livebook/tree/main)
## v0.13 ## v0.14
The CHANGELOG for v0.13 releases can be found in the [v0.13](https://github.com/livebook-dev/livebook/tree/v0.13/CHANGELOG.md) branch. The CHANGELOG for v0.14 releases can be found in the [v0.14](https://github.com/livebook-dev/livebook/tree/v0.14/CHANGELOG.md) branch.

View file

@ -6,7 +6,7 @@ defmodule Livebook.MixProject do
use Mix.Project use Mix.Project
@elixir_requirement "~> 1.16" @elixir_requirement "~> 1.16"
@version "0.14.0-dev" @version "0.15.0-dev"
@description "Automate code & data workflows with interactive notebooks" @description "Automate code & data workflows with interactive notebooks"
def project do def project do