Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrepp committed Mar 22, 2019
1 parent d28590d commit 5c76525
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ This project follows semantic versioning.

All enotype implementations across supported languages share the same version number, consequently not every minor or patch version is released for all languages, but only for those affected by the changes.

## 0.3.0

### Features

- Add an IPv4 loader `4dfe6f6`

### Ruby

- Bump required ruby version to 2.4 `6aba233`

### Maintenance

- Update metadata for releases `d28590d`
- Update kahlan and pytest `0097649`

## 0.2.0

### Features
Expand Down
8 changes: 4 additions & 4 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"scripts": {
"test": "jest --watch"
},
"version": "0.2.0"
"version": "0.3.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"scripts": {
"generate": "node generate.js"
},
"version": "0.2.0"
"version": "0.3.0"
}
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
name='enotype',
packages=find_packages(exclude=['tests', 'tests.*']),
url='https://eno-lang.org/enotype/',
version='0.2.0',
version='0.3.0',
zip_safe=False)
2 changes: 1 addition & 1 deletion ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
enotype (0.2.0)
enotype (0.3.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion ruby/enotype.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Gem::Specification.new do |spec|
spec.name = 'enotype'
spec.required_ruby_version = '>= 2.4.0'
spec.summary = 'A cross-language type library'
spec.version = '0.2.0'
spec.version = '0.3.0'
end

0 comments on commit 5c76525

Please sign in to comment.