Skip to content

Commit cf3d6c4

Browse files
committed
Bump v2.1.1
1 parent 323cc2a commit cf3d6c4

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ 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-
## [2.1.0] [WIP]
7+
## [2.1.1] [2018-01-05]
8+
9+
### Changed
10+
11+
- Dependency from [tram-policy] was updated to v2.3+ (nepalez)
12+
13+
## [2.1.0] [2018-01-04]
814

915
### Added
1016

@@ -23,7 +29,7 @@ to [Semantic Versioning].
2329
end
2430
```
2531

26-
- Method to pass response handling to parent scopes by @Envek ([#21](https://github.com/evilmartians/evil-client/pull/21]))
32+
- Method to pass response handling to parent scopes (Envek)
2733

2834
Allow to handle specific cases in operations and common cases in parent scopes.
2935

@@ -44,11 +50,11 @@ to [Semantic Versioning].
4450

4551
### Fixed
4652

47-
- Generation of English error messages in case of using non-English locales
53+
- Generation of English error messages in case of using non-English locales (Envek)
4854

4955
### Changed
5056

51-
- Version requirement for tram-policy is limited due to regression in 0.2.4
57+
- Version requirement for tram-policy is limited due to regression in 0.2.4 (Envek)
5258

5359
See https://github.com/tram-rb/tram-policy/commit/874c8f61399dbe174c158fec729d16c2b1ffb2fd#r26432444
5460

@@ -432,7 +438,8 @@ formats will be added.
432438

433439
[Keep a Changelog]: http://keepachangelog.com/
434440
[Semantic Versioning]: http://semver.org/
435-
[dry-initializer]: http://github.com/dry-rb/dry-initalizer
441+
[dry-initializer]: https://github.com/dry-rb/dry-initalizer
442+
[tram-policy]: https://github.com/tram-rb/tram-policy
436443
[0.3.1]: https://github.com/evilmartians/evil-client/compare/v0.3.0...v0.3.1
437444
[0.3.2]: https://github.com/evilmartians/evil-client/compare/v0.3.1...v0.3.2
438445
[0.3.3]: https://github.com/evilmartians/evil-client/compare/v0.3.2...v0.3.3

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.0"
3+
gem.version = "2.1.1"
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)