Skip to content

Commit

Permalink
0.9.0: Ability to choose controller name case in tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Aug 3, 2023
1 parent 98c3677 commit 3874b3c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.9.0 - 2023-08-03

### Added

- Ability to switch controller name case in `controller` tag between `:snake` and `:camel` case. [@lewispb][] in [#26](https://github.com/yabeda-rb/yabeda-rails/pull/26)

## Changed

- Minimal Ruby version increased to 2.5. [@Envek][]

## 0.8.1 - 2022-06-06

### Fixed
Expand Down Expand Up @@ -85,3 +95,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[@liaden]: https://github.com/liaden "Joel Johnson"
[@lautis]: https://github.com/lautis "Ville Lautanala"
[@dks17]: https://github.com/dks17 "Konstantin"
[@lewispb]: https://github.com/lewispb "Lewis Buckley"
2 changes: 1 addition & 1 deletion lib/yabeda/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Yabeda
module Rails
VERSION = "0.8.1"
VERSION = "0.9.0"
end
end

0 comments on commit 3874b3c

Please sign in to comment.