Skip to content

Commit

Permalink
db changes, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
avonderluft committed Oct 10, 2023
1 parent d489965 commit a23f976
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: |
gem install bundler
bin/bundle install --retry 3 --quiet
bin/bundle exec rails db:create
bin/bundle exec rails db:migrate
bin/bundle exec rails db:prepare
bin/bundle exec rails test
- name: Rubocop Lint
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Changelog

## v1.0.8 - 10/dd/2023
## v1.1.0 - 10/dd/2023

- Added Rails 7.1 compatibility
- Fixed edge case with siblings tag where current page is excluded

## v1.0.7.3 - 10/7/2023

Expand Down
2 changes: 1 addition & 1 deletion lib/occams/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Occams
VERSION = '1.0.8'
VERSION = '1.1.0'
end
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
SimpleCov.start 'rails' do
add_filter 'lib/tasks'
add_filter 'lib/occams/engine'
add_filter 'lib/occams/generators'
add_filter 'lib/occams/version'
end

Expand Down

0 comments on commit a23f976

Please sign in to comment.