From 5bb04cf8483188582a2adb8c36567242af86f49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Mon, 11 May 2020 01:24:42 +0200 Subject: [PATCH] Update `CHANGELOG` --- CHANGELOG.md | 9 ++++++++- README.md | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60ea364..0aa4a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2020-05-11 +### Fixed +- Crashes when using Metal or DirectX. [#126] + +[#126]: https://github.com/hecrj/coffee/pull/126 + ## [0.4.0] - 2020-04-25 ### Added @@ -237,7 +243,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.4.0...HEAD +[Unreleased]: https://github.com/hecrj/coffee/compare/0.4.1...HEAD +[0.4.1]: https://github.com/hecrj/coffee/compare/0.4.0...0.4.1 [0.4.0]: https://github.com/hecrj/coffee/compare/0.3.2...0.4.0 [0.3.2]: https://github.com/hecrj/coffee/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/hecrj/coffee/compare/0.3.0...0.3.1 diff --git a/README.md b/README.md index 31d5abb..e7c5205 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Add `coffee` as a dependency in your `Cargo.toml` and enable a graphics backend feature (`opengl`, `vulkan`, `metal`, `dx11`, or `dx12`): ```toml -coffee = { version = "0.4.1", features = ["opengl"] } +coffee = { version = "0.4", features = ["opengl"] } ``` Rust is quite slow in debug mode. If you experience performance issues when