Skip to content

Commit

Permalink
Merge pull request #101 from piotr-roslaniec/chores
Browse files Browse the repository at this point in the history
Fix chores
  • Loading branch information
piotr-roslaniec authored Jun 13, 2024
2 parents dfab175 + f92f46f commit 5b531a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nucypher-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ jobs:
- name: Generate code coverage
run: cargo llvm-cov --workspace --lcov --output-path lcov.info --all-features
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: lcov.info
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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).

## [0.14.1-5] - 2024-07-12

### Fixed

- Fixed Node.js 18+ version not supported ([#94])

[#94]: https://github.com/nucypher/nucypher-core/pull/94


## [0.14.0] - 2024-01-12

Expand Down

0 comments on commit 5b531a4

Please sign in to comment.