We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd9d56 commit 669a0ddCopy full SHA for 669a0dd
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
### [Unreleased]
4
5
+### 1.4.0
6
+
7
+- Support Rails 8.1 (#178) (Jade Alejandra Ornelas)
8
9
### 1.3.1
10
11
- Fix broken tests due to missing Logger (#174) (Eric Helms)
Gemfile
@@ -1,6 +1,6 @@
1
source "https://rubygems.org"
-gem "rails", "~> 6.0"
+gem "rails", "~> 8.1"
gem "haml"
gem "slim-rails"
gem "kramdown"
lib/angular-rails-templates/version.rb
@@ -1,3 +1,3 @@
module AngularRailsTemplates
- VERSION = '1.3.1'
+ VERSION = '1.4.0'
end
0 commit comments