@lanegrid/agtrace 0.2.0 → 0.2.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 CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.2.1] - 2025-12-31
6
+
7
+ ### Bug Fixes
8
+
9
+ - Add missing description to agtrace-core for crates.io publish ([06907c5](https://github.com/lanegrid/agtrace/commit/06907c58cda845cacd5f30a9c9663503f65e1ff1))
10
+
11
+ - Make README version check dynamic for major.minor versions ([428d0a3](https://github.com/lanegrid/agtrace/commit/428d0a34399a3c5a6d5f6c7025e5ba2eb859823a))
12
+
13
+
14
+ ### Documentation
15
+
16
+ - Update README version references from 0.1 to 0.2 ([7f073b7](https://github.com/lanegrid/agtrace/commit/7f073b7ef2c8bd3eded3eca94bc8430c3b8ae733))
17
+
18
+
5
19
  ## [0.2.0] - 2025-12-31
6
20
 
7
21
  ### Documentation
package/README.md CHANGED
@@ -38,7 +38,7 @@ Embed agent observability into your own tools (vital-checkers, IDE plugins, dash
38
38
 
39
39
  ```toml
40
40
  [dependencies]
41
- agtrace-sdk = "0.1"
41
+ agtrace-sdk = "0.2"
42
42
  ```
43
43
 
44
44
  ```rust,no_run
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT OR Apache-2.0",
25
25
  "name": "@lanegrid/agtrace",
26
- "version": "0.2.0"
26
+ "version": "0.2.1"
27
27
  },
28
28
  "node_modules/@isaacs/balanced-match": {
29
29
  "engines": {
@@ -515,5 +515,5 @@
515
515
  }
516
516
  },
517
517
  "requires": true,
518
- "version": "0.2.0"
518
+ "version": "0.2.1"
519
519
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/lanegrid/agtrace/releases/download/v0.2.0",
2
+ "artifactDownloadUrl": "https://github.com/lanegrid/agtrace/releases/download/v0.2.1",
3
3
  "bin": {
4
4
  "agtrace": "run-agtrace.js"
5
5
  },
@@ -93,7 +93,7 @@
93
93
  "zipExt": ".tar.xz"
94
94
  }
95
95
  },
96
- "version": "0.2.0",
96
+ "version": "0.2.1",
97
97
  "volta": {
98
98
  "node": "18.14.1",
99
99
  "npm": "9.5.0"