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 38dd580 commit f3d8b30Copy full SHA for f3d8b30
CHANGELOG.md
@@ -0,0 +1,14 @@
1
+# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.0.3...main)
2
+
3
+# v1.0.3 / 2021-04-05 [(commits)](https://github.com/fastruby/next_rails/compare/v1.0.2...v1.0.3)
4
5
+* [BUGFIX] Update README.md to better document this `ten_years_rails` fork (by [@etagwerker][])
6
+* [BUGFIX] Make ActionView an optional dependency (by [@manuca][])
7
8
+# v1.0.2 / 2020-01-20
9
10
+# v1.0.1 / 2019-07-26
11
12
+# v1.0.0 / 2019-07-24
13
14
+* Official Release
lib/next_rails/version.rb
@@ -1,3 +1,3 @@
module NextRails
- VERSION = "1.0.2"
+ VERSION = "1.0.3"
end
0 commit comments