Skip to content

Commit

Permalink
dump v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Aug 26, 2019
1 parent 17c4f6a commit f357c7a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- GFM support

## [0.1.2] (2019-08-26)

- Use Crystal v0.31.0 as default complier.

## [0.1.1] (2017-12-26)

- Minor refactoring and improving speed. thanks @[straight-shoota](https://github.com/straight-shoota).
Expand All @@ -20,6 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- [initial implementation](https://github.com/icyleaf/markd/milestone/1?closed=1)

[Unreleased]: https://github.com/icyleaf/markd/compare/v0.1.0...HEAD

[Unreleased]: https://github.com/icyleaf/markd/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/icyleaf/halite/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/icyleaf/halite/compare/v0.1.0...v0.1.1
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# markd

[![Language](https://img.shields.io/badge/language-crystal-776791.svg)](https://github.com/crystal-lang/crystal)
[![Language](https://img.shields.io/badge/language-crystal-black.svg)](https://github.com/crystal-lang/crystal)
[![Language](https://img.shields.io/badge/crystal-v0.30.0-776791.svg)](https://github.com/crystal-lang/crystal)
[![Tag](https://img.shields.io/github/tag/icyleaf/markd.svg)](https://github.com/icyleaf/markd/blob/master/CHANGELOG.md)
[![Build Status](https://img.shields.io/circleci/project/github/icyleaf/markd/master.svg?style=flat)](https://circleci.com/gh/icyleaf/markd)

Expand All @@ -17,7 +18,8 @@ dependencies:
```
## Versions
In Crystal v 0.30.0 the URI api changed. If you are using Crystal <= 0.29.0 please use markd v0.1.1
In Crystal v0.30.0 the URI api changed. If you are using Crystal <= 0.29.0 please use markd v0.1.1
## Quick start
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: markd
version: 0.1.1
version: 0.1.2

authors:
- icyleaf <[email protected]>

crystal: 0.27.0
crystal: 0.31.1

license: MIT
2 changes: 1 addition & 1 deletion src/markd/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Markd
VERSION = "0.1.1"
VERSION = "0.1.2"
end

0 comments on commit f357c7a

Please sign in to comment.