Skip to content

Commit

Permalink
Release 2.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jun 11, 2024
1 parent 017043b commit a5ef59d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

**Note that `ex_cldr` version 2.39.0 and later are supported on Elixir 1.12 and later only.**

## Cldr v2.39.1

This is the changelog for Cldr v2.39.1 released on June 11th, 2024. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr/tags)

### Bug Fixes

* Fix `Cldr.Kino.DataTable.format/2` to reflect the changes requested by the Kino team. See the [PR](https://github.com/livebook-dev/kino/pull/441) for further information.

## Cldr v2.39.0

This is the changelog for Cldr v2.39.0 released on June 11th, 2024. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr/tags)
Expand Down
2 changes: 1 addition & 1 deletion livebook/kino_data_table_formatting.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ data = [
}
]

Kino.DataTable.new(data, formatter: &Cldr.Kino.DataTable.value_to_string/2)
Kino.DataTable.new(data, formatter: &Cldr.Kino.DataTable.format/2)
```
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Cldr.Mixfile do
use Mix.Project

@version "2.39.0"
@version "2.39.1"

def project do
[
Expand Down

0 comments on commit a5ef59d

Please sign in to comment.