Skip to content

Commit 87c6d2f

Browse files
Update version and changelog for 1.1.0
1 parent 9c63605 commit 87c6d2f

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

77
---
88

9+
## [1.1.0](https://github.com/thecatalinstan/Criollo/releases/tag/1.1.0) (09/07/2020)
10+
11+
**Released on Wednesday, September 7, 2022**. This release removes OpenSSL, adds initial SPM support and improved Apple Sillicon support, as well as a few improvement and stabilization refactors, bug fixes and general purpose updates in dependencies and Xcode projects.
12+
13+
### Tweaks and improvements
14+
15+
* Remove _OpenSSL_ submodule which removes support for HTTPS with certificate and private key on iOS. HTTPS using identity is still possible. [#69](https://github.com/thecatalinstan/Criollo/issues/69)
16+
17+
* Adds initial SPM support. Work is already in progress om improved support. [#28](https://github.com/thecatalinstan/Criollo/issues/28)
18+
19+
* _CocoaAsyncSocket_ was updated to commit [5ddba5e](https://github.com/robbiehanson/CocoaAsyncSocket/commit/5ddba5e72f38e56010dbfac08b4447).
20+
21+
22+
### API Changes
23+
24+
* `CRStaticFileManager` and `CRStaticDirectoryManager` were made public. [54a3138](https://github.com/thecatalinstan/Criollo/commit/54a3138dac6c1b11a09fa5794d8ad11646b9be7e)
25+
26+
* Update iOS deployment target to 12.0 [4d5b102](https://github.com/thecatalinstan/Criollo/commit/4d5b102bb135f86deecf7663b152420d844eb35d)
27+
28+
29+
### Bugfixes
30+
31+
* Remove deprecated and redundant `VALID_ARCHS=x86_64` which prevented compilation on Apple Sillicon. [#73](https://github.com/thecatalinstan/Criollo/issues/30)
32+
33+
* Since _OpenSSL_ has been completely removed, there should be no more issues with linking it for Apple Sillicon. [#92](https://github.com/thecatalinstan/Criollo/issues/92)
34+
35+
936
## [1.0.1](https://github.com/thecatalinstan/Criollo/releases/tag/1.0.1) (07/07/2020)
1037

1138
**Released on Tuesday, July 7, 2020**. This is a hotfix release that fixes a minor bug whereby the `CRApp` global is not initialized correctly.

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.1"
4+
s.version = "1.1.0"
55
s.license = "MIT"
66

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

0 commit comments

Comments
 (0)