Skip to content

Commit

Permalink
release/2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mleutenegger committed Aug 5, 2024
1 parent 3d808aa commit 5c1116d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
## [Unreleased]


<a name="2.0.0"></a>
## [2.0.0] - 2024-08-05
### 🔧 Changed
- switched to compose v2 compatibility

### 🧬 Dependencies
- Bump docker-compose from 0.24.1 to 0.24.8 ([#168](https://github.com/syntro-opensource/ssdev/issues/168))

### BREAKING CHANGE

does only work with compose v2


<a name="1.4.0"></a>
## [1.4.0] - 2024-08-05
### 🧬 Dependencies
Expand Down Expand Up @@ -175,7 +188,8 @@
- initial release


[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/1.4.0...HEAD
[Unreleased]: https://github.com/syntro-opensource/ssdev/compare/2.0.0...HEAD
[2.0.0]: https://github.com/syntro-opensource/ssdev/compare/1.4.0...2.0.0
[1.4.0]: https://github.com/syntro-opensource/ssdev/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/syntro-opensource/ssdev/compare/1.2.3...1.3.0
[1.2.3]: https://github.com/syntro-opensource/ssdev/compare/1.2.2...1.2.3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssdev",
"version": "1.4.0",
"version": "2.0.0",
"description": "docker-based devenv manager for silverstripe projects using npx",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5c1116d

Please sign in to comment.