@sentry/craft 0.27.0 → 0.27.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +36 -0
- package/README.md +0 -1
- package/dist/craft +190 -189
- package/dist/craft.map +7 -0
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# Changelog
|
|
2
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
|
|
13
|
+
|
|
14
|
+
- fix: Remove GitHub asset checksum (#333) by @rhcarvalho
|
|
15
|
+
- misc: Update error message to clarify what size refers to what (#332) by @rhcarvalho
|
|
16
|
+
- build: Use source map to produce debuggable stack traces (#326) by @rhcarvalho
|
|
17
|
+
|
|
18
|
+
## 0.27.2
|
|
19
|
+
|
|
20
|
+
### Increase Release Safety and Reliability (ongoing)
|
|
21
|
+
|
|
22
|
+
Work on increasing the release safety and reliability.
|
|
23
|
+
|
|
24
|
+
By: @iker-barriocanal (#328)
|
|
25
|
+
|
|
26
|
+
### Various fixes & improvements
|
|
27
|
+
|
|
28
|
+
- docs: Fix typos and cleanup some documentation (#325) by @rhcarvalho
|
|
29
|
+
|
|
30
|
+
## 0.27.1
|
|
31
|
+
|
|
32
|
+
### Various fixes & improvements
|
|
33
|
+
|
|
34
|
+
- Relax checksum requirement (#323) by @chadwhitacre
|
|
35
|
+
- docs: Remove Github Artifact Provider entry in the README (#321) by @kamilogorek
|
|
36
|
+
- ci(release): Omit meta version bumps from changelog (#320) by @BYK
|
|
37
|
+
- meta: Bump new development version (d0028539)
|
|
38
|
+
|
|
3
39
|
## 0.27.0
|
|
4
40
|
|
|
5
41
|
### Increase Release Safety and Reliability (ongoing)
|
package/README.md
CHANGED
|
@@ -34,7 +34,6 @@ then enforces a specific workflow for managing release branches, changelogs, art
|
|
|
34
34
|
- [Required Files](#required-files)
|
|
35
35
|
- [Status Provider](#status-provider)
|
|
36
36
|
- [Artifact Provider](#artifact-provider)
|
|
37
|
-
- [Using Github Actions with Github Artifact Provider](#using-github-actions-with-github-artifact-provider)
|
|
38
37
|
- [Target Configurations](#target-configurations)
|
|
39
38
|
- [Per-target options](#per-target-options)
|
|
40
39
|
- [GitHub (`github`)](#github-github)
|