diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d23ab69..ecbe8f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.5.0] + ## Added - Add eeprom support @@ -112,6 +114,7 @@ First serious release. [Unreleased]: https://github.com/Yamakaky/dcpu/compare/0.4.0...HEAD +[0.5.0]: https://github.com/Yamakaky/dcpu/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/Yamakaky/dcpu/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/Yamakaky/dcpu/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/Yamakaky/dcpu/compare/0.1.2...0.2.0 diff --git a/Cargo.lock b/Cargo.lock index 782c8453..81aeff7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,9 +1,9 @@ [root] name = "dcpu-server" -version = "0.5.0" +version = "0.1.0" dependencies = [ "bytes 0.4.0-dev (git+https://github.com/carllerche/bytes)", - "dcpu 0.4.0", + "dcpu 0.5.0", "error-chain 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -216,7 +216,7 @@ dependencies = [ [[package]] name = "dcpu" -version = "0.4.0" +version = "0.5.0" dependencies = [ "clap 2.19.2 (registry+https://github.com/rust-lang/crates.io-index)", "clippy 0.0.104 (registry+https://github.com/rust-lang/crates.io-index)",