From 983d68c3e8dc19344aff54dda00a5d888461d1df Mon Sep 17 00:00:00 2001 From: Zach Ahn Date: Sat, 1 May 2021 15:00:20 -0400 Subject: [PATCH] Release v0.0.15 --- CHANGELOG.md | 5 ++++- Gemfile.lock | 2 +- gemfiles/rails50_sprockets3.gemfile.lock | 2 +- gemfiles/rails50_sprockets3_ruby23.gemfile.lock | 2 +- gemfiles/rails51_sprockets3.gemfile.lock | 2 +- gemfiles/rails52_sprockets4.gemfile.lock | 2 +- gemfiles/rails60_sprockets4.gemfile.lock | 2 +- gemfiles/rails60_webpacker4.gemfile.lock | 2 +- gemfiles/rails60_webpacker5.gemfile.lock | 2 +- gemfiles/rails61_sprockets4.gemfile.lock | 2 +- gemfiles/rails61_webpacker5.gemfile.lock | 2 +- gemfiles/rails61_webpacker6.gemfile.lock | 2 +- lib/super/version.rb | 2 +- 13 files changed, 16 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e61d9b..9b70d063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.15] - 2021-05-01 + ### Added * `Super::Reset`. Include it in your controller to remove all the controller @@ -308,7 +310,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Sprockets and Webpacker support. Defaults to Sprockets * Navigation bar with links to all admin controllers -[Unreleased]: https://github.com/zachahn/super/compare/v0.0.14...HEAD +[Unreleased]: https://github.com/zachahn/super/compare/v0.0.15...HEAD +[0.0.15]: https://github.com/zachahn/super/compare/v0.0.14...v0.0.15 [0.0.14]: https://github.com/zachahn/super/compare/v0.0.13...v0.0.14 [0.0.13]: https://github.com/zachahn/super/compare/v0.0.12...v0.0.13 [0.0.12]: https://github.com/zachahn/super/compare/v0.0.11...v0.0.12 diff --git a/Gemfile.lock b/Gemfile.lock index bb45d965..8dc2370f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - super (0.0.14) + super (0.0.15) railties (>= 5.0) GEM diff --git a/gemfiles/rails50_sprockets3.gemfile.lock b/gemfiles/rails50_sprockets3.gemfile.lock index 414f8510..386dc5d8 100644 --- a/gemfiles/rails50_sprockets3.gemfile.lock +++ b/gemfiles/rails50_sprockets3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.14) + super (0.0.15) railties (>= 5.0) GEM diff --git a/gemfiles/rails50_sprockets3_ruby23.gemfile.lock b/gemfiles/rails50_sprockets3_ruby23.gemfile.lock index 04c91ae9..78aa3560 100644 --- a/gemfiles/rails50_sprockets3_ruby23.gemfile.lock +++ b/gemfiles/rails50_sprockets3_ruby23.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.14) + super (0.0.15) railties (>= 5.0) GEM diff --git a/gemfiles/rails51_sprockets3.gemfile.lock b/gemfiles/rails51_sprockets3.gemfile.lock index d4b8ad5e..68d06620 100644 --- a/gemfiles/rails51_sprockets3.gemfile.lock +++ b/gemfiles/rails51_sprockets3.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.14) + super (0.0.15) railties (>= 5.0) GEM diff --git a/gemfiles/rails52_sprockets4.gemfile.lock b/gemfiles/rails52_sprockets4.gemfile.lock index a55b9b5a..431d1943 100644 --- a/gemfiles/rails52_sprockets4.gemfile.lock +++ b/gemfiles/rails52_sprockets4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.14) + super (0.0.15) railties (>= 5.0) GEM diff --git a/gemfiles/rails60_sprockets4.gemfile.lock b/gemfiles/rails60_sprockets4.gemfile.lock index 699b9fc6..f9065702 100644 --- a/gemfiles/rails60_sprockets4.gemfile.lock +++ b/gemfiles/rails60_sprockets4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.14) + super (0.0.15) railties (>= 5.0) GEM diff --git a/gemfiles/rails60_webpacker4.gemfile.lock b/gemfiles/rails60_webpacker4.gemfile.lock index 5e5d8f44..a99abde7 100644 --- a/gemfiles/rails60_webpacker4.gemfile.lock +++ b/gemfiles/rails60_webpacker4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.14) + super (0.0.15) railties (>= 5.0) GEM diff --git a/gemfiles/rails60_webpacker5.gemfile.lock b/gemfiles/rails60_webpacker5.gemfile.lock index bb162dcd..6b250f9b 100644 --- a/gemfiles/rails60_webpacker5.gemfile.lock +++ b/gemfiles/rails60_webpacker5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.14) + super (0.0.15) railties (>= 5.0) GEM diff --git a/gemfiles/rails61_sprockets4.gemfile.lock b/gemfiles/rails61_sprockets4.gemfile.lock index 94905879..504f67d6 100644 --- a/gemfiles/rails61_sprockets4.gemfile.lock +++ b/gemfiles/rails61_sprockets4.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.14) + super (0.0.15) railties (>= 5.0) GEM diff --git a/gemfiles/rails61_webpacker5.gemfile.lock b/gemfiles/rails61_webpacker5.gemfile.lock index 92b04bdd..c580e995 100644 --- a/gemfiles/rails61_webpacker5.gemfile.lock +++ b/gemfiles/rails61_webpacker5.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.14) + super (0.0.15) railties (>= 5.0) GEM diff --git a/gemfiles/rails61_webpacker6.gemfile.lock b/gemfiles/rails61_webpacker6.gemfile.lock index 87a33611..5a71e2dd 100644 --- a/gemfiles/rails61_webpacker6.gemfile.lock +++ b/gemfiles/rails61_webpacker6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - super (0.0.14) + super (0.0.15) railties (>= 5.0) GEM diff --git a/lib/super/version.rb b/lib/super/version.rb index 4d399149..e9a01a8f 100644 --- a/lib/super/version.rb +++ b/lib/super/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Super - VERSION = "0.0.14" + VERSION = "0.0.15" end