Skip to content

Commit

Permalink
Bump v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Jan 9, 2025
1 parent 8f63aed commit 0932c14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres
to [Semantic Versioning].

## [3.3.0] [2025-01-09]

### Fixed
- Rename `rack.version` to `rack.release` to follow deprecation of `Rack::VERSION` (@mrexox)
- Add dependency from `base64` which is absent in latest versions of ruby (@mrexox)

## [3.2.0] [2023-01-18]

### Added
Expand Down Expand Up @@ -507,4 +513,5 @@ formats will be added.
[3.0.4]: https://github.com/evilmartians/evil-client/compare/v3.0.3...v3.0.4
[3.0.5]: https://github.com/evilmartians/evil-client/compare/v3.0.4...v3.0.5
[3.1.0]: https://github.com/evilmartians/evil-client/compare/v3.0.5...v3.1.0
[3.1.0]: https://github.com/evilmartians/evil-client/compare/v3.1.0...v3.2.0
[3.2.0]: https://github.com/evilmartians/evil-client/compare/v3.1.0...v3.2.0
[3.3.0]: https://github.com/evilmartians/evil-client/compare/v3.2.0...v3.3.0
2 changes: 1 addition & 1 deletion evil-client.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "evil-client"
gem.version = "3.2.0"
gem.version = "3.3.0"
gem.author = ["Andrew Kozin (nepalez)", "Ravil Bairamgalin (brainopia)"]
gem.email = ["andrew.kozin@gmail.com", "nepalez@evilmartians.com"]
gem.homepage = "https://github.com/evilmartians/evil-client"
Expand Down

0 comments on commit 0932c14

Please sign in to comment.