Skip to content

Commit e72a7ba

Browse files
committed
Bump version. Update changelog
1 parent 63ba19a commit e72a7ba

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

BOString.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 = "BOString"
3-
s.version = "0.0.8"
3+
s.version = "0.0.9"
44
s.summary = "Create NSAttributedString like a boss!"
55
s.homepage = "https://github.com/kovpas/BOString"
66
s.author = { "Pavel Mazurin" => "kovpas@gmail.com" }

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.0.9
2+
========
3+
- `attribute` method for maker. Allows to add custom (i.e. CoreText) attributes to a string.
4+
15
v0.0.8
26
========
37
- `last` command for maker. Allows to match last substring or regexp in a string.

0 commit comments

Comments
 (0)