@posthog/cli 0.7.29 → 0.7.32

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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # posthog-cli
2
2
 
3
+ ## 0.7.32 — 2026-06-24
4
+
5
+ ### Patch changes
6
+
7
+ - [6fb4456e8f](https://github.com/PostHog/posthog/commit/6fb4456e8f9a5048b3db6ceb6d873241e14fe6b8) Fix the CLI release workflow so the Windows (`x86_64-pc-windows-msvc`) build succeeds and ships with each release. — Thanks @cat-ph!
8
+
9
+ ## 0.7.31 — 2026-06-24
10
+
11
+ ### Patch changes
12
+
13
+ - [dfd1f66a9f](https://github.com/PostHog/posthog/commit/dfd1f66a9f0a5ae4e492887c79921b0692c97d51) Add `symbol-sets upload` for native (ELF) debug symbols: it scans a directory for executables, shared libraries, and `objcopy --only-keep-debug` companions that carry a GNU build id and uploads them to PostHog. — Thanks @cat-ph!
14
+
15
+ ## 0.7.30 — 2026-06-22
16
+
17
+ ### Patch changes
18
+
19
+ - [d51a877525](https://github.com/PostHog/posthog/commit/d51a8775252d4fd4e35f389e4960a5f23726e429) Handle Git worktrees and packed refs when detecting repository info — Thanks @hpouillot!
20
+
3
21
  ## 0.7.29 — 2026-06-19
4
22
 
5
23
  ### Patch changes