Skip to content

Commit bfbfe5e

Browse files
committed
prepare for release 3.8.1 (#424)
1 parent c9c7902 commit bfbfe5e

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
os: osx
107107
osx_image: xcode11.6
108108
env:
109-
- VERSION=3.8.0
109+
- VERSION=3.8.1
110110
install:
111111
# install hub
112112
- wget https://github.com/github/hub/releases/download/v2.11.2/hub-darwin-amd64-2.11.2.tgz -O /tmp/hub-darwin-amd64-2.11.2.tgz && tar -xvf /tmp/hub-darwin-amd64-2.11.2.tgz -C /usr/local/opt && ln -s /usr/local/opt/hub-darwin-amd64-2.11.2/bin/hub /usr/local/bin/hub
@@ -123,7 +123,7 @@ jobs:
123123
os: osx
124124
osx_image: xcode11.6
125125
env:
126-
- VERSION=3.8.0
126+
- VERSION=3.8.1
127127
install:
128128
# install hub
129129
- wget https://github.com/github/hub/releases/download/v2.11.2/hub-darwin-amd64-2.11.2.tgz -O /tmp/hub-darwin-amd64-2.11.2.tgz && tar -xvf /tmp/hub-darwin-amd64-2.11.2.tgz -C /usr/local/opt && ln -s /usr/local/opt/hub-darwin-amd64-2.11.2/bin/hub /usr/local/bin/hub

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Optimizely Swift SDK Changelog
22

3+
## 3.8.1
4+
August 6, 2021
5+
6+
### Bug Fixes
7+
* Remove lazy initializations for thread safety. ([#422](https://github.com/optimizely/swift-sdk/pull/422))
8+
9+
310
## 3.8.0
411
June 2, 2021
512

DemoSwiftApp/DemoSwiftApp.xcodeproj/xcshareddata/xcschemes/DemoSwiftwatchOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1250"
3+
LastUpgradeVersion = "1240"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ Add the dependency on the Optimizely Swift SDK with Swift Package Manager in `Xc
3838
#### CocoaPods
3939
1. Add the following lines to the _Podfile_:<pre>
4040
```use_frameworks!```
41-
```pod 'OptimizelySwiftSDK', '~> 3.8.0'```
41+
```pod 'OptimizelySwiftSDK', '~> 3.8.1'```
4242
</pre>
4343

4444
2. Run the following command: <pre>``` pod install ```</pre>
4545

4646
Further installation instructions for Cocoapods: https://guides.cocoapods.org/using/getting-started.html
4747

4848
#### Carthage
49-
1. Add the following lines to the _Cartfile_:<pre>```github "optimizely/swift-sdk" ~> 3.8.0```</pre>
49+
1. Add the following lines to the _Cartfile_:<pre>```github "optimizely/swift-sdk" ~> 3.8.1```</pre>
5050

5151
2. Run the following command:<pre>```carthage update```</pre>
5252

0 commit comments

Comments
 (0)