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

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorton committed Aug 27, 2016
1 parent 0b3f10e commit 8078cd5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
Nothing yet.

## [0.3.0] - 2015-08-27
### Added
- Version flag (-v) to CLI
- Examples in markdown (also acts as tests)
Expand Down Expand Up @@ -42,5 +45,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Transpile typed arrays
- Transpile hash to object

[Unreleased]: https://github.com/geppetto-apps/crow/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/geppetto-apps/crow/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/geppetto-apps/crow/compare/v0.3.0...v0.3.0
[0.2.0]: https://github.com/geppetto-apps/crow/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crow-cli",
"version": "0.2.0",
"version": "0.3.0",
"description": "Transpile/compile Crystal to Flow",
"homepage": "https://github.com/geppetto-apps/crow",
"bugs": "https://github.com/geppetto-apps/crow/issues",
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: crow
version: 0.2.0
version: 0.3.0

development_dependencies:
commander:
Expand Down
2 changes: 1 addition & 1 deletion src/crow/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Crow
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit 8078cd5

Please sign in to comment.