@sentry/craft 0.25.0 → 0.25.1
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 +20 -7
- package/dist/craft +245 -244
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,32 +1,45 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.25.1
|
|
4
|
+
|
|
5
|
+
## Automated Changelog Fixups
|
|
6
|
+
|
|
7
|
+
We have fixed some edge cases and a major issue affecting GitHub release logs in our automated changelog generation. These are mostly about how we generated Markdown.
|
|
8
|
+
|
|
9
|
+
PRs: #299, #298, #297, #296, #295
|
|
10
|
+
|
|
11
|
+
## Various fixes & improvements
|
|
12
|
+
|
|
13
|
+
- ci(release): Fetch all commits for prev version determination (eabce5ec)
|
|
14
|
+
- upgrade(ansi-regex): Upgrade ansi-regex to 5.0.1 (#300)
|
|
15
|
+
|
|
3
16
|
## 0.25.0
|
|
4
17
|
|
|
5
|
-
|
|
18
|
+
### Automated Changelog Generation
|
|
6
19
|
|
|
7
20
|
We now automatically generate changelog entries for the `auto` changelog policy where none provided, instead of saying "No documented changes". The commits/PRs are grouped by their associated GitHub milestones and the milestone title and description are used in the changelog along with a list of related commits/PRs. Any unaccounted changes are grouped under the "Various improvements and fixes" section.
|
|
8
21
|
|
|
9
22
|
PRs: #291, #290, #289, #287, #285
|
|
10
23
|
|
|
11
|
-
|
|
24
|
+
### Added Maven Target (ongoing)
|
|
12
25
|
|
|
13
26
|
Added the long-awaited Maven target, full with Android support.
|
|
14
27
|
|
|
15
28
|
PRs: #271, #275, #276, #270, #258
|
|
16
29
|
|
|
17
|
-
|
|
30
|
+
### Added symbol-collector Target
|
|
18
31
|
|
|
19
32
|
Added target for our very own [symbol-collector](https://github.com/getsentry/symbol-collector/) to collect and upload all native system symbols with Craft.
|
|
20
33
|
|
|
21
34
|
PRs: #284, #277, #269, #268, #267, #266
|
|
22
35
|
|
|
23
|
-
|
|
36
|
+
### Fixed Cocoapods Support
|
|
24
37
|
|
|
25
|
-
Turns out our Cocoapods target was a bit outdated and broken. We have fixed it in this release! 🥳
|
|
38
|
+
Turns out our Cocoapods target was a bit outdated and broken. We have fixed it in this release! 🥳
|
|
26
39
|
|
|
27
40
|
PRs: #281, #282
|
|
28
41
|
|
|
29
|
-
|
|
42
|
+
### Various fixes & improvements
|
|
30
43
|
|
|
31
44
|
- build: Drop Node 12 support, target Node 14 (#293)
|
|
32
45
|
- build(deps): Bump tmpl from 1.0.4 to 1.0.5 (#292)
|
|
@@ -37,7 +50,7 @@ PRs: #281, #282
|
|
|
37
50
|
- build(deps): Bump path-parse from 1.0.6 to 1.0.7 (#274)
|
|
38
51
|
- build(deps-dev): Bump tar from 4.4.8 to 4.4.15 (#273)
|
|
39
52
|
- docs: Consistent code samples for shell (e84f693f)
|
|
40
|
-
- docs: Mention release
|
|
53
|
+
- docs: Mention release/\*\* branches on README (#263)
|
|
41
54
|
|
|
42
55
|
## 0.24.4
|
|
43
56
|
|