File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
8
8
## [ Unreleased]
9
9
10
+ - Nothing yet!
11
+
12
+ ## [ 0.5.0] - 2021-01-15
13
+
10
14
### Added
11
15
12
16
- esbuild and tailwindcss based on Rails 7
@@ -164,7 +168,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
164
168
165
169
- Everything!
166
170
167
- [ Unreleased ] : https://github.com/nickjj/docker-rails-example/compare/0.4.0...HEAD
171
+ [ Unreleased ] : https://github.com/nickjj/docker-rails-example/compare/0.5.0...HEAD
172
+ [ 0.5.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.4.0...0.5.0
168
173
[ 0.4.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.3.0...0.4.0
169
174
[ 0.3.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.2.0...0.3.0
170
175
[ 0.2.0 ] : https://github.com/nickjj/docker-rails-example/compare/0.1.0...0.2.0
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ these commands for PowerShell if you want.
109
109
git clone https://github.com/nickjj/docker-rails-example hellorails
110
110
cd hellorails
111
111
112
- # Optionally checkout a specific tag, such as: git checkout 0.4 .0
112
+ # Optionally checkout a specific tag, such as: git checkout 0.5 .0
113
113
```
114
114
115
115
#### Copy a few example files because the real files are git ignored:
You can’t perform that action at this time.
0 commit comments