Skip to content

Commit df61fe0

Browse files
committed
Version 0.11.0
### Added - `QuestionAndAnswer` node for parsing Q&A lines in minimarkdown - Typing support for question-and-answer format - `QuestionAndAnswerTemplate` for creating Q&A challenges
1 parent 8c129f3 commit df61fe0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## [0.11.0] - 2019-09-16
44

55
### Added
66

CommonplaceBookApp.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@
917917
CLANG_ENABLE_MODULES = YES;
918918
CODE_SIGN_ENTITLEMENTS = CommonplaceBookApp/CommonplaceBookApp.entitlements;
919919
CODE_SIGN_STYLE = Automatic;
920-
CURRENT_PROJECT_VERSION = 14;
920+
CURRENT_PROJECT_VERSION = 15;
921921
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
922922
DEVELOPMENT_TEAM = K2UU8WDD8H;
923923
INFOPLIST_FILE = CommonplaceBookApp/Info.plist;
@@ -926,7 +926,7 @@
926926
"$(inherited)",
927927
"@executable_path/Frameworks",
928928
);
929-
MARKETING_VERSION = 0.10.0;
929+
MARKETING_VERSION = 0.11.0;
930930
PRODUCT_BUNDLE_IDENTIFIER = "org.brians-brain.CommonplaceBookApp";
931931
PRODUCT_NAME = "$(TARGET_NAME)";
932932
SUPPORTS_MACCATALYST = YES;
@@ -945,7 +945,7 @@
945945
CLANG_ENABLE_MODULES = YES;
946946
CODE_SIGN_ENTITLEMENTS = CommonplaceBookApp/CommonplaceBookApp.entitlements;
947947
CODE_SIGN_STYLE = Automatic;
948-
CURRENT_PROJECT_VERSION = 14;
948+
CURRENT_PROJECT_VERSION = 15;
949949
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
950950
DEVELOPMENT_TEAM = K2UU8WDD8H;
951951
INFOPLIST_FILE = CommonplaceBookApp/Info.plist;
@@ -954,7 +954,7 @@
954954
"$(inherited)",
955955
"@executable_path/Frameworks",
956956
);
957-
MARKETING_VERSION = 0.10.0;
957+
MARKETING_VERSION = 0.11.0;
958958
PRODUCT_BUNDLE_IDENTIFIER = "org.brians-brain.CommonplaceBookApp";
959959
PRODUCT_NAME = "$(TARGET_NAME)";
960960
SUPPORTS_MACCATALYST = YES;

0 commit comments

Comments
 (0)