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

Commit 809d955

Browse files
committed
Release 0.3.0
1 parent 6b8def6 commit 809d955

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# XNGMarkdownParser CHANGELOG
22

3+
## 0.3.0
4+
5+
* Add possibility to disable link detection
6+
[Ash Furrow](https://github.com/ashfurrow) [#5](https://github.com/xing/XNGMarkdownParser/pull/5)
7+
38
## 0.1.0
49

510
* Forked from https://github.com/NimbusKit/
@@ -8,4 +13,4 @@
813
* Added tests
914
* Added travis & coveralls scripts
1015
* Cocoapod support
11-
* New paragraph attributes: top attributes & link font
16+
* New paragraph attributes: top attributes & link font

XNGMarkdownParser.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "XNGMarkdownParser"
3-
s.version = "0.2.0"
3+
s.version = "0.3.0"
44
s.summary = "A Markdown NSAttributedString parser."
55
s.description = <<-DESC
66
This is a Markdown => NSAttributedString parser built on top

0 commit comments

Comments
 (0)