Skip to content

Commit b46c0af

Browse files
committed
README update
1 parent 3267308 commit b46c0af

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v3.5.1
2+
* CI moved to GitHub Actions (@alesblaznik)
3+
* bump @mapbox/node-pre-gyp
4+
* bump development dependencies
5+
16
v3.5.0
27
* bump nan to 2.14.1, node-pre-gyp to 0.14.0
38
* bump development dependencies

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This library provides Austin Appleby's non-cryptographic "MurmurHash" hashing al
55

66
[![NPM][NPM img]][NPM Status]
77
[![Node][Node img]][NPM Status]
8-
[![Travis][Travis img]][Travis Status]
8+
[![Build Status][Build img]][Build Link]
99
[![AppVeyor][AppVeyor img]][AppVeyor Status]
1010
[![License][License img]][License Link]
1111

@@ -304,13 +304,10 @@ The hash functions optimized for x64 and x86 produce different results.
304304

305305
Tested on Linux (x64), OS X (x64) and MS Windows (x64 and x86).
306306

307-
This version provides binaries for nodejs: v10, v11, v12, v13 and v14.
307+
This version provides binaries for nodejs: v20, v22, v24 and v25.
308308

309-
For binaries of murmurhash-native for previous versions of nodejs, use version
310-
3.4.1 or 3.3.0 of this module.
311-
312-
[Travis Status]: https://travis-ci.org/royaltm/node-murmurhash-native
313-
[Travis img]: https://img.shields.io/travis/royaltm/node-murmurhash-native.svg?maxAge=86400&style=flat-square&label=unix
309+
[Build Link]: https://github.com/royaltm/node-murmurhash-native/actions/workflows/ci.yml
310+
[Build img]: https://github.com/royaltm/node-murmurhash-native/actions/workflows/ci.yml/badge.svg?branch=master
314311
[AppVeyor img]: https://img.shields.io/appveyor/ci/royaltm/node-murmurhash-native.svg?maxAge=86400&style=flat-square&label=windows
315312
[AppVeyor Status]: https://ci.appveyor.com/project/royaltm/node-murmurhash-native
316313
[NPM img]: https://img.shields.io/npm/v/murmurhash-native.svg?maxAge=86400&style=flat-square

0 commit comments

Comments
 (0)