Skip to content

Commit 4605788

Browse files
Update versions and changelog
1 parent 344720b commit 4605788

File tree

3 files changed

+13
-39
lines changed

3 files changed

+13
-39
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Criollo uses [Semantic Versioning](http://semver.org/).
66

77
---
88

9+
## [1.0.1](https://github.com/thecatalinstan/Criollo/releases/tag/1.0.1) (07/07/2020)
10+
11+
**Released on Tuesday, July 7, 2020**. This is a hotfix release that fixes a minor bug whereby the `CRApp` global is not initialized correctly.
12+
913
## [1.0.0](https://github.com/thecatalinstan/Criollo/releases/tag/1.0.0) (07/05/2020)
1014

1115
**Released on Sunday, July 5, 2020**. This release marks a point where Criollo has reached maturity and stability. The release contains a few improvement and stabilization refactors, bug fixes for all known issues, as well as general purpose updates in dependencies and Xcode projects.

Criollo.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Criollo"
4-
s.version = "1.0.0"
4+
s.version = "1.0.1"
55
s.license = "MIT"
66

77
s.summary = "A powerful Cocoa web framework and HTTP server for macS, iOS and tvOS."

Criollo.xcodeproj/project.pbxproj

Lines changed: 8 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,9 +1663,6 @@
16631663
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
16641664
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
16651665
COPY_PHASE_STRIP = NO;
1666-
CURRENT_PROJECT_VERSION = 44;
1667-
DYLIB_COMPATIBILITY_VERSION = 1;
1668-
DYLIB_CURRENT_VERSION = 1;
16691666
DYLIB_INSTALL_NAME_BASE = "@rpath";
16701667
GCC_PREPROCESSOR_DEFINITIONS = (
16711668
"DEBUG=1",
@@ -1681,14 +1678,11 @@
16811678
"$(inherited)",
16821679
"$(PROJECT_DIR)/Libraries/OpenSSL/lib",
16831680
);
1684-
MARKETING_VERSION = 1.0.0;
16851681
MTL_ENABLE_DEBUG_INFO = YES;
16861682
SDKROOT = appletvos;
16871683
SKIP_INSTALL = YES;
16881684
TARGETED_DEVICE_FAMILY = 3;
16891685
VALID_ARCHS = "$(ARCHS_STANDARD)";
1690-
VERSIONING_SYSTEM = "apple-generic";
1691-
VERSION_INFO_PREFIX = "";
16921686
};
16931687
name = Debug;
16941688
};
@@ -1703,9 +1697,6 @@
17031697
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
17041698
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
17051699
COPY_PHASE_STRIP = YES;
1706-
CURRENT_PROJECT_VERSION = 44;
1707-
DYLIB_COMPATIBILITY_VERSION = 1;
1708-
DYLIB_CURRENT_VERSION = 1;
17091700
DYLIB_INSTALL_NAME_BASE = "@rpath";
17101701
ENABLE_NS_ASSERTIONS = NO;
17111702
GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
@@ -1718,15 +1709,12 @@
17181709
"$(inherited)",
17191710
"$(PROJECT_DIR)/Libraries/OpenSSL/lib",
17201711
);
1721-
MARKETING_VERSION = 1.0.0;
17221712
MTL_ENABLE_DEBUG_INFO = NO;
17231713
SDKROOT = appletvos;
17241714
SKIP_INSTALL = YES;
17251715
TARGETED_DEVICE_FAMILY = 3;
17261716
VALIDATE_PRODUCT = YES;
17271717
VALID_ARCHS = "$(ARCHS_STANDARD)";
1728-
VERSIONING_SYSTEM = "apple-generic";
1729-
VERSION_INFO_PREFIX = "";
17301718
};
17311719
name = Release;
17321720
};
@@ -1908,9 +1896,6 @@
19081896
CLANG_WARN_UNREACHABLE_CODE = YES;
19091897
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
19101898
COPY_PHASE_STRIP = NO;
1911-
CURRENT_PROJECT_VERSION = 44;
1912-
DYLIB_COMPATIBILITY_VERSION = 1;
1913-
DYLIB_CURRENT_VERSION = 1;
19141899
DYLIB_INSTALL_NAME_BASE = "@rpath";
19151900
ENABLE_STRICT_OBJC_MSGSEND = YES;
19161901
FRAMEWORK_SEARCH_PATHS = (
@@ -1929,16 +1914,13 @@
19291914
GCC_WARN_UNUSED_FUNCTION = YES;
19301915
GCC_WARN_UNUSED_VARIABLE = YES;
19311916
HEADER_SEARCH_PATHS = "$(inherited)";
1932-
MARKETING_VERSION = 1.0.0;
19331917
MTL_ENABLE_DEBUG_INFO = YES;
19341918
SDKROOT = iphoneos;
19351919
SKIP_INSTALL = YES;
19361920
SUPPORTS_MACCATALYST = NO;
19371921
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
19381922
TARGETED_DEVICE_FAMILY = "1,2";
19391923
VALID_ARCHS = "$(ARCHS_STANDARD)";
1940-
VERSIONING_SYSTEM = "apple-generic";
1941-
VERSION_INFO_PREFIX = "";
19421924
};
19431925
name = Debug;
19441926
};
@@ -1956,9 +1938,6 @@
19561938
CLANG_WARN_UNREACHABLE_CODE = YES;
19571939
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
19581940
COPY_PHASE_STRIP = YES;
1959-
CURRENT_PROJECT_VERSION = 44;
1960-
DYLIB_COMPATIBILITY_VERSION = 1;
1961-
DYLIB_CURRENT_VERSION = 1;
19621941
DYLIB_INSTALL_NAME_BASE = "@rpath";
19631942
ENABLE_NS_ASSERTIONS = NO;
19641943
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1974,16 +1953,13 @@
19741953
GCC_WARN_UNUSED_FUNCTION = YES;
19751954
GCC_WARN_UNUSED_VARIABLE = YES;
19761955
HEADER_SEARCH_PATHS = "$(inherited)";
1977-
MARKETING_VERSION = 1.0.0;
19781956
MTL_ENABLE_DEBUG_INFO = NO;
19791957
SDKROOT = iphoneos;
19801958
SKIP_INSTALL = YES;
19811959
SUPPORTS_MACCATALYST = NO;
19821960
TARGETED_DEVICE_FAMILY = "1,2";
19831961
VALIDATE_PRODUCT = YES;
19841962
VALID_ARCHS = "$(ARCHS_STANDARD)";
1985-
VERSIONING_SYSTEM = "apple-generic";
1986-
VERSION_INFO_PREFIX = "";
19871963
};
19881964
name = Release;
19891965
};
@@ -2009,8 +1985,11 @@
20091985
CLANG_WARN_SUSPICIOUS_MOVE = YES;
20101986
CLANG_WARN_UNREACHABLE_CODE = YES;
20111987
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1988+
CURRENT_PROJECT_VERSION = 45;
20121989
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
20131990
DEFINES_MODULE = YES;
1991+
DYLIB_COMPATIBILITY_VERSION = 1.0;
1992+
DYLIB_CURRENT_VERSION = 1.0.1;
20141993
ENABLE_STRICT_OBJC_MSGSEND = YES;
20151994
ENABLE_TESTABILITY = YES;
20161995
GCC_NO_COMMON_BLOCKS = YES;
@@ -2028,6 +2007,7 @@
20282007
INFOPLIST_FILE = "Criollo/Criollo-Info.plist";
20292008
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
20302009
MACOSX_DEPLOYMENT_TARGET = 10.10;
2010+
MARKETING_VERSION = 1.0.0;
20312011
ONLY_ACTIVE_ARCH = YES;
20322012
PRODUCT_BUNDLE_IDENTIFIER = io.criollo.Criollo;
20332013
PRODUCT_NAME = Criollo;
@@ -2059,8 +2039,11 @@
20592039
CLANG_WARN_SUSPICIOUS_MOVE = YES;
20602040
CLANG_WARN_UNREACHABLE_CODE = YES;
20612041
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2042+
CURRENT_PROJECT_VERSION = 45;
20622043
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
20632044
DEFINES_MODULE = YES;
2045+
DYLIB_COMPATIBILITY_VERSION = 1.0;
2046+
DYLIB_CURRENT_VERSION = 1.0.1;
20642047
ENABLE_STRICT_OBJC_MSGSEND = YES;
20652048
GCC_NO_COMMON_BLOCKS = YES;
20662049
GCC_OPTIMIZATION_LEVEL = fast;
@@ -2077,6 +2060,7 @@
20772060
INFOPLIST_FILE = "Criollo/Criollo-Info.plist";
20782061
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
20792062
MACOSX_DEPLOYMENT_TARGET = 10.10;
2063+
MARKETING_VERSION = 1.0.0;
20802064
PRODUCT_BUNDLE_IDENTIFIER = io.criollo.Criollo;
20812065
PRODUCT_NAME = Criollo;
20822066
TVOS_DEPLOYMENT_TARGET = 9.0;
@@ -2100,12 +2084,8 @@
21002084
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
21012085
COMBINE_HIDPI_IMAGES = YES;
21022086
COPY_PHASE_STRIP = NO;
2103-
CURRENT_PROJECT_VERSION = 44;
2104-
DYLIB_COMPATIBILITY_VERSION = 1;
2105-
DYLIB_CURRENT_VERSION = 1;
21062087
DYLIB_INSTALL_NAME_BASE = "@rpath";
21072088
ENABLE_STRICT_OBJC_MSGSEND = YES;
2108-
FRAMEWORK_VERSION = A;
21092089
GCC_NO_COMMON_BLOCKS = YES;
21102090
GCC_PREPROCESSOR_DEFINITIONS = (
21112091
"DEBUG=1",
@@ -2119,13 +2099,10 @@
21192099
GCC_WARN_UNUSED_FUNCTION = YES;
21202100
GCC_WARN_UNUSED_VARIABLE = YES;
21212101
LLVM_LTO = YES;
2122-
MARKETING_VERSION = 1.0.0;
21232102
MTL_ENABLE_DEBUG_INFO = YES;
21242103
ONLY_ACTIVE_ARCH = YES;
21252104
SKIP_INSTALL = YES;
21262105
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
2127-
VERSIONING_SYSTEM = "apple-generic";
2128-
VERSION_INFO_PREFIX = "";
21292106
};
21302107
name = Debug;
21312108
};
@@ -2143,13 +2120,9 @@
21432120
CLANG_WARN_UNREACHABLE_CODE = YES;
21442121
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
21452122
COMBINE_HIDPI_IMAGES = YES;
2146-
CURRENT_PROJECT_VERSION = 44;
2147-
DYLIB_COMPATIBILITY_VERSION = 1;
2148-
DYLIB_CURRENT_VERSION = 1;
21492123
DYLIB_INSTALL_NAME_BASE = "@rpath";
21502124
ENABLE_NS_ASSERTIONS = NO;
21512125
ENABLE_STRICT_OBJC_MSGSEND = YES;
2152-
FRAMEWORK_VERSION = A;
21532126
GCC_NO_COMMON_BLOCKS = YES;
21542127
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
21552128
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
@@ -2158,11 +2131,8 @@
21582131
GCC_WARN_UNUSED_FUNCTION = YES;
21592132
GCC_WARN_UNUSED_VARIABLE = YES;
21602133
LLVM_LTO = YES;
2161-
MARKETING_VERSION = 1.0.0;
21622134
MTL_ENABLE_DEBUG_INFO = NO;
21632135
SKIP_INSTALL = NO;
2164-
VERSIONING_SYSTEM = "apple-generic";
2165-
VERSION_INFO_PREFIX = "";
21662136
};
21672137
name = Release;
21682138
};

0 commit comments

Comments
 (0)