Skip to content

Commit a9fc154

Browse files
committed
v0.1.1
1 parent a456f79 commit a9fc154

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
## 0.1.0 - 2016-05-13Thanks for contribution!@joker1007 [#1](https://github.com/sakama/embulk-output-dynamodb/pull/1) [#2](https://github.com/sakama/embulk-output-dynamodb/pull/2)@satoshihirose [#3](https://github.com/sakama/embulk-output-dynamodb/pull/3)
1+
## 0.1.1 - 2016-05-16[maintenance] Check if table exists before creating table [#5](https://github.com/sakama/embulk-output-dynamodb/pull/5)## 0.1.0 - 2016-05-13Thanks for contribution!@joker1007 [#1](https://github.com/sakama/embulk-output-dynamodb/pull/1) [#2](https://github.com/sakama/embulk-output-dynamodb/pull/2)@satoshihirose [#3](https://github.com/sakama/embulk-output-dynamodb/pull/3)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ $ ./gradlew test # -t to watch change of files and rebuild continuously
205205

206206
To run unit tests, you need to setup DynamoDB on your local environment.
207207
Please reference the documentation [Running DynamoDB on Your Computer](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html) on AWS Developer Guide.
208-
```
208+
```shell-session
209209
$ mkdir /path/to/dynamodb
210210
$ cd /path/to/dynamodb
211211
$ wget http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest.tar.gz

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ configurations {
1414
provided
1515
}
1616

17-
version = "0.1.0"
17+
version = "0.1.1"
1818

1919
sourceCompatibility = 1.7
2020
targetCompatibility = 1.7

0 commit comments

Comments
 (0)