Skip to content

Commit 006d1a7

Browse files
authored
Merge pull request #222 from boydm/v0.10.5
bump version and add change note
2 parents 0210354 + b0d0359 commit 006d1a7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.10.5
4+
* tighten requirement for font_metrics to 0.3.0. Thank you @wojtekmach
5+
36
## 0.10.4
47
* Can pass in a :name option to scenes/components @am-kantox
58
* Clean up warnings under Elixir 1.11

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Scenic.Mixfile do
33

44
@app_name :scenic
55

6-
@version "0.10.4"
6+
@version "0.10.5"
77

88
@elixir_version "~> 1.8"
99
@github "https://github.com/boydm/scenic"

0 commit comments

Comments
 (0)