File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
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] ( http://keepachangelog.com/en/1.0.0/ )
6
+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ...
11
+
12
+ ## [ 0.2.8] - 2021-03-13
13
+
14
+ ## [ 0.2.7] - 2020-10-03
15
+
16
+ ## [ 0.2.6] - 2020-09-22
17
+
18
+ ## [ 0.2.5] - 2020-02-10
19
+
20
+ ## [ 0.2.4] - 2020-02-01
21
+
22
+ ## [ 0.2.3] - 2019-08-28
23
+
24
+ ## [ 0.2.2] - 2019-07-27
25
+
26
+ ## [ 0.2.1] - 2019-06-07
27
+
28
+ ## [ 0.2.0] - 2019-06-07
29
+
30
+ ## 0.1.0 - 2019-06-07
31
+
32
+ This is the initial release to crates.io.
33
+
34
+ [ Unreleased ] : https://github.com/rust-embedded-community/usb-device/compare/v0.2.8...HEAD
35
+ [ 0.2.8 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.2.7...v0.2.8
36
+ [ 0.2.7 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.2.6...v0.2.7
37
+ [ 0.2.6 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.2.5...v0.2.6
38
+ [ 0.2.5 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.2.4...v0.2.5
39
+ [ 0.2.4 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.2.3...v0.2.4
40
+ [ 0.2.3 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.2.2...v0.2.3
41
+ [ 0.2.2 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.2.1...v0.2.2
42
+ [ 0.2.1 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.2.0...v0.2.1
43
+ [ 0.2.0 ] : https://github.com/rust-embedded-community/usb-device/compare/v0.1.0...v0.2.0
You can’t perform that action at this time.
0 commit comments