Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanisaacg committed Oct 14, 2020
1 parent 7ac02a4 commit 9b6b788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## WIP
## v0.4.0
- Derive Debug and Clone on `Timer`
- Apply the inverse of `set_view` in `screen_to_camera`
- Updated status to `passively-maintained`

## v0.4.0-alpha0.7
- Remove stray calls to `dbg!`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "quicksilver"
description = "A simple game framework for 2D games in pure Rust"
version = "0.4.0-alpha0.7"
version = "0.4.0"
authors = ["Ryan Goldstein <ryanisaacg@gmail.com>"]
categories = ["game-engines"]
homepage = "https://ryanisaacg.github.io/quicksilver"
Expand Down

0 comments on commit 9b6b788

Please sign in to comment.