Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinhora committed Jul 24, 2018
2 parents 289a3a0 + 4f51dd1 commit 1298d92
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the Pony compiler and standard library will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com/).

## [0.1.6] - 2018-07-24

### Added

- No user facing changes in this release

## [0.1.5] - 2018-07-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ integration: $(binary) $(tests_binary)
STABLE_BIN=$$(pwd)/$(binary) $(tests_binary) --only=integration --sequential

test: $(tests_binary)
$^ --exclude=integration
$^ --exclude=integration --sequential

clean:
rm -rf $(BUILD_DIR)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.5
0.1.6

0 comments on commit 1298d92

Please sign in to comment.