Skip to content

Commit f3d8b30

Browse files
committed
Bump version to v1.0.3
Also, add a changelog
1 parent 38dd580 commit f3d8b30

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module NextRails
2-
VERSION = "1.0.2"
2+
VERSION = "1.0.3"
33
end

0 commit comments

Comments
 (0)