Skip to content

Commit 04111ac

Browse files
committed
rusty_engine 2.0.1
1 parent 4ff0740 commit 04111ac

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!-- next-header -->
22
## [Unreleased] - ReleaseDate
33

4+
## [2.0.1] - 2021-11-15
5+
46
- Print out error and URL if assets directory is not present
57

68
## [2.0.0] - 2021-09-09
@@ -112,7 +114,8 @@
112114

113115
[Bevy]: https://bevyengine.org
114116
<!-- next-url -->
115-
[Unreleased]: https://github.com/CleanCut/rusty_engine/compare/v2.0.0...HEAD
117+
[Unreleased]: https://github.com/CleanCut/rusty_engine/compare/v2.0.1...HEAD
118+
[2.0.1]: https://github.com/CleanCut/rusty_engine/compare/v2.0.0...v2.0.1
116119
[2.0.0]: https://github.com/CleanCut/rusty_engine/compare/v1.1.4...v2.0.0
117120
[1.1.4]: https://github.com/CleanCut/rusty_engine/compare/v1.1.3...v1.1.4
118121
[1.1.3]: https://github.com/CleanCut/rusty_engine/compare/v1.1.2...v1.1.3

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rusty_engine"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Learn Rust with a simple, cross-platform, 2D game engine."
55
edition = "2021"
66
homepage = "https://github.com/CleanCut/rusty_engine"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Add `rusty_engine` as a dependency
4646

4747
```toml
4848
# In your [dependencies] section of Cargo.toml
49-
rusty_engine = "2.0.0"
49+
rusty_engine = "2.0.1"
5050
```
5151

5252
Write your game!

0 commit comments

Comments
 (0)