Skip to content

Commit 58be627

Browse files
committed
1.13 as minimum Elixir version
1 parent 659d2f8 commit 58be627

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v?.?.? (yyyy-mm-dd)
4+
5+
* Set minimum Elixir version to `v1.13`
6+
37
## v0.6.1 (2023-06-02)
48

59
* Support Surface `v0.11`

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule SurfaceMarkdown.MixProject do
77
[
88
app: :surface_markdown,
99
version: @version,
10-
elixir: "~> 1.12",
10+
elixir: "~> 1.13",
1111
description: "A Markdown component for Surface",
1212
elixirc_paths: elixirc_paths(Mix.env()),
1313
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)