Skip to content

Commit

Permalink
chore(release): release version 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Apr 1, 2021
1 parent 0deb3bc commit 5f8b30b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.3.0 [unreleased]
## 0.3.0 [2021-04-01]

### API
1. [#30](https://github.com/influxdata/influxdb-client-swift/pull/30): `WripeAPI` uses precision from the `write` call
Expand All @@ -8,12 +8,12 @@
## 0.2.0 [2021-03-05]

### API
1. [#25](https://github.com/influxdata/influxdb-client-swift/pull/25): Updated client API to be more Swift like
1. [#23](https://github.com/influxdata/influxdb-client-swift/pull/23), [#26](https://github.com/influxdata/influxdb-client-swift/pull/26): Updated swagger to latest version
1. [#25](https://github.com/influxdata/influxdb-client-swift/pull/25): Update client API to be more Swift like
1. [#23](https://github.com/influxdata/influxdb-client-swift/pull/23), [#26](https://github.com/influxdata/influxdb-client-swift/pull/26): Update swagger to latest version

### CI
1. [#25](https://github.com/influxdata/influxdb-client-swift/pull/25): Updated `SwiftLint` to 0.42.0
1. [#26](https://github.com/influxdata/influxdb-client-swift/pull/26): Updated stable image to `influxdb:latest` and nightly to `quay.io/influxdb/influxdb:nightly`
1. [#25](https://github.com/influxdata/influxdb-client-swift/pull/25): Update `SwiftLint` to 0.42.0
1. [#26](https://github.com/influxdata/influxdb-client-swift/pull/26): Update stable image to `influxdb:latest` and nightly to `quay.io/influxdb/influxdb:nightly`

## 0.1.0 [2021-01-29]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import PackageDescription
let package = Package(
name: "MyPackage",
dependencies: [
.package(name: "influxdb-client-swift", url: "https://github.com/influxdata/influxdb-client-swift", from: "0.2.0"),
.package(name: "influxdb-client-swift", url: "https://github.com/influxdata/influxdb-client-swift", from: "0.3.0"),
],
targets: [
.target(name: "MyModule", dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion Sources/InfluxDBSwift/InfluxDBClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import FoundationNetworking
/// ````
public class InfluxDBClient {
/// Version of client.
public static var version: String = "0.3.0dev"
public static var version: String = "0.3.0"
/// InfluxDB host and port.
public let url: String
/// Authentication token.
Expand Down

0 comments on commit 5f8b30b

Please sign in to comment.