From 5ac1eb5e202fd698d350335dc8586864d807525d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Mon, 29 Apr 2019 01:15:53 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb11ed..5bcff71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.0] - 2019-04-28 ### Added - `Game::on_close_request` to control whether the game should be closed when the window receives a close request by the OS. [#14] @@ -60,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Coffee starts being developed. -[Unreleased]: https://github.com/hecrj/coffee/compare/0.1.1...HEAD +[Unreleased]: https://github.com/hecrj/coffee/compare/0.2.0...HEAD +[0.2.0]: https://github.com/hecrj/coffee/compare/0.1.1...0.2.0 [0.1.1]: https://github.com/hecrj/coffee/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/hecrj/coffee/releases/tag/0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 961e4aa..9fc65bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coffee" -version = "0.1.1" +version = "0.2.0" authors = ["Héctor Ramón Jiménez "] edition = "2018" description = "An opinionated 2D game engine focused on simplicity, explicitness, and type-safety"