diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index eb5abf7..e7ca613 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.4" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 720f9bc..a5d1318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.0](https://github.com/poolifier/tatami-ng/compare/0.6.4...0.7.0) (2024-09-30) + + +### ⚠ BREAKING CHANGES + +* rename iter/s to iters/s (like ops/s) + +### ✨ Polish + +* cleanup statistics helper arguments namespace ([846655b](https://github.com/poolifier/tatami-ng/commit/846655b8a35689d7632d3ad0c410029d2532d919)) +* rename iter/s to iters/s (like ops/s) ([f188e81](https://github.com/poolifier/tatami-ng/commit/f188e812d479f7ba6664ce01ddd6e37d2ee75cf5)) + ## [0.6.4](https://github.com/poolifier/tatami-ng/compare/0.6.3...0.6.4) (2024-09-30) diff --git a/README.md b/README.md index 7583ef1..cd6cfd7 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Bun versions >= 1.x are supported. ``` diff --git a/jsr.json b/jsr.json index d27df02..2adece6 100644 --- a/jsr.json +++ b/jsr.json @@ -1,7 +1,7 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@poolifier/tatami-ng", - "version": "0.6.4", + "version": "0.7.0", "exports": "./src/index.js", "publish": { "include": [ diff --git a/package.json b/package.json index 4ba02f0..6ae8bf6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "tatami-ng", "type": "module", "license": "MIT", - "version": "0.6.4", + "version": "0.7.0", "packageManager": "bun@1.1.29", "bin": { "tatami": "cli.js"