Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/bump-rustls-webpki.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/postagent-core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/postagent-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postagent-core"
version = "0.3.2"
version = "0.3.3"
edition = "2021"

[[bin]]
Expand Down
6 changes: 6 additions & 0 deletions packages/postagent-darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# postagent-darwin-arm64

## 0.3.3

### Patch Changes

- [#29](https://github.com/actionbook/postagent/pull/29) [`1d14401`](https://github.com/actionbook/postagent/commit/1d144016216a2c535679e90818bfc830a932b454) Thanks [@4bmis](https://github.com/4bmis)! - Apply upstream security fixes to bundled TLS dependencies.

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postagent-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postagent-darwin-arm64",
"version": "0.3.2",
"version": "0.3.3",
"description": "Postagent CLI native binary for macOS ARM64",
"os": [
"darwin"
Expand Down
6 changes: 6 additions & 0 deletions packages/postagent-darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# postagent-darwin-x64

## 0.3.3

### Patch Changes

- [#29](https://github.com/actionbook/postagent/pull/29) [`1d14401`](https://github.com/actionbook/postagent/commit/1d144016216a2c535679e90818bfc830a932b454) Thanks [@4bmis](https://github.com/4bmis)! - Apply upstream security fixes to bundled TLS dependencies.

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postagent-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postagent-darwin-x64",
"version": "0.3.2",
"version": "0.3.3",
"description": "Postagent CLI native binary for macOS x64",
"os": [
"darwin"
Expand Down
6 changes: 6 additions & 0 deletions packages/postagent-linux-arm64-gnu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# postagent-linux-arm64-gnu

## 0.3.3

### Patch Changes

- [#29](https://github.com/actionbook/postagent/pull/29) [`1d14401`](https://github.com/actionbook/postagent/commit/1d144016216a2c535679e90818bfc830a932b454) Thanks [@4bmis](https://github.com/4bmis)! - Apply upstream security fixes to bundled TLS dependencies.

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postagent-linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postagent-linux-arm64-gnu",
"version": "0.3.2",
"version": "0.3.3",
"description": "Postagent CLI native binary for Linux ARM64 (glibc)",
"os": [
"linux"
Expand Down
6 changes: 6 additions & 0 deletions packages/postagent-linux-x64-gnu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# postagent-linux-x64-gnu

## 0.3.3

### Patch Changes

- [#29](https://github.com/actionbook/postagent/pull/29) [`1d14401`](https://github.com/actionbook/postagent/commit/1d144016216a2c535679e90818bfc830a932b454) Thanks [@4bmis](https://github.com/4bmis)! - Apply upstream security fixes to bundled TLS dependencies.

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postagent-linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postagent-linux-x64-gnu",
"version": "0.3.2",
"version": "0.3.3",
"description": "Postagent CLI native binary for Linux x64 (glibc)",
"os": [
"linux"
Expand Down
6 changes: 6 additions & 0 deletions packages/postagent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# postagent

## 0.3.3

### Patch Changes

- [#29](https://github.com/actionbook/postagent/pull/29) [`1d14401`](https://github.com/actionbook/postagent/commit/1d144016216a2c535679e90818bfc830a932b454) Thanks [@4bmis](https://github.com/4bmis)! - Apply upstream security fixes to bundled TLS dependencies.

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postagent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postagent",
"version": "0.3.2",
"version": "0.3.3",
"description": "CLI collection tool for agents",
"type": "module",
"bin": {
Expand Down
Loading