Skip to content

Commit 47d9638

Browse files
committed
Mark release v0.4.0
1 parent 55b163b commit 47d9638

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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.

lib/rspec/tabular/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Rspec
44
module Tabular
5-
VERSION = '0.3.0'
5+
VERSION = '0.4.0'
66
end
77
end

0 commit comments

Comments
 (0)