File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Un-released
88
9+ ## [ 0.5.3]
10+ - Fix Sentry version syntax in the podspec to include all minor versions
11+
912## [ 0.5.2]
1013- Update Sentry dependency to v7.2.1
1114
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'SteamcLog'
11- s . version = '0.5.2 '
11+ s . version = '0.5.3 '
1212 s . summary = 'A short description of SteamcLog.'
1313
1414# This description is used to generate tags and improve search results.
@@ -29,7 +29,7 @@ TODO: Add long description of the pod here.
2929 s . ios . deployment_target = '11.0'
3030
3131 s . dependency 'XCGLogger' , '~> 7.0.1'
32- s . dependency 'Sentry' , '~> 7.0.0 '
32+ s . dependency 'Sentry' , '~> 7'
3333
3434 s . subspec 'Netable' do |ss |
3535 ss . source_files = 'Netable/*' , 'SteamcLog/Classes/**/*'
You can’t perform that action at this time.
0 commit comments