Skip to content

Commit 3c491f6

Browse files
committed
Release v0.0.5
1 parent a5f2a39 commit 3c491f6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.5] - 2021-09-19
11+
1012
### Added
1113

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

4244

43-
[Unreleased]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.4...HEAD
45+
[Unreleased]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.5...HEAD
46+
[0.0.5]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.4...v0.0.5
4447
[0.0.4]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.3...v0.0.4
4548
[0.0.3]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.2...v0.0.3
4649
[0.0.2]: https://github.com/zachahn/rails_anonymous_controller_testing/compare/v0.0.1...v0.0.2

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rails_anonymous_controller_testing (0.0.4)
4+
rails_anonymous_controller_testing (0.0.5)
55
actionpack (>= 5.0.0)
66

77
GEM
@@ -150,4 +150,4 @@ DEPENDENCIES
150150
sqlite3
151151

152152
BUNDLED WITH
153-
2.2.21
153+
2.2.27
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsAnonymousControllerTesting
2-
VERSION = "0.0.4"
2+
VERSION = "0.0.5"
33
end

0 commit comments

Comments
 (0)