Skip to content

Commit 3b38c12

Browse files
authored
Merge pull request #289 from ScenicFramework/prep_v_0.11.1
bump version and add changelog note
2 parents fae3b60 + c007d8d commit 3b38c12

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.11.1
4+
* A variety of minor documentation and spec bug fixes. The most important one
5+
fixes the docs for Primitives.arc and Primitives.sector, which did not reflect
6+
the actual format those primitives required.
7+
38
## 0.11.0
49
* The GitHub repo was moved to the new ScenicFramework GitHub organization
510
* Add the Scenic.Assets.Stream.Bitmap.put_offset/3 api

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.11.0"
6+
@version "0.11.1"
77

88
@elixir_version "~> 1.11"
99
@github "https://github.com/ScenicFramework/scenic"

0 commit comments

Comments
 (0)