From 156c677b7261d37076b4fd0b87b6aede1b5517cd Mon Sep 17 00:00:00 2001 From: Ava Pek Date: Sun, 25 Nov 2018 21:22:55 -0600 Subject: [PATCH] Bump version to 0.3.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf33b86..63be2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.3.0] + ### Changed * Updated IronPython to 2.7.9 @@ -29,7 +32,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.2.0...HEAD +[Unreleased]: https://github.com/exodrifter/unity-python/compare/0.3.0...HEAD +[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 [0.0.0]: https://github.com/exodrifter/unity-python/compare/f864edb...0.0.0