Skip to content

Commit

Permalink
Release 0.48.0
Browse files Browse the repository at this point in the history
This release introduces analysis pre-checking, see #215
This is the first attempt at this, see #220 for intended changes.
  • Loading branch information
jgoizueta committed Nov 10, 2016
1 parent 74205da commit 09540bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## 0.47.1
## 0.48.0

Released 2016-mm-dd
Released 2016-11-10

- Analysis requirements are checked before registration


## 0.47.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camshaft",
"version": "0.47.1",
"version": "0.48.0",
"description": "Analysis library to create data views from queries",
"main": "./lib/analysis.js",
"scripts": {
Expand Down

0 comments on commit 09540bc

Please sign in to comment.