Skip to content

Commit

Permalink
Release v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
zachahn committed May 15, 2021
1 parent d473732 commit bb146c2
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 13 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.16] - 2021-05-15

### Added

* Partials `site_header` and `site_footer` for easy overrides
Expand Down Expand Up @@ -327,7 +329,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.15...HEAD
[Unreleased]: https://github.com/zachahn/super/compare/v0.0.16...HEAD
[0.0.16]: https://github.com/zachahn/super/compare/v0.0.15...v0.0.16
[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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
super (0.0.15)
super (0.0.16)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails50_sprockets3.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.15)
super (0.0.16)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails50_sprockets3_ruby23.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.15)
super (0.0.16)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails51_sprockets3.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.15)
super (0.0.16)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails52_sprockets4.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.15)
super (0.0.16)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60_sprockets4.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.15)
super (0.0.16)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60_webpacker4.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.15)
super (0.0.16)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60_webpacker5.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.15)
super (0.0.16)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61_sprockets4.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.15)
super (0.0.16)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61_webpacker5.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.15)
super (0.0.16)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61_webpacker6.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super (0.0.15)
super (0.0.16)
railties (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/super/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Super
VERSION = "0.0.15"
VERSION = "0.0.16"
end

0 comments on commit bb146c2

Please sign in to comment.