Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pietbrauer committed Feb 18, 2015
1 parent 6b8def6 commit 809d955
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# XNGMarkdownParser CHANGELOG

## 0.3.0

* Add possibility to disable link detection
[Ash Furrow](https://github.com/ashfurrow) [#5](https://github.com/xing/XNGMarkdownParser/pull/5)

## 0.1.0

* Forked from https://github.com/NimbusKit/
Expand All @@ -8,4 +13,4 @@
* Added tests
* Added travis & coveralls scripts
* Cocoapod support
* New paragraph attributes: top attributes & link font
* New paragraph attributes: top attributes & link font
2 changes: 1 addition & 1 deletion XNGMarkdownParser.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "XNGMarkdownParser"
s.version = "0.2.0"
s.version = "0.3.0"
s.summary = "A Markdown NSAttributedString parser."
s.description = <<-DESC
This is a Markdown => NSAttributedString parser built on top
Expand Down

0 comments on commit 809d955

Please sign in to comment.