Skip to content

Commit feb429e

Browse files
committed
prep for 1.3.0 release
1 parent 3d4d406 commit feb429e

File tree

2 files changed

+48
-45
lines changed

2 files changed

+48
-45
lines changed

CHANGELOG.markdown

Lines changed: 47 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,47 @@
1-
Next Release
2-
============
3-
* add support for minitest
4-
5-
1.3.0 (unreleased)
6-
==========
7-
* support for grape-entity >= 0.5.0
8-
* require ruby >= 2.5
9-
* fix deprecation warnings
10-
11-
1.2.0 (08/16/2016)
12-
===========
13-
* support grape-entity 0.4.8
14-
15-
1.1.0 (06/08/2016)
16-
===========
17-
* support grape-entity ~> 0.4.6
18-
* add with_documentation method to RepresentMatcher
19-
20-
1.0.1 (07/30/2015)
21-
============
22-
* added fix for double from @zephyr-dev
23-
* added formatters from @cveneziani
24-
25-
1.0.0 (07/30/2014)
26-
============
27-
* move support from rspec 2.x to rspec 3.x
28-
29-
0.4.1 (02/22/2014)
30-
============
31-
* fix error when an entity contains itself nested by nil-ing out the nested version.
32-
33-
0.4.0 (02/22/2014)
34-
============
35-
* Support grape-entity 0.4.0.
36-
37-
0.0.2 (01/17/2013)
38-
============
39-
* Fixed error in error messages.
40-
41-
0.0.1 (01/11/2013)
42-
==================
43-
44-
* Initial Release
1+
# Next Release
2+
3+
- add support for minitest
4+
5+
# 1.3.1 (unreleased)
6+
7+
- {add changes here}
8+
9+
# 1.3.0 (01/24/2020)
10+
11+
- support for grape-entity >= 0.5.0
12+
- require ruby >= 2.5
13+
- fix deprecation warnings
14+
15+
# 1.2.0 (08/16/2016)
16+
17+
- support grape-entity 0.4.8
18+
19+
# 1.1.0 (06/08/2016)
20+
21+
- support grape-entity ~> 0.4.6
22+
- add with_documentation method to RepresentMatcher
23+
24+
# 1.0.1 (07/30/2015)
25+
26+
- added fix for double from @zephyr-dev
27+
- added formatters from @cveneziani
28+
29+
# 1.0.0 (07/30/2014)
30+
31+
- move support from rspec 2.x to rspec 3.x
32+
33+
# 0.4.1 (02/22/2014)
34+
35+
- fix error when an entity contains itself nested by nil-ing out the nested version.
36+
37+
# 0.4.0 (02/22/2014)
38+
39+
- Support grape-entity 0.4.0.
40+
41+
# 0.0.2 (01/17/2013)
42+
43+
- Fixed error in error messages.
44+
45+
# 0.0.1 (01/11/2013)
46+
47+
- Initial Release
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GrapeEntityMatchers
2-
VERSION = '1.2.0'
2+
VERSION = '1.3.0'
33
end

0 commit comments

Comments
 (0)