Skip to content

Commit

Permalink
Release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zachahn committed Aug 1, 2021
1 parent f9735a9 commit d405342
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.1] - 2021-08-01

### Added

* Ability to create an anonymous controller in a Rails integration test
Expand All @@ -15,4 +17,5 @@ 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.0...HEAD
[Unreleased]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.1...HEAD
[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.0)
rails_anonymous_controller_testing (0.0.1)
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.0"
VERSION = "0.0.1"
end

0 comments on commit d405342

Please sign in to comment.