Skip to content

Commit

Permalink
Version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Aug 7, 2019
1 parent 53a86af commit 6d15906
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.4
current_version = 0.3.5
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,44 @@
## 0.3.5
- Keep environment variables on command execution
- Project name normalisation fix
- Custom container names fix

## 0.3.4
- Container healthy icon

## 0.3.3
- Windows folders path fix

## 0.3.2

- Containers loop fix
- New service icons

## 0.3.1

- Find docker compose ps separator fix

## 0.3.0

- Better executor exceptions handling
- Refresh nodes on child process exit event
- Container logs command

## 0.2.3

- Activity bar
- Activation events fix

## 0.2.2

- Commands rename fix

## 0.2.1

- List services error handing fix
- Up service attached

## 0.2.0

- Tree view explorer
- Multi-root support
- Service's containers support
- Refresh performance increased

## 0.1.1

- Attach and shell commands added

## 0.1.0
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ The extension is in early stage. Feel free to report bugs.

## Release Notes

### 0.3.5

* Keep environment variables on command execution
* Project name normalisation fix
* Custom container names fix

### 0.3.4

* Container healthy icon
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Docker Compose",
"description": "Manage Docker Compose services",
"icon": "images/icon.png",
"version": "0.3.4",
"version": "0.3.5",
"publisher": "p1c2u",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 6d15906

Please sign in to comment.