Skip to content

Commit

Permalink
Release v0.1.2 (#24)
Browse files Browse the repository at this point in the history
* Release v0.1.2

* small improvement to fmt output
  • Loading branch information
mgyucht authored Sep 4, 2023
1 parent f1e09d1 commit af26099
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/sdk-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The SDK logs helpful debugging information when debug logging is enabled. Set th

**Other Information**
- OS: [e.g. macOS]
- Version of the SDK: [e.g. 0.1.1]
- Version of the SDK: [e.g. 0.1.2]

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Check formatting
run: mvn --errors spotless:check -Pscala-2.12
run: mvn --errors --no-transfer-progress spotless:check -Pscala-2.12

test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can install Databricks Utilities for Scala by adding the following to your `
<dependency>
<groupId>com.databricks</groupId>
<artifactId>databricks-sdk-dbutils</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion databricks-dbutils-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.databricks</groupId>
<artifactId>databricks-dbutils-scala-parent</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>databricks-dbutils-scala_${scala.major}.${scala.minor}</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.databricks</groupId>
<artifactId>databricks-dbutils-scala-parent</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>databricks-dbutils-scala-examples</artifactId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.databricks</groupId>
<artifactId>databricks-dbutils-scala_${scala.major}.${scala.minor}</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Group and artifact identifiers, versioning -->
<groupId>com.databricks</groupId>
<artifactId>databricks-dbutils-scala-parent</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<packaging>pom</packaging>
<name>DBUtils for Scala</name>
<description>DBUtils for Scala simplifies interacting with various components of Databricks, such as the Databricks File
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.databricks</groupId>
<artifactId>databricks-dbutils-scala-parent</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>release-${scala.major}.${scala.minor}</artifactId>
Expand Down

0 comments on commit af26099

Please sign in to comment.