Skip to content

Commit 3d2f729

Browse files
committed
chore: bump version to 0.1.2
1 parent cd4d3f7 commit 3d2f729

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.1.2
4+
5+
- Fix binary decoders for `DATE`, `DATETIME`/`TIMESTAMP`, and `TIME`
6+
columns: the upstream resultset framing already consumes the
7+
length-encoded prefix, so the codecs must discriminate on
8+
`buf.length` instead of reading a leading length byte. Previously
9+
this caused off-by-one parsing of the year and other fields on
10+
binary-protocol rows.
11+
- `.gitignore`: minor housekeeping.
12+
313
## v0.1.1
414

515
- Add `.github/workflows/publish.yml` — release-triggered npm publish

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.1",
3+
"version": "0.1.2",
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)