Skip to content

Commit 499977e

Browse files
committed
Prepare release
1 parent f97077b commit 499977e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.5.8 - 20223-03-30
4+
5+
- Fixed clippy warnings
6+
- Added `parallel` feature forwarding to `cc/parallel`
7+
- Ported to `syn 2.0`
8+
39
## 0.5.7 - 2022-04-29
410

511
- Fixed clippy warnings

publish_crates.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

33
cargo publish --manifest-path cpp_common/Cargo.toml
4-
sleep 30
54
cargo publish --manifest-path cpp_macros/Cargo.toml
65
cargo publish --manifest-path cpp_build/Cargo.toml
76
cargo publish --manifest-path cpp/Cargo.toml

0 commit comments

Comments
 (0)