Skip to content

Commit 125e83d

Browse files
authored
Merge pull request #22 from braun-embedded/release-0.3.0
Publish version 0.3.0
2 parents cf9336e + ee6a1ee commit 125e83d

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="v0.3.0"></a>
2+
## v0.3.0 (2020-11-12)
3+
4+
- Extend API to support drivers with other microstepping resolutions ([#15])
5+
- Add support for DRV8825 ([#17])
6+
- Require embedded-hal 1.0.0-alpha.4 ([#16], [#21])
7+
8+
[#15]: https://github.com/braun-embedded/step-dir/pull/15
9+
[#16]: https://github.com/braun-embedded/step-dir/pull/16
10+
[#17]: https://github.com/braun-embedded/step-dir/pull/17
11+
[#21]: https://github.com/braun-embedded/step-dir/pull/21
12+
13+
14+
<a name="v0.2.1"></a>
15+
## v0.2.1 (2020-10-20)
16+
17+
- Fix build system problem that prevented `stspin220` crate from being published.
18+
19+
120
<a name="v0.2.0"></a>
221
## v0.2.0 (2020-10-20)
322

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-members = [".", "drivers/drv8825", "drivers/stspin220"]
44

55
[package]
66
name = "step-dir"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
authors = ["Hanno Braun <[email protected]>"]
99
edition = "2018"
1010

drivers/drv8825/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drv8825"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
authors = [
55
"Hanno Braun <[email protected]>",
66
"Jesse Braham <[email protected]>",
@@ -15,5 +15,5 @@ categories = ["embedded", "hardware-support", "no-std", "science::robotics"]
1515

1616

1717
[dependencies.step-dir]
18-
version = "0.2.0"
18+
version = "0.3.0"
1919
path = "../.."

drivers/stspin220/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stspin220"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Hanno Braun <[email protected]>"]
55
edition = "2018"
66

@@ -12,5 +12,5 @@ categories = ["embedded", "hardware-support", "no-std", "science::robotics"]
1212

1313

1414
[dependencies.step-dir]
15-
version = "0.2.0"
15+
version = "0.3.0"
1616
path = "../.."

0 commit comments

Comments
 (0)