Skip to content

Commit

Permalink
Update changelog for next release (#325)
Browse files Browse the repository at this point in the history
* Update changelog for next release

* bump version and fix broken doc link
  • Loading branch information
axelson authored Sep 17, 2023
1 parent 391e9d2 commit 5e7450e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## Unreleased

* Variety of minor updates, bug fixes, and doc updates
* `Scenic.Scene.assign/2` now accepts a map by @amclain in https://github.com/ScenicFramework/scenic/pull/291
* Allow `Scenic.Scene.assign_new/2` and `Scenic.Driver.assign_new/2` to take a map of values by @adkron in https://github.com/ScenicFramework/scenic/pull/293
* Update nimble_options by @axelson in https://github.com/ScenicFramework/scenic/pull/300
* Improve static assets otp_app error message by @axelson in https://github.com/ScenicFramework/scenic/pull/305
* Upgrade elixir_make and ssl_verify_fun by @ohrite in https://github.com/ScenicFramework/scenic/pull/321

### New Contributors
* @amclain made their first contribution in https://github.com/ScenicFramework/scenic/pull/291
* @adkron made their first contribution in https://github.com/ScenicFramework/scenic/pull/293
* @seb3s made their first contribution in https://github.com/ScenicFramework/scenic/pull/294
* @rkenzhebekov made their first contribution in https://github.com/ScenicFramework/scenic/pull/303
* @ohrite made their first contribution in https://github.com/ScenicFramework/scenic/pull/321

**Full Changelog**: https://github.com/ScenicFramework/scenic/compare/v0.11.1...v0.11.2

## 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
Expand Down
2 changes: 1 addition & 1 deletion lib/scenic/script.ex
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ defmodule Scenic.Script do
Building and using a custom script happens in three parts. First, the script itself
is created using the `Scenic.Script` api.
Then the script is published to the ViewPort using `Scenic.Scene/push_script/4` with a
Then the script is published to the ViewPort using `Scenic.Scene.push_script/4` with a
unique name.
Later, the graph for the checkbox references this script, which is what triggers it to be drawn.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Scenic.Mixfile do

@app_name :scenic

@version "0.11.1"
@version "0.11.2"

@elixir_version "~> 1.11"
@github "https://github.com/ScenicFramework/scenic"
Expand Down

0 comments on commit 5e7450e

Please sign in to comment.