@sentry/cli 1.74.2 → 1.74.3
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 +13 -0
- package/checksums.txt +9 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
"You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott
|
|
4
4
|
|
|
5
|
+
## 1.74.3
|
|
6
|
+
|
|
7
|
+
### Various fixes & improvements
|
|
8
|
+
|
|
9
|
+
- deps: Update symbolic and git-rs crates (#1170) by @kamilogorek
|
|
10
|
+
- ref: Filter non-error goblin logs (#1169) by @kamilogorek
|
|
11
|
+
- ref: Use provided version in release log messages (#1162) by @kamilogorek
|
|
12
|
+
|
|
5
13
|
## 1.74.2
|
|
6
14
|
|
|
7
15
|
### Various fixes & improvements
|
|
8
16
|
|
|
9
17
|
- revert: ref: Dont run install script using node binary #1151 (#1155) by @kamilogorek
|
|
18
|
+
|
|
19
|
+
## 1.74.1
|
|
20
|
+
|
|
21
|
+
### Various fixes & improvements
|
|
22
|
+
|
|
10
23
|
- ref: Make org and project flags position independent (#1153) by @kamilogorek
|
|
11
24
|
|
|
12
25
|
## 1.74.0
|
package/checksums.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
sentry-cli-Darwin-arm64=
|
|
2
|
-
sentry-cli-Darwin-universal=
|
|
3
|
-
sentry-cli-Darwin-x86_64=
|
|
4
|
-
sentry-cli-Linux-aarch64=
|
|
5
|
-
sentry-cli-Linux-armv7=
|
|
6
|
-
sentry-cli-Linux-i686=
|
|
7
|
-
sentry-cli-Linux-x86_64=
|
|
8
|
-
sentry-cli-Windows-i686.exe=
|
|
9
|
-
sentry-cli-Windows-x86_64.exe=
|
|
1
|
+
sentry-cli-Darwin-arm64=da33835c6c68e007747784cc191731fd47b6c1d0984fc5373aad60f3025e5ae9
|
|
2
|
+
sentry-cli-Darwin-universal=ec665920219317a728093b30fd9c009dd64a8f49001d1d8434a46aa8ba5d0f12
|
|
3
|
+
sentry-cli-Darwin-x86_64=d5f0e2380a79852a1ebaa5abab4c4d0e9681e5cb080d92b5b2801034649b27e5
|
|
4
|
+
sentry-cli-Linux-aarch64=5f981d63bf6644973b85cf514381196b7a7089fec07e580be7530522728cf95f
|
|
5
|
+
sentry-cli-Linux-armv7=c852fd2e1f402c3db0b269df17da7d14e8098c1c066ee09d342901c39862a36a
|
|
6
|
+
sentry-cli-Linux-i686=f1db03614ec2b15e9cafcd7f3f7a9aaee5291f420fe4981ea220dc1bb8ec479e
|
|
7
|
+
sentry-cli-Linux-x86_64=2d2b4acc6bb644aef5d07bd8c96ffaa16207719355fbf1578833c6eeee912554
|
|
8
|
+
sentry-cli-Windows-i686.exe=8fbef71c26cc3a034043eaa4d2efd9830c17c2500f069411283e2fa3f7a0f9db
|
|
9
|
+
sentry-cli-Windows-x86_64.exe=0d2f372d98f53ea4d4df26161f1f821d5322b00a0227ce84ec939bf271c720ad
|
package/package.json
CHANGED