Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #78 from ethereumjs/new-release-v067
Browse files Browse the repository at this point in the history
New release v0.6.7
  • Loading branch information
holgerd77 authored Mar 19, 2019
2 parents d8d7fc9 + dff7dfe commit 572d4ba
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 4,358 deletions.
54 changes: 52 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,52 @@

# Created by https://www.gitignore.io/api/osx,node

### OSX ###
*.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk


### Node ###
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

Expand All @@ -22,6 +56,22 @@ coverage
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
# Dependency directories
node_modules
jspm_packages
package-lock.json

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.6.7] - 2019-03-18

- Added support/CI testing for Node 10, 11,
PR [#77](https://github.com/ethereumjs/ethereumjs-abi/pull/77)
- Dropped support for Node 4, 6,
PR [#77](https://github.com/ethereumjs/ethereumjs-abi/pull/77)
- Updated `ethereumjs-util` dependency to `v6.0.0`, `bn.js` to `4.11.8`,
PR [#77](https://github.com/ethereumjs/ethereumjs-abi/pull/77)
- Updated dev dependency versions,
PR [#77](https://github.com/ethereumjs/ethereumjs-abi/pull/77)

[0.6.7]: https://github.com/ethereumjs/ethereumjs-abi/compare/v0.6.6...v0.6.7

## [0.6.6] - 2019-01-16

- Include size of fixed-size array in offset for dynamic type,
Expand Down
Loading

0 comments on commit 572d4ba

Please sign in to comment.