Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zachahn committed Aug 1, 2021
1 parent b519489 commit 9f634c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.2] - 2021-08-02

### Fixed

* Ensures that the `ActiveSupport.on_load(:action_dispatch_integration_test)`
Expand All @@ -22,5 +24,6 @@ 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.1...HEAD
[Unreleased]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.2...HEAD
[0.0.2]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.0...v0.0.1
2 changes: 1 addition & 1 deletion 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.1)
rails_anonymous_controller_testing (0.0.2)
rails (>= 5.0.0)

GEM
Expand Down
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.1"
VERSION = "0.0.2"
end

0 comments on commit 9f634c9

Please sign in to comment.