Skip to content

Commit

Permalink
Release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zachahn committed Sep 20, 2021
1 parent a5f2a39 commit 3c491f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.5] - 2021-09-19

### Added

* Option to rename the anonymous controller
Expand Down Expand Up @@ -40,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Ability to customize the route


[Unreleased]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.4...HEAD
[Unreleased]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.5...HEAD
[0.0.5]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.1...v0.0.2
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails_anonymous_controller_testing (0.0.4)
rails_anonymous_controller_testing (0.0.5)
actionpack (>= 5.0.0)

GEM
Expand Down Expand Up @@ -150,4 +150,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
2.2.21
2.2.27
2 changes: 1 addition & 1 deletion lib/rails_anonymous_controller_testing/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RailsAnonymousControllerTesting
VERSION = "0.0.4"
VERSION = "0.0.5"
end

0 comments on commit 3c491f6

Please sign in to comment.