Skip to content

Commit

Permalink
Created a new release (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
wetransferplatform and J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) authored Jul 22, 2021
1 parent 3c72dc5 commit 8cca0a3
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.9.1
- Use latest write APIs to prevent a crash when storage is full. ([#87](https://github.com/WeTransfer/Diagnostics/pull/87)) via [@AvdLee](https://github.com/AvdLee)
- Update submodule reference. ([#85](https://github.com/WeTransfer/Diagnostics/pull/85)) via [@kairadiagne](https://github.com/kairadiagne)
- Merge release 1.9.0 into master ([#84](https://github.com/WeTransfer/Diagnostics/pull/84)) via [@wetransferplatform](https://github.com/wetransferplatform)

### 1.9.0
- Prevent setup twice, use file coordinator for increased performance ([#83](https://github.com/WeTransfer/Diagnostics/pull/83)) via [@AvdLee](https://github.com/AvdLee)

Expand Down
2 changes: 1 addition & 1 deletion Diagnostics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Diagnostics'
spec.version = '1.9.0'
spec.version = '1.9.1'
spec.summary = 'Create easy Diagnostics Reports and let user send them to your support team.'
spec.description = 'Diagnostics is a library written in Swift which makes it really easy to share Diagnostics Reports to your support team.'

Expand Down
21 changes: 21 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ GEM
algoliasearch (1.27.1)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
ast (2.4.2)
atomos (0.1.3)
babosa (1.0.3)
claide (1.0.3)
Expand Down Expand Up @@ -161,15 +162,33 @@ GEM
naturally (2.2.0)
netrc (0.11.0)
os (1.0.1)
parallel (1.20.1)
parser (3.0.2.0)
ast (~> 2.4.1)
plist (3.5.0)
public_suffix (2.0.5)
rainbow (3.0.0)
regexp_parser (2.1.1)
representable (3.0.4)
declarative (< 0.1.0)
declarative-option (< 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.5)
rouge (2.0.7)
rubocop (1.18.3)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.7.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.8.0)
parser (>= 3.0.1.1)
ruby-macho (1.4.0)
ruby-progressbar (1.11.0)
rubyzip (1.3.0)
security (0.1.3)
signet (0.12.0)
Expand Down Expand Up @@ -215,7 +234,9 @@ PLATFORMS

DEPENDENCIES
cocoapods
dotenv
fastlane
rubocop
xcpretty
xcpretty-json-formatter

Expand Down

0 comments on commit 8cca0a3

Please sign in to comment.