Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
chore(release): v1.0.0-beta.3 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
carleeto authored Feb 15, 2024
1 parent 018c6c4 commit fb72831
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.
## [1.0.0-beta.3] - 2024-02-15

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
This SDK has been deprecated. If you're building apps with Immutable, please use [Immutable's Unified SDK](https://github.com/immutable/ts-immutable-sdk)

Old releases can be found [here](https://github.com/immutable/imx-core-sdk-swift/releases)

## [1.0.0-beta.2] - 2024-02-15

Expand Down
2 changes: 1 addition & 1 deletion ImmutableXCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'ImmutableXCore'
spec.version = '1.0.0-beta.2'
spec.version = '1.0.0-beta.3'
spec.summary = 'The ImmutableX Core SDK Swift for applications has been deprecated.'

spec.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Sources/ImmutableXCore/ImmutableX.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public struct ImmutableX {
public var logLevel: ImmutableXHTTPLoggingLevel

/// Returns the version of the sdk
internal var sdkVersion: String = "1.0.0-beta.2"
internal var sdkVersion: String = "1.0.0-beta.3"

private let createTradeWorkflow: CreateTradeWorkflow.Type
private let createOrderWorkflow: CreateOrderWorkflow.Type
Expand Down
2 changes: 1 addition & 1 deletion Tests/ImmutableXCoreTests/ImmutableXTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ final class ImmutableXTests: XCTestCase {
}

func testSdkVersion() {
XCTAssertEqual(ImmutableX.shared.sdkVersion, "1.0.0-beta.2")
XCTAssertEqual(ImmutableX.shared.sdkVersion, "1.0.0-beta.3")
}

func testInitialize() {
Expand Down

0 comments on commit fb72831

Please sign in to comment.