Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🌟 What is the purpose of this PR? A small bug was highlighted in #2019 and fixed in #2022, so we want to publish the fix. ## 🔗 Related links - Closes #2019 - #2022 ##⚠️ Known issues Currently, the `SemVer Check` job is disabled, so we have to run it manually. Output: ``` ❯ cargo semver-checks check-release Updating index Parsing error-stack v0.3.1 (current) Parsing error-stack v0.3.0 (baseline) Checking error-stack v0.3.0 -> v0.3.1 (minor change) Completed [ 0.127s] 35 checks; 35 passed, 5 unnecessary cargo semver-checks check-release 11.95s user 2.40s system 87% cpu 16.334 total ❯ echo $? 0 ```
- Loading branch information