Skip to content

Commit e91be56

Browse files
committed
Bump v3.0.0 [BREAKING]
1 parent bc95fc0 commit e91be56

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog], and this project adheres
55
to [Semantic Versioning].
66

7+
## [3.0.0] [2018-01-05]
8+
9+
### [BREAKING] Changed
10+
11+
- Stop re-raising exceptions in model constructors, and remove `Evil::Client::ValidationError` (nepalez)
12+
13+
Instead of ValidationError, the original StandardError exceptions will be risen.
14+
15+
See [the issue #22 by Envek](https://github.com/evilmartians/evil-client/issues/22)
16+
717
## [2.1.1] [2018-01-05]
818

919
### Changed
@@ -447,3 +457,5 @@ formats will be added.
447457
[1.1.0]: https://github.com/evilmartians/evil-client/compare/v1.0.0...v1.1.0
448458
[2.0.0]: https://github.com/evilmartians/evil-client/compare/v1.1.0...v2.0.0
449459
[2.1.0]: https://github.com/evilmartians/evil-client/compare/v2.0.0...v2.1.0
460+
[2.1.1]: https://github.com/evilmartians/evil-client/compare/v2.1.0...v2.1.1
461+
[3.0.0]: https://github.com/evilmartians/evil-client/compare/v2.1.1...v3.0.0

evil-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |gem|
22
gem.name = "evil-client"
3-
gem.version = "2.1.1"
3+
gem.version = "3.0.0"
44
gem.author = ["Andrew Kozin (nepalez)", "Ravil Bairamgalin (brainopia)"]
55
gem.email = ["andrew.kozin@gmail.com", "nepalez@evilmartians.com"]
66
gem.homepage = "https://github.com/evilmartians/evil-client"

0 commit comments

Comments
 (0)