From 479138a02e066614a870f236fb18c81f17fadbe9 Mon Sep 17 00:00:00 2001 From: Ali-Akber Saifee Date: Mon, 3 Oct 2022 13:55:13 -0700 Subject: [PATCH] Bump flutter to 0.2.2 --- CHANGELOG.md | 8 ++++---- lib/flutter/version.rb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c2339..b656c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +## 0.2.2 - 2022-10-03 ### Added - Document configuration options in README + ### Changed - Delay requiring source files explicitely and only in the case where - the constant cannot be found - Ensure the previous test->coverage mapping is merged with current - one when the test fails. This ensures that if the test failed before - the whole test could be exercised, we retain the previous knowledge of - excercised code paths. + ## 0.2.1 ### Fixed - Corrected integration examples for guard in README + ## 0.2.0 ### Added - CI Recipe in README diff --git a/lib/flutter/version.rb b/lib/flutter/version.rb index bb45a8c..2285159 100644 --- a/lib/flutter/version.rb +++ b/lib/flutter/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Flutter - VERSION = "0.2.1" + VERSION = "0.2.2" end