Skip to content

Commit

Permalink
Merge pull request #12 from swrlab/dev/update-2.1.0
Browse files Browse the repository at this point in the history
Update v2.1.0
  • Loading branch information
rafaelmaeuer authored Dec 19, 2022
2 parents 5cbd77b + 8e41533 commit 25f12cd
Show file tree
Hide file tree
Showing 12 changed files with 4,196 additions and 4,116 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: CI

on: [push, pull_request]

on:
workflow_dispatch:
push:
branches:
- master
- dev/*

jobs:
tests:
strategy:
Expand All @@ -12,22 +17,16 @@ jobs:
- macos-latest
- windows-latest
node-version:
- 12.x
- 14.x
- 15.x
- 16.x
- 18.x
name: Use ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test
- run: npm run check
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.0] - 2022-12-19

- feat: activate dependabot checks
- feat: add eslint in ci-automation
- chore: update github/actions
- chore: update node-js versions
- chore: update node-dependencies
- chore: update prebuild-binaries
- fix: eslint linebreaks for windows
- fix: improve actions run logic
- fix: replace rust toolchain action

## [2.0.15] - 2022-06-29

- add binaries for linux-musl
- update cross-build script
- feat: add binaries for linux-musl
- chore: update cross-build script

## [2.0.14] - 2022-06-27

- add pre-build binaries
- add cross-build script
- update dependencies
- feat: add pre-build binaries
- feat: add cross-build script
- chore: update node-dependencies

## [2.0.13] - 2022-05-12

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node-crc"
version = "2.0.14"
version = "2.1.0"
edition = "2021"
repository = "https://github.com/magiclen/node-crc"
homepage = "https://magiclen.org/node-js-crc/"
Expand Down
Binary file modified bin/darwin-arm64.node
Binary file not shown.
Binary file modified bin/darwin-x64.node
Binary file not shown.
Binary file modified bin/linux-arm64-gnu.node
Binary file not shown.
Binary file modified bin/linux-ia32-gnu.node
Binary file not shown.
Binary file modified bin/linux-x64-gnu.node
Binary file not shown.
Binary file modified bin/win32-ia32.node
Binary file not shown.
Binary file modified bin/win32-x64.node
Binary file not shown.
Loading

0 comments on commit 25f12cd

Please sign in to comment.