Skip to content

Commit 8085dd5

Browse files
committed
Version up, changelog
1 parent 8a010e8 commit 8085dd5

6 files changed

Lines changed: 19 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 4.2 (2019-05-12)
2+
3+
- Update to Swift 5 (no actual source changes).
4+
- Fixes crashing on strings like `<blah></blah>` with dynamic attributes.
5+
16
# 4.1 (2019-01-26)
27

38
Update to Swift 4.2.

Example/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ PODS:
44
- OCMock (3.4.3)
55
- Quick (2.1.0)
66
- Specta (1.0.7)
7-
- ZSWTaggedString (4.1):
8-
- ZSWTaggedString/Core (= 4.1)
9-
- ZSWTaggedString/Core (4.1)
10-
- ZSWTaggedString/Swift (4.1):
7+
- ZSWTaggedString (4.2):
8+
- ZSWTaggedString/Core (= 4.2)
9+
- ZSWTaggedString/Core (4.2)
10+
- ZSWTaggedString/Swift (4.2):
1111
- ZSWTaggedString/Core
1212

1313
DEPENDENCIES:
@@ -37,7 +37,7 @@ SPEC CHECKSUMS:
3737
OCMock: 43565190abc78977ad44a61c0d20d7f0784d35ab
3838
Quick: 4be43f6634acfa727dd106bdf3929ce125ffa79d
3939
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
40-
ZSWTaggedString: 2c83af5cd40b3ec524a68d5c4e8b95573b2d3789
40+
ZSWTaggedString: 1a6aab3143188634c1e5dfe9383ce754c1fb5fe2
4141

4242
PODFILE CHECKSUM: 3e8e33953f0073437731a654c10dcc1880b9439e
4343

Example/Pods/Local Podspecs/ZSWTaggedString.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/ZSWTaggedString/ZSWTaggedString-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ZSWTaggedString.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 = "ZSWTaggedString"
3-
s.version = "4.1"
3+
s.version = "4.2"
44
s.summary = "Converts a String (or NSString) with tags (like HTML) into an NSAttributedString"
55
s.description = <<-DESC
66
Tags in a ZSWTaggedString are like HTML, except you define what they mean.

0 commit comments

Comments
 (0)