From 5c1116dcc2b43e3e4520651b009284f40a94d5e6 Mon Sep 17 00:00:00 2001 From: Matthias Leutenegger Date: Mon, 5 Aug 2024 18:12:45 +0200 Subject: [PATCH] release/2.0.0 --- CHANGELOG.md | 16 +++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5223185..5f3621c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ ## [Unreleased] + +## [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 + + ## [1.4.0] - 2024-08-05 ### 🧬 Dependencies @@ -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 diff --git a/package-lock.json b/package-lock.json index f8725dc..60c6fcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ssdev", - "version": "1.4.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ssdev", - "version": "1.4.0", + "version": "2.0.0", "license": "BSD-3-Clause", "dependencies": { "docker-compose": "^0.24.1", diff --git a/package.json b/package.json index 6657086..45454d7 100644 --- a/package.json +++ b/package.json @@ -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": {