From 5b6a150bba3119c454ddfaccda69086f9689a573 Mon Sep 17 00:00:00 2001 From: Mathieu Jobin Date: Fri, 8 Sep 2023 15:18:47 +0900 Subject: [PATCH] release v1.4.0 --- CHANGELOG.md | 9 ++++++++- lib/teaspoon/version.rb | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae086c3..5faceed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,14 @@ suite.javascript_packs += ["your-custom-pack.js"] ``` -### 1.3.0 +### 1.4.0 Sep 8, 2023 + +* Fix CI +* Unfortunately disable a few tests with Ruby 3.x, they still pass with 2.x +* Adding support for multiple test suites through options #511 +* fix instrumentation to support puma >= 6.2 (#600) (#601) + +### 1.3.0 Mar 19, 2021 * Officially drops support for Ruby 2.4 and Rails earlier than 4.2.11 diff --git a/lib/teaspoon/version.rb b/lib/teaspoon/version.rb index e37e0b68..9fe7b4db 100644 --- a/lib/teaspoon/version.rb +++ b/lib/teaspoon/version.rb @@ -1,3 +1,3 @@ module Teaspoon - VERSION = "1.3.0" + VERSION = "1.4.0" end