Skip to content

Commit 12b3f23

Browse files
authored
Prepare CHANGELOG for 0.2.0 release
1 parent 8e6ebc7 commit 12b3f23

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.2.0]
11+
1012
### Improvements
1113

1214
* Remove dependency on Json.NET. ([#11])
@@ -22,13 +24,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2224

2325
* Add unit and integrations tests. ([#11])
2426
* Setup projects to test against Unity 2018.4 and 2019.3. ([#14])
27+
* Run tests and builds against supported Unity versions using GitHub Actions. ([#15])
2528

2629
[#11]: https://github.com/kongregate/kongregate-web/pull/11
2730
[#14]: https://github.com/kongregate/kongregate-web/pull/14
31+
[#15]: https://github.com/kongregate/kongregate-web/pull/15
2832

2933
## [v0.1.0] - 2019-08-21
3034

3135
Initial release, adds `KongregateWeb` class, `KongregateWeb.jslib`, bindings to core parts of the Kongregate JavaScript API, and basic usage instructions.
3236

33-
[Unreleased]: https://github.com/kongregate/kongregate-web/compare/25b53f1...master
34-
[v0.1.0]: https://github.com/kongregate/kongregate-web/compare/f97322f...25b53f1
37+
[Unreleased]: https://github.com/kongregate/kongregate-web/compare/v0.2.0...HEAD
38+
[v0.2.0]: https://github.com/kongregate/kongregate-web/compare/v0.1.0...v0.2.0
39+
[v0.1.0]: https://github.com/kongregate/kongregate-web/compare/f97322f...v0.1.0

0 commit comments

Comments
 (0)