File tree Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## [ 0.1.1] - 2019-01-16
11
+
12
+ ### Added
13
+
14
+ * UUIDs for primitives and some std types.
15
+ * More readible versions of the UUIDs for amethyst types.
16
+
17
+ ## [ 0.1.0] - 2019-01-09
18
+
19
+ * ` TypeUuid ` and ` TypeUuidDynamic ` traits.
20
+ * ` Bytes ` type.
21
+ * Custom derive support for ` TypeUuid ` .
22
+ * UUIDs for some amethyst types.
23
+
24
+ [ Unreleased ] : https://github.com/randomPoison/type-uuid/compare/v0.1.1...HEAD
25
+ [ 0.1.1 ] : https://github.com/randomPoison/type-uuid/compare/v0.1.0...v0.1.1
26
+ [ 0.1.0 ] : https://github.com/randomPoison/type-uuid/compare/16d3369...v0.1.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " type-uuid"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
authors = [
" David LeGare <[email protected] >" ,
" Jacob Kiesel <[email protected] >" ]
5
5
edition = " 2018"
6
6
@@ -12,7 +12,7 @@ license = "Apache-2.0 OR MIT"
12
12
categories = [" rust-patterns" ]
13
13
14
14
[dependencies ]
15
- type-uuid-derive = { version = " 0.1.0 " , path = " ./type-uuid-derive" }
15
+ type-uuid-derive = { version = " 0.1.1 " , path = " ./type-uuid-derive" }
16
16
amethyst = { version = " 0.10.0" , optional = true }
17
17
18
18
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " type-uuid-derive"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
authors = [
" David LeGare <[email protected] >" ]
5
5
edition = " 2018"
6
6
You can’t perform that action at this time.
0 commit comments