Skip to content

Commit

Permalink
Merge branch 'master' of github.com:poolifier/tatami-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-benoit committed Oct 3, 2024
2 parents 8c679f4 + 3122645 commit e16cbe1
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.3"
".": "0.7.4"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ 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.4](https://github.com/poolifier/tatami-ng/compare/0.7.3...0.7.4) (2024-10-03)


### 🐞 Bug Fixes

* add upper/lower values to BMF throughput ([406e14b](https://github.com/poolifier/tatami-ng/commit/406e14b2341a38029fc0d7efeb673d9e6a696f38))
* fix BMF report upper/lower values ([0563f5b](https://github.com/poolifier/tatami-ng/commit/0563f5be27cffe522ecfd0a33c5b5a0cc0c3d423))


### ✨ Polish

* factor out function type detection helpers ([cada431](https://github.com/poolifier/tatami-ng/commit/cada431afae66f9b02b26653d699d761589aeaf6))
* major restructuration to ease pluggable features ([25ac409](https://github.com/poolifier/tatami-ng/commit/25ac40973a9b769d9052e1da19039a3c11662c76))
* **reporter:** simplify iters std dev computation ([c13fc14](https://github.com/poolifier/tatami-ng/commit/c13fc147080dff28644d7145a96f3020533099eb))
* untangle terminal display primitives from main code ([40638ae](https://github.com/poolifier/tatami-ng/commit/40638ae81a9fe1136457a637f65a91225839e0db))

## [0.7.3](https://github.com/poolifier/tatami-ng/compare/0.7.2...0.7.3) (2024-10-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Bun versions >= 1.x are supported.
<script type="module">
import {
...
} from 'https://cdn.jsdelivr.net/npm/[email protected].3/dist/browser/index.js'
} from 'https://cdn.jsdelivr.net/npm/[email protected].4/dist/browser/index.js'
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@poolifier/tatami-ng",
"version": "0.7.3",
"version": "0.7.4",
"exports": "./src/index.js",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "tatami-ng",
"type": "module",
"license": "MIT",
"version": "0.7.3",
"version": "0.7.4",
"packageManager": "[email protected]",
"bin": {
"tatami": "cli.js"
Expand Down

0 comments on commit e16cbe1

Please sign in to comment.