File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+
9+ ## [ 0.4.0] - 2025-02-12
810### Changed
911- update the required ruby version from v2.2 to v3.1
1012
11- ## [ 0.0.3 ] - 2022-01-24
13+ ## [ 0.3.0 ] - 2022-01-24
1214### Added
1315- ` with_context ` to allow table inputs to be handle within the example context
1416
15- ## [ 0.0.2 ] - 2018-08-19
17+ ## [ 0.2.0 ] - 2018-08-19
1618### Changed
1719- support checking Exception class and message in the same row
1820- catch exceptions when checking side effects, instead of raising the exception
1921
20- ## [ 0.0.1 ] - 2015-10-01
22+ ## [ 0.1.0 ] - 2015-10-01
2123### Added
2224- Everything! This is the initial release with a lot of basic functionality.
Original file line number Diff line number Diff line change 22
33module Rspec
44 module Tabular
5- VERSION = '0.3 .0'
5+ VERSION = '0.4 .0'
66 end
77end
You can’t perform that action at this time.
0 commit comments