Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit 2b27232

Browse files
committed
Bumped version to v0.0.8, new CHANGELOG, added CHANGELOG entry
1 parent 06b031e commit 2b27232

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
(modification: no type change headlines) and this project adheres to
7+
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
8+
9+
## [0.0.8] - 2020-05-27
10+
11+
This is a maintenance release with dependency and CI updates together with
12+
some coder modernization changes.
13+
14+
Changes from PR [#23](https://github.com/ethereumjs/ethashjs/pull/23):
15+
16+
- Upgraded CI from travis to GH Actions
17+
- Node versions tested updated from [4, 5] to [10, 12, 13, 14]
18+
- Upgraded dev deps (ethereumjs-block, nyc, standard)
19+
- Added `ethash_tests.json` to test dir and removes ethereumjs-testing dep
20+
- Use single imports for ethereumjs-util, upgrades to v7.0.2
21+
- Modernizes buffer init syntax
22+
23+
Further/preceeding dependency updates in
24+
PR [#19](https://github.com/ethereumjs/ethashjs/pull/19),
25+
PR [#11](https://github.com/ethereumjs/ethashjs/pull/11),
26+
PR [#8](https://github.com/ethereumjs/ethashjs/pull/8) and
27+
PR [#7](https://github.com/ethereumjs/ethashjs/pull/7)
28+
29+
[0.0.8]: https://github.com/ethereumjs/ethashjs/compare/v0.0.7...v0.0.8
30+
31+
## Older releases:
32+
33+
- [0.0.7](https://github.com/ethereumjs/ethashjs/compare/v0.0.6...v0.0.7) - 2016-05-01
34+
- [0.0.6](https://github.com/ethereumjs/ethashjs/compare/v0.0.5...v0.0.6) - 2016-01-08
35+
- [0.0.5](https://github.com/ethereumjs/ethashjs/compare/v0.0.4...v0.0.5) - 2015-11-27
36+
- 0.0.4 - 2015-10-01

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethashjs",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "an ethash implementation in JS",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)