Skip to content

Commit

Permalink
Bump flutter to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Oct 3, 2022
1 parent 83dfc3e commit 479138a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/flutter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Flutter
VERSION = "0.2.1"
VERSION = "0.2.2"
end

0 comments on commit 479138a

Please sign in to comment.