Skip to content

Commit 06d2aa7

Browse files
committed
chore: bump version to 0.1.1
1 parent 1f481cd commit 06d2aa7

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.1.1
4+
5+
- Add `.github/workflows/publish.yml` — release-triggered npm publish
6+
via OIDC trusted publishing, with tag/version sanity check.
7+
- Scrub leftover hard-coded benchmark connection details from
8+
`bench/bench-aot.ts` and `examples/perry-aot-smoke.ts` (creds were
9+
invalid; affected files are repo-only and not in the published
10+
tarball).
11+
312
## v0.1 — initial release
413

514
Milestones M1 → M7, all shipped:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perryts/mysql",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pure-TypeScript MySQL/MariaDB wire-protocol driver. Runs on Node.js and Bun, and compiles to a native binary via Perry (LLVM). Zero native dependencies.",
55
"keywords": [
66
"mysql",

0 commit comments

Comments
 (0)