Skip to content

Commit

Permalink
0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jun 17, 2016
1 parent 1767c3c commit 2a1df0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and
[Keep a CHANGELOG](http://keepachangelog.com/).

## [0.3.0] - 2016-06-??
## [0.3.0] - 2016-06-17
### Added
- added support for other comparison operators: <, >, !=, <=, >=
- added support for asserting exceptions
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"contributors": [
"vegardit"
],
"releasenote": "",
"version": "0.3.0-SNAPSHOT",
"releasenote": "added support for asserting exceptions and to use other types of comparison operators",
"version": "0.3.0",
"dependencies": { }
}

0 comments on commit 2a1df0f

Please sign in to comment.