We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff325e commit 42c4721Copy full SHA for 42c4721
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.27.4
4
+
5
+### Various fixes & improvements
6
7
+- fix(crates): Skip path-only dev-dependencies in dep cycle checking (#341) by @Swatinem
8
+- Limit the number of leftovers listed (#335) by @chadwhitacre
9
10
## 0.27.3
11
12
### Various fixes & improvements
package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/craft",
- "version": "0.28.0-dev.0",
+ "version": "0.27.4",
"description": "The universal sentry workflow CLI",
"main": "dist/craft",
"repository": "https://github.com/getsentry/craft",
0 commit comments