Skip to content

Commit d441e37

Browse files
committed
prepare for 0.5.0 release
1 parent 6740c80 commit d441e37

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.5.0] — 2023-11-02
6+
7+
### Changed
8+
9+
- Improved and enhanced onboarding and configuration management experience
10+
11+
### Fixed
12+
13+
- Fixed the logic to get the users
14+
- Fixed the issue of downloading correct Docker image
15+
- Fixed the issue of container startup
16+
17+
## [0.4.0] — 2023-03-24
18+
19+
### Changed
20+
21+
- Refactoring and UX improvements
22+
- Full support on Windows
23+
524
## [0.3.0] - 2023-01-10
625

726
### Added

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
IMAGE?=localstack/localstack-docker-desktop
2-
TAG?=0.4.4
2+
TAG?=0.5.0
33

44
BUILDER=buildx-multi-arch
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LocalStack empowers developers to use over 75+ AWS services locally while helpin
1111
You can install the LocalStack Extension for Docker Desktop via pulling our public Docker image from Docker Hub:
1212

1313
```bash
14-
docker extension install localstack/localstack-docker-desktop:0.3.1
14+
docker extension install localstack/localstack-docker-desktop:0.5.0
1515
```
1616

1717
To setup the Docker Extension by building the image locally, you can run the following commands:

0 commit comments

Comments
 (0)