File tree 3 files changed +12
-7
lines changed
3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
8
8
## [ Unreleased]
9
+ [ Unreleased ] : https://github.com/althonos/flips.rs/compare/v0.2.0...HEAD
9
10
10
- [ Unreleased ] : https://github.com/althonos/flips.rs/compare/v0.1.0...HEAD
11
-
11
+ ## [ v0.2.0] - 2020-04-05
12
+ [ v0.2.0 ] : https://github.com/althonos/flips.rs/compare/v0.1.0...v0.2.0
13
+ ### Added
14
+ - Support for ` no_std ` compilation by disabling ` std ` feature.
15
+ - Delta BPS patches with more memory support.
16
+ ### Changed
17
+ - Make ` flips-sys ` use ` crc32fast ` instead of builtin Flips implementation
18
+ to compute checksums of patches and ROMs.
12
19
13
20
## [ v0.1.0] - 2020-03-22
14
-
15
21
Initial release.
16
-
17
22
[ v0.1.0 ] : https://github.com/althonos/flips.rs/compare/3bd54de...v0.1.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["flips-sys"]
3
3
4
4
[package ]
5
5
name = " flips"
6
- version = " 0.1 .0"
6
+ version = " 0.2 .0"
7
7
authors = [
" Martin Larralde <[email protected] >" ]
8
8
edition = " 2018"
9
9
license = " GPL-3.0"
@@ -25,7 +25,7 @@ status = "actively-developed"
25
25
26
26
[dependencies .flips-sys ]
27
27
path = " ./flips-sys"
28
- version = " 0.1 .0"
28
+ version = " 0.2 .0"
29
29
default-features = false
30
30
[dependencies .err-derive ]
31
31
version = " 0.2.3"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " flips-sys"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
authors = [
" Martin Larralde <[email protected] >" ]
5
5
edition = " 2018"
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments