Skip to content

Commit

Permalink
Version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Dec 6, 2018
1 parent e8df608 commit 27c70eb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 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.2
current_version = 0.3.3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.3.3
- Windows folders path fix

## 0.3.2

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

## Release Notes

### 0.3.3

* Windows folders path fix

### 0.3.2

* Containers loop fix
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.2",
"version": "0.3.3",
"publisher": "p1c2u",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 27c70eb

Please sign in to comment.