Commit 2dfa779 1 parent 13fd085 commit 2dfa779 Copy full SHA for 2dfa779
File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.2] - 2020-12-06
11
+
10
12
### Fixed
11
13
12
14
- Fix warning ` clippy::self_assignment ` .
@@ -20,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
22
21
23
## [ 1.0.0] - 2020-07-26
22
24
23
- [ Unreleased ] : https://github.com/dkim/i8080/compare/1.0.1...HEAD
25
+ [ Unreleased ] : https://github.com/dkim/i8080/compare/1.0.2...HEAD
26
+ [ 1.0.2 ] : https://github.com/dkim/i8080/compare/1.0.1...1.0.2
24
27
[ 1.0.1 ] : https://github.com/dkim/i8080/compare/1.0.0...1.0.1
25
28
[ 1.0.0 ] : https://github.com/dkim/i8080/releases/tag/1.0.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " i8080"
3
- version = " 1.0.1 "
3
+ version = " 1.0.2 "
4
4
authors = [" Deokhwan Kim" ]
5
5
description = " i8080 is an Intel 8080 emulation library in Rust."
6
6
license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
8
8
repository = " https://github.com/dkim/i8080"
9
9
keywords = [" intel-8080" ]
10
10
categories = [" emulators" ]
11
- documentation = " https://dkim.github.io/i8080/1.0.1 /i8080"
11
+ documentation = " https://dkim.github.io/i8080/1.0.2 /i8080"
12
12
edition = " 2018"
13
13
14
14
[dependencies ]
Original file line number Diff line number Diff line change 1
1
# i8080
2
2
3
3
[ ![ build status] ( https://github.com/dkim/i8080/workflows/build/badge.svg )] ( https://github.com/dkim/i8080/actions?query=workflow%3Abuild+branch%3Amaster )
4
- [ ![ docs] ( https://img.shields.io/badge/docs-1.0.1 -blue.svg )] ( https://dkim.github.io/i8080/1.0.1 /i8080/ )
4
+ [ ![ docs] ( https://img.shields.io/badge/docs-1.0.2 -blue.svg )] ( https://dkim.github.io/i8080/1.0.2 /i8080/ )
5
5
6
6
i8080 is an [ Intel 8080] emulation library in Rust.
7
7
@@ -17,15 +17,15 @@ i8080 is an [Intel 8080] emulation library in Rust.
17
17
18
18
### Rust
19
19
20
- This program targets the latest stable version of Rust 1.46 .0 or later.
20
+ This program targets the latest stable version of Rust 1.47 .0 or later.
21
21
22
22
## Usage
23
23
24
24
Add this to your ` Cargo.toml ` :
25
25
26
26
``` toml
27
27
[dependencies ]
28
- i8080 = { git = " https://github.com/dkim/i8080" , tag = " 1.0.1 " }
28
+ i8080 = { git = " https://github.com/dkim/i8080" , tag = " 1.0.2 " }
29
29
```
30
30
31
31
## Example
You can’t perform that action at this time.
0 commit comments