From b0c542c4a1348f241d6197a930b599a8109d6b56 Mon Sep 17 00:00:00 2001 From: Maxime Ginters Date: Mon, 29 Jul 2024 12:19:38 -0400 Subject: [PATCH] Release 0.40.0 --- CHANGELOG.md | 4 ++++ lib/shipit/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 679df9436..7b49b75dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Unreleased +# 0.40.0 + +* Pass `Shipit::Stack` to `DeploySpec::FileSystem.new` and make it accessible through an accessor. (#1356) + # 0.39.0 * Minimum Ruby version is now Ruby 3.0 diff --git a/lib/shipit/version.rb b/lib/shipit/version.rb index 528579f6b..894fd978f 100644 --- a/lib/shipit/version.rb +++ b/lib/shipit/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Shipit - VERSION = '0.39.0' + VERSION = '0.40.0' end