Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jun 20, 2019
1 parent 3a906fc commit 25135cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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.3.1] - 2019-06-20
### Added
- Documentation about the default coordinate system of a `Target`.

Expand Down Expand Up @@ -172,7 +175,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.3.0...HEAD
[Unreleased]: https://github.com/hecrj/coffee/compare/0.3.1...HEAD
[0.3.1]: https://github.com/hecrj/coffee/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/hecrj/coffee/compare/0.2.0...0.3.0
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coffee"
version = "0.3.0"
version = "0.3.1"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
description = "An opinionated 2D game engine focused on simplicity, explicitness, and type-safety"
Expand Down

0 comments on commit 25135cd

Please sign in to comment.