Skip to content

Commit 1c0c90d

Browse files
committed
Prepare new release 1.0.4.
1 parent 3d9d211 commit 1c0c90d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.4 (2021-02-15)
4+
- Support Linux
5+
- Fix handling of XML/HTML entities/named character references
6+
- Escape angle brackets in HTML output
7+
- Migrate project to Xcode 12.4
8+
39
## 1.0.3 (2021-02-03)
410
- Make framework available to iOS
511

MarkdownKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,7 @@
728728
CODE_SIGN_IDENTITY = "-";
729729
CODE_SIGN_STYLE = Automatic;
730730
COMBINE_HIDPI_IMAGES = YES;
731+
CURRENT_PROJECT_VERSION = 2;
731732
DEFINES_MODULE = YES;
732733
DEVELOPMENT_TEAM = C72Z63N8M5;
733734
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -741,7 +742,7 @@
741742
"@executable_path/../Frameworks",
742743
"@loader_path/Frameworks",
743744
);
744-
MARKETING_VERSION = 1.0.2;
745+
MARKETING_VERSION = 1.0.4;
745746
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.MarkdownKit;
746747
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
747748
SKIP_INSTALL = YES;
@@ -757,6 +758,7 @@
757758
CODE_SIGN_IDENTITY = "-";
758759
CODE_SIGN_STYLE = Automatic;
759760
COMBINE_HIDPI_IMAGES = YES;
761+
CURRENT_PROJECT_VERSION = 2;
760762
DEFINES_MODULE = YES;
761763
DEVELOPMENT_TEAM = C72Z63N8M5;
762764
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -770,7 +772,7 @@
770772
"@executable_path/../Frameworks",
771773
"@loader_path/Frameworks",
772774
);
773-
MARKETING_VERSION = 1.0.2;
775+
MARKETING_VERSION = 1.0.4;
774776
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.MarkdownKit;
775777
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
776778
SKIP_INSTALL = YES;

Sources/MarkdownKit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>
22-
<string>Copyright © 2019-2020 Google LLC.</string>
22+
<string>Copyright © 2019-2021 Google LLC.</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)