agentty 0.2.1 → 0.2.2

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
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v0.2.2] - 2026-02-22
9
+
10
+ ### Added
11
+
12
+ - **Release:** Add crates.io publish workflow for release tags.
13
+
14
+ ### Changed
15
+
16
+ - **Metadata:** Add full workspace author metadata.
17
+
18
+ ### Contributors
19
+
20
+ - @minev-dev
21
+
8
22
  ## [v0.2.1] - 2026-02-22
9
23
 
10
24
  ### Added
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "Apache-2.0",
25
25
  "name": "agentty",
26
- "version": "0.2.1"
26
+ "version": "0.2.2"
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.1"
518
+ "version": "0.2.2"
519
519
  }
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/opencloudtool/agentty/releases/download/v0.2.1",
3
- "author": "Vladimir Minev",
2
+ "artifactDownloadUrl": "https://github.com/opencloudtool/agentty/releases/download/v0.2.2",
4
3
  "bin": {
5
4
  "agentty": "run-agentty.js"
6
5
  },
6
+ "contributors": [
7
+ "Vladimir Minev <minev.dev@gmail.com>",
8
+ "Andrei Agaev <andagaev@gmail.com>"
9
+ ],
7
10
  "dependencies": {
8
11
  "axios": "^1.13.2",
9
12
  "axios-proxy-builder": "^0.1.2",
@@ -63,7 +66,7 @@
63
66
  "zipExt": ".tar.xz"
64
67
  }
65
68
  },
66
- "version": "0.2.1",
69
+ "version": "0.2.2",
67
70
  "volta": {
68
71
  "node": "18.14.1",
69
72
  "npm": "9.5.0"