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 0210354 commit b0d0359Copy full SHA for b0d0359
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.10.5
4
+* tighten requirement for font_metrics to 0.3.0. Thank you @wojtekmach
5
+
6
## 0.10.4
7
* Can pass in a :name option to scenes/components @am-kantox
8
* Clean up warnings under Elixir 1.11
mix.exs
@@ -3,7 +3,7 @@ defmodule Scenic.Mixfile do
@app_name :scenic
- @version "0.10.4"
+ @version "0.10.5"
@elixir_version "~> 1.8"
9
@github "https://github.com/boydm/scenic"
0 commit comments