Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eric <ecoan@rust-lang.life>
  • Loading branch information
Eric committed Jan 12, 2019
1 parent 7c5779a commit e78685d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## 1.2.0 (Unreleased)
## 1.2.0 (January 11th, 2019)

* Update dependencies.
* Allow failure limit for channel to be configured.
* WorkGarbage is no longer global, and can be configured through the same interface.
* Finalize JobCreation Interface, and document it.
* Add Metrics to library.
* Added CI to the OSS repo.

## 1.1.5 (October 14th, 2018)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ Maven:
<dependency>
<groupId>io.kungfury</groupId>
<artifactId>coworker</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>
</dependency>
```

Gradle:

```
compile 'io.kungfury:coworker:1.1.5'
compile 'io.kungfury:coworker:1.2.0'
```

## Writing Jobs ##
Expand Down
6 changes: 3 additions & 3 deletions bench/coworker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>io.kungfury</groupId>
<artifactId>coworker</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -82,9 +82,9 @@
<configuration>
<groupId>io.kungfury</groupId>
<artifactId>coworker</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<file>${project.basedir}/../../target/Coworker-1.1.5.jar</file>
<file>${project.basedir}/../../target/Coworker-1.2.0.jar</file>
</configuration>
</execution>
</executions>
Expand Down
6 changes: 3 additions & 3 deletions e2e/coworker-e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>io.kungfury</groupId>
<artifactId>coworker</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -76,9 +76,9 @@
<configuration>
<groupId>io.kungfury</groupId>
<artifactId>coworker</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<file>${project.basedir}/../../target/Coworker-1.1.5.jar</file>
<file>${project.basedir}/../../target/Coworker-1.2.0.jar</file>
</configuration>
</execution>
</executions>
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 @@

<groupId>io.kungfury</groupId>
<artifactId>coworker</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>Coworker</name>
Expand Down

0 comments on commit e78685d

Please sign in to comment.