From c007d8ded73db1239272e55755967824761d341f Mon Sep 17 00:00:00 2001 From: Boyd Multerer Date: Fri, 9 Sep 2022 16:40:06 +1200 Subject: [PATCH] bump version and add changelog note --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c37e9702..7fc14636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.11.1 +* A variety of minor documentation and spec bug fixes. The most important one + fixes the docs for Primitives.arc and Primitives.sector, which did not reflect + the actual format those primitives required. + ## 0.11.0 * The GitHub repo was moved to the new ScenicFramework GitHub organization * Add the Scenic.Assets.Stream.Bitmap.put_offset/3 api diff --git a/mix.exs b/mix.exs index 7b1db87c..57cc17a5 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Scenic.Mixfile do @app_name :scenic - @version "0.11.0" + @version "0.11.1" @elixir_version "~> 1.11" @github "https://github.com/ScenicFramework/scenic"