You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Simply add the following dependency to your `pom.xml` file:
58
58
<dependency>
59
59
<groupId>cloud.localstack</groupId>
60
60
<artifactId>localstack-utils</artifactId>
61
-
<version>0.2.0</version>
61
+
<version>0.2.1</version>
62
62
</dependency>
63
63
```
64
64
@@ -87,6 +87,10 @@ To build the latest version of the code via Maven:
87
87
make build
88
88
```
89
89
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
+
90
94
## License
91
95
92
96
Copyright (c) 2017-2020 LocalStack maintainers and contributors.
0 commit comments