Skip to content

Commit 37f0cd5

Browse files
authored
Merge pull request #21 from sharon77242/release-please--branches--main--components--argus-apm
chore(main): release argus-apm 0.6.0
2 parents b0441b3 + 51acfa5 commit 37f0cd5

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

packages/agent/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/sharon77242/Argus/compare/argus-apm-v0.5.2...argus-apm-v0.6.0) (2026-05-15)
4+
5+
6+
### Features
7+
8+
* add job queue and message broker tracing ([b0441b3](https://github.com/sharon77242/Argus/commit/b0441b353fccc9f0cd4fe36443b65b5d1de0cb15))
9+
* add job queue and message broker tracing ([b6f86e1](https://github.com/sharon77242/Argus/commit/b6f86e18d0dd55c5e235a10c40f1a017814aaab5))
10+
* close 10/10 gaps — messaging integration tests, expanded demo, README complete ([ea1408f](https://github.com/sharon77242/Argus/commit/ea1408f49008b72a84dbf3d15f64632e0d113d55))
11+
12+
13+
### Bug Fixes
14+
15+
* expand test glob to cover depth-3 test directories on Linux CI ([484a629](https://github.com/sharon77242/Argus/commit/484a6295cca79c27cbc76c8f153f170438805289))
16+
317
## [0.5.2](https://github.com/sharon77242/Argus/compare/argus-apm-v0.5.1...argus-apm-v0.5.2) (2026-05-08)
418

519

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "argus-apm",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "Privacy-first performance diagnostics for Node.js — Argus",
55
"main": "dist/cjs/index.cjs",
66
"module": "dist/esm/index.js",

release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/agent": "0.5.2"
2+
"packages/agent": "0.6.0"
33
}

0 commit comments

Comments
 (0)