Skip to content

Commit

Permalink
release: cut the v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dkim committed Sep 27, 2020
1 parent a49c35e commit 687cb83
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 49 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2020-08-15

### Changed

- Simplify error handling in `main.rs` with `Box<dyn std::error::Error>`.
- Upgrade `luminance` to version 0.41.0.

## [1.0.0] - 2020-07-26

[Unreleased]: https://github.com/dkim/space-invaders/compare/1.0.0...HEAD
[Unreleased]: https://github.com/dkim/space-invaders/compare/1.1.0...HEAD
[1.1.0]: https://github.com/dkim/space-invaders/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/dkim/space-invaders/releases/tag/1.0.0
75 changes: 31 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "space-invaders"
version = "1.0.0"
version = "1.1.0"
authors = ["Deokhwan Kim"]
description = "space-invaders is an emulator for the Space Invaders arcade machine."
license = "MIT OR Apache-2.0"
Expand All @@ -23,4 +23,4 @@ luminance-glfw = "0.13.1"
luminance-windowing = "0.9.1"
rodio = { version = "0.11.0", default-features = false, features = ["wav"] }
spin_sleep = "1.0.0"
structopt = { version = "0.3.15", features = ["wrap_help"] }
structopt = { version = "0.3.16", features = ["wrap_help"] }
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ arcade machine.

## Installation Requirements

This program targets the latest stable version of Rust 1.40.0 or later.
This program targets the latest stable version of Rust 1.45.2 or later.

### Requirements for Linux Systems

Expand Down Expand Up @@ -86,7 +86,7 @@ $ cargo build --release

```console
$ cargo run --release -- --help
space-invaders 1.0.0
space-invaders 1.1.0
space-invaders is an emulator for the Space Invaders arcade machine.

USAGE:
Expand Down

0 comments on commit 687cb83

Please sign in to comment.