From 5bbf33d3ee3a9a27cb53a3529d044fc1aa8972b4 Mon Sep 17 00:00:00 2001 From: Ava Pek Date: Tue, 27 Nov 2018 09:26:35 -0600 Subject: [PATCH] Bump version to 0.3.1 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a90227..4c3c0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.3.1] + ### Fixed * Added a missing DLL `Microsoft.Scripting.Metadata` that is required to build @@ -36,7 +39,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial support for Python in Unity3D with IronPython 2.6.2. -[Unreleased]: https://github.com/exodrifter/unity-python/compare/0.3.0...HEAD +[Unreleased]: https://github.com/exodrifter/unity-python/compare/0.3.1...HEAD +[0.3.1]: https://github.com/exodrifter/unity-python/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/exodrifter/unity-python/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/exodrifter/unity-python/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/exodrifter/unity-python/compare/0.0.0...0.1.0