From bde7a7d2796917ad45d168266de05bf6f2edfe56 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Thu, 10 Nov 2022 21:16:06 +0700 Subject: [PATCH 1/5] Bump podspec version --- Web3Core.podspec | 2 +- web3swift.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Web3Core.podspec b/Web3Core.podspec index 61284e903..1a4922ae8 100644 --- a/Web3Core.podspec +++ b/Web3Core.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.compiler_flags = '-DCOCOAPODS' spec.name = 'Web3Core' - spec.version = '3.0.5' + spec.version = '3.0.6' spec.module_name = 'Core' spec.ios.deployment_target = "13.0" spec.osx.deployment_target = "10.15" diff --git a/web3swift.podspec b/web3swift.podspec index 4dd00f613..951a98cb1 100755 --- a/web3swift.podspec +++ b/web3swift.podspec @@ -1,4 +1,4 @@ -WEB3CORE_VERSION ||= '3.0.5' +WEB3CORE_VERSION ||= '3.0.6' Pod::Spec.new do |spec| spec.name = 'web3swift' From 7219725249ee387436678ce2643f77be162a0312 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Fri, 11 Nov 2022 14:12:01 +0700 Subject: [PATCH 2/5] Update pod links to follow releases. --- Web3Core.podspec | 4 ++-- web3swift.podspec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Web3Core.podspec b/Web3Core.podspec index 1a4922ae8..80873eece 100644 --- a/Web3Core.podspec +++ b/Web3Core.podspec @@ -8,9 +8,9 @@ Pod::Spec.new do |spec| spec.osx.deployment_target = "10.15" spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' } spec.summary = 'Core of web3swift library' - spec.homepage = 'https://github.com/matter-labs/web3swift' + spec.homepage = 'https://github.com/web3swift-team/web3swift' spec.author = {"Alex Vlasov" => "alex.m.vlasov@gmail.com", "Anton Grigorev" => "antongrigorjev2010@gmail.com", "Petr Korolev" => "sky4winder@gmail.com", "Yaroslav Yashin" => "yaroslav.yashin@gmail.com"} - spec.source = { :git => 'https://github.com/matter-labs/web3swift.git', :tag => spec.version.to_s } + spec.source = { :git => 'https://github.com/web3swift-team/web3swift.git', :tag => spec.version.to_s } spec.swift_version = '5.5' spec.dependency 'secp256k1.c', '~> 0.1' diff --git a/web3swift.podspec b/web3swift.podspec index 951a98cb1..48d930d88 100755 --- a/web3swift.podspec +++ b/web3swift.podspec @@ -7,9 +7,9 @@ Pod::Spec.new do |spec| spec.osx.deployment_target = "10.15" spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' } spec.summary = 'Web3 implementation in vanilla Swift for iOS, macOS, and Linux' - spec.homepage = 'https://github.com/matter-labs/web3swift' + spec.homepage = 'https://github.com/web3swift-team/web3swift' spec.author = {"Alex Vlasov" => "alex.m.vlasov@gmail.com", "Anton Grigorev" => "antongrigorjev2010@gmail.com", "Petr Korolev" => "sky4winder@gmail.com", "Yaroslav Yashin" => "yaroslav.yashin@gmail.com"} - spec.source = { :git => 'https://github.com/matter-labs/web3swift.git', :tag => spec.version.to_s } + spec.source = { :git => 'https://github.com/web3swift-team/web3swift.git', :tag => spec.version.to_s } spec.swift_version = '5.5' # Make this line same as Web3Core sources From 16a2915ebd1a0fd33bf0a0ed5a9874909a6e187d Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Fri, 3 Mar 2023 15:56:50 +0700 Subject: [PATCH 3/5] Bump podspecs version --- Web3Core.podspec | 2 +- web3swift.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Web3Core.podspec b/Web3Core.podspec index 0da2cabc9..082fa17a2 100644 --- a/Web3Core.podspec +++ b/Web3Core.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.compiler_flags = '-DCOCOAPODS' spec.name = 'Web3Core' - spec.version = '3.1.1' + spec.version = '3.1.2' spec.ios.deployment_target = "13.0" spec.osx.deployment_target = "10.15" spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' } diff --git a/web3swift.podspec b/web3swift.podspec index 50da01f53..e0371898a 100755 --- a/web3swift.podspec +++ b/web3swift.podspec @@ -1,4 +1,4 @@ -WEB3CORE_VERSION ||= '3.1.1' +WEB3CORE_VERSION ||= '3.1.2' Pod::Spec.new do |spec| spec.name = 'web3swift' From 74c24f4d3d5f1816616e9ebd16741ca5f7a57eb0 Mon Sep 17 00:00:00 2001 From: Yaroslav Yashin Date: Tue, 8 Aug 2023 15:56:01 +0200 Subject: [PATCH 4/5] Bump podspecs version --- Web3Core.podspec | 2 +- web3swift.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Web3Core.podspec b/Web3Core.podspec index 082fa17a2..e407b5e15 100644 --- a/Web3Core.podspec +++ b/Web3Core.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.compiler_flags = '-DCOCOAPODS' spec.name = 'Web3Core' - spec.version = '3.1.2' + spec.version = '3.2.0' spec.ios.deployment_target = "13.0" spec.osx.deployment_target = "10.15" spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' } diff --git a/web3swift.podspec b/web3swift.podspec index e0371898a..5b1a11da7 100755 --- a/web3swift.podspec +++ b/web3swift.podspec @@ -1,4 +1,4 @@ -WEB3CORE_VERSION ||= '3.1.2' +WEB3CORE_VERSION ||= '3.2.0' Pod::Spec.new do |spec| spec.name = 'web3swift' From f25b4f1df14cf202f8258a782e5be010d4e8b0e0 Mon Sep 17 00:00:00 2001 From: Jenea Vranceanu Date: Wed, 18 Sep 2024 11:54:21 +0300 Subject: [PATCH 5/5] chore: exclude secp256k1 from codespell --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index 96f480b57..e33699071 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,4 +1,4 @@ [codespell] count = True ignore-words-list = ans,deriver,inout,packag -skip = *.js,*WordLists.swift,.git,Carthage,.build,build +skip = *.js,*WordLists.swift,.git,Carthage,.build,build,Sources/secp256k1