Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed May 19, 2024
1 parent 7a3b2f2 commit 0811d93
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.5.0](https://github.com/the-minimal/protocol/compare/0.4.0...0.5.0)

- feat: simplify buffer pool [`2031dba`](https://github.com/the-minimal/protocol/commit/2031dba429d446f2eca0c2c6a18c2599e677f49d)
- feat: use bitmasked binary rounded to the nearest 2 [`9ca3f51`](https://github.com/the-minimal/protocol/commit/9ca3f51a619c0b9cc47f8bf6944423eb12288658)
- feat: even more bits [`7a3b2f2`](https://github.com/the-minimal/protocol/commit/7a3b2f2e98974cb40dbec52f454854e59db7355a)

#### [0.4.0](https://github.com/the-minimal/protocol/compare/0.3.0...0.4.0)

> 18 May 2024
- fix: exports [`4b72e8b`](https://github.com/the-minimal/protocol/commit/4b72e8be8121167dbf9365164f02853d40720f4c)
- Release 0.4.0 [`d896b66`](https://github.com/the-minimal/protocol/commit/d896b66a24765a4a93a936a534cdead8cd27762f)
- fix: test [`b4ed795`](https://github.com/the-minimal/protocol/commit/b4ed7950bfabe26a57f268725a3428c1a65289db)

#### [0.3.0](https://github.com/the-minimal/protocol/compare/0.2.0...0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@the-minimal/protocol",
"type": "module",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"author": "Miroslav Vršecký <[email protected]>",
"description": "Minimal JSON-like binary schema-full protocol for JS/TS with BYO runtime data validations",
Expand Down

0 comments on commit 0811d93

Please sign in to comment.