Skip to content

Commit

Permalink
publish version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Mar 19, 2020
1 parent b8a04a3 commit 6222979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 0.6.0

- `fn Context::window_surface` was renamed to `fn Context::surface` and may now panic if used incorrectly.
- `fn Context::finalize_frame` was renamed to `fn Context::presend(surface: WindowSurface)`.
- `fn Context::finalize_frame` was changed to `fn Context::presend(surface: WindowSurface)`.
- add logging using the `log` crate.
- update `glutin` to version `0.24`

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 = "crow"
version = "0.5.0"
version = "0.6.0"
authors = ["lcnr/Bastian Kauschke <[email protected]>"]
description = "A pixel perfect 2D rendering engine"
keywords = ["game", "rendering", "2D", "gl"]
Expand Down

0 comments on commit 6222979

Please sign in to comment.