Skip to content

Commit 73065f6

Browse files
committed
release version 0.2.1
1 parent 3f21d7a commit 73065f6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Simply add the following dependency to your `pom.xml` file:
5858
<dependency>
5959
<groupId>cloud.localstack</groupId>
6060
<artifactId>localstack-utils</artifactId>
61-
<version>0.2.0</version>
61+
<version>0.2.1</version>
6262
</dependency>
6363
```
6464

@@ -87,6 +87,10 @@ To build the latest version of the code via Maven:
8787
make build
8888
```
8989

90+
## Change Log
91+
92+
* v0.2.1: Move Java sources into separate project; mark non-Docker Java `LocalstackExtension` as deprecated; update paths for Python code lookup in Docker container
93+
9094
## License
9195

9296
Copyright (c) 2017-2020 LocalStack maintainers and contributors.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>cloud.localstack</groupId>
66
<artifactId>localstack-utils</artifactId>
77
<packaging>jar</packaging>
8-
<version>0.2.0</version>
8+
<version>0.2.1</version>
99
<name>localstack-utils</name>
1010

1111
<description>Java utilities for the LocalStack platform.</description>

0 commit comments

Comments
 (0)