Skip to content

Commit

Permalink
0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Apr 14, 2018
1 parent 3b2805c commit 3e5783a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.2.0 (unreleased)
## 0.2.0 (2018-04-14)

### Improvements

Expand Down
2 changes: 1 addition & 1 deletion src/depgraph/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local scan = require "depgraph.scan"

local depgraph = {}

depgraph._VERSION = "0.1.1"
depgraph._VERSION = "0.2.0"

local function normalize_io_error(name, err)
if err:sub(1, #name + 2) == (name .. ": ") then
Expand Down

0 comments on commit 3e5783a

Please sign in to comment.